var fDesc=new Array(); fDesc[0] = "DicomXBridge is a Dicom ocx/activex.
Embed it in your application and it will be able to read, display and generate Dicom files.

It supportd a wide range of Dicom formats, including DICOMDIR files (read only) so your application can read Dicom CDs.

-Open large datasets
-The ocx/activex can can open large Dicom datasets: only the needed tags are loaded in memory, while the others are left on the disk until an operation requests them.
-Jpeg, Jpeg lossless and RLE compression and decompression
-DicomXBridge can handle most of the Dicom image formats, both in compression and decompression mode.
-The jpeg codec supports ip to 12 bits per color channel (lossy compression) or up to 16 bits per color channel.
-The Dicom codec supports up to 32 bits per color channel in RAW or RLE compressed files."; 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 = ''; } }