Forum for discussion of the free open source PixelMed Java DICOM toolkit written by David Clunie, available at "http://www.pixelmed.com".
The group provides an opportunity to discuss use, problems, development, features and future plans.
General DICOM questions that are not PixelMed-specific should be directed to "news:comp.protocols.dicom".
Hi David, is there a method to read the header information without decompressing the picture in the DICOM file? kind regards! Cliff 2009/10/27 dclunie99
Hi Cliff I use Java Web Start rather than applets for this, because it allows one to easily specify jars and native libraries on a platform-specific basis if
Hi David, thanks for you answer. But my problem is, that I'm providing an java applet which does all the things needed. Here I can't tell every user to install
You can get the pixel data with: Attribute a = list.get(TagFromName.PixelData) then depending on how it is encoded get the byte or short values with something