var fDesc=new Array(); fDesc[0] = "With the K-PACS Software a free DICOM viewer is made available to you. It can be downloaded from the User Forum of IMAGE Information Systems Ltd. without charges.

Please note: The software K-PACS, which is offered on this website for download, is a general viewing application only. For legal reasons, K-PACS must not be used for any medical or veterinary purpose, including radiological reading.

K-PACS provides tools for viewing and manipulating DICOM images, making measurements and converting them into several image formats. Additionally, the software implements the most important DICOM service classes like store, query/retrieve, send and move. Thus, it is possible to comfortably query remote archives, download images, import external image data to archives and export images onto CD, to local hard disks or even email.

The DICOM net services were implemented using the Charrua DICOM toolkit by Rafael Sanguinetti. Some modules make use of the DCMTK toolkit by the Kuratorium OFFIS of the University of Oldenburg. The viewer is based on the outstanding ezDICOMax ActiveX plug-in developed by Dr. Chris Rorden.

To support the development of the software, you can vote here in which functions / properties you are mainly interested in."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }