1. New release of DICOM Detective available (a DICOM capture file and DICOM file viewer)
2. ANNOUNCEMENT: OFFIS DICOM Toolkit DCMTK 3.5.3 now available for download
3. can we connect multiple instances of DCMTK Dicom server
4. dcmtk - using dcmconv to clean-up a DICOM image
Hi, I am producing a DICOM image from a JPEG using gimp v2.0.5. This works pretty well, but the DICOM image so-produced needs some cleaning- up. At one time I got dcmconv to take care of most of the problems, the most egregious of which was the absence of values for attributes such as number of rows and columns, high bit, etc. I'm embarrassed to say that I can no longer produce this result; that is, I've forgotten exactly which command line options I used. Instead, I'm taking the extra step of using dcmodify to set the correct values which is fine but probably not the best way. Can someone give me some guidance? I'm using dcmtk v3.5.4. On the other hand, it seems that I should be able to produce a valid DICOM image from a JPEG in a more direct fashion using the dcmtk utilities. What am I missing? Thanks, Peyton Bland
6. How to display dicom image by dcmtk?
I am using dcmtk to deal with dicom image, I want to modify window center and width and display it by dib, so firstly I set the current proper window center and width by DicomImage::setWindow then create a DIB by DicomImage::createWindowsDIB and show it, by now, it work corrently. When I modified the window center and width at run-time, then create a new DIB by DicomImage::createWindowsDIB and show it, but appearance of image is same. Why? How should I do? Thanks a lot and regards Lokicer
7. Location of dicom.dic (was: DCMTK JPEGLIB8 Error)
8. Modify pixel data of Dicom image with Dcmtk
Hi everyone. How can i modify pixel data of Dicom image? I want to: 1. load a dicom image. 2. change the image (for instance: set red pixel in the center of image) 3. save the modified image. my problems are over point 2. I use findAndGetUint8Array(DCM_PixelData, ...) and putAndInsertUint8Array(DCM_PixelData, ...) method of DcmDataset. But the problem is if the image is compressed or 8bit or 16 bit, ... Can anyone help me?