var fDesc=new Array(); fDesc[0] = "DICOMReader can automatically read in virtually any medical imaging data, including various proprietary formats, DICOM dialects and even future DICOM formats.

Reading-in radiological imaging data from patients portable media is becoming increasingly necessary. Due to the multitude of study formats and viewers available in the world of medical imaging, the capability to import and review these data can become a major problem at the front desk."; 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 = ''; } }