Search found 5 matches

by alang88
Tue, 2006-06-27, 11:59
Forum: DCMTK - General
Topic: Why some of my Dicom files can not Add to DICOMDIR??
Replies: 3
Views: 4591

error msg:

Error: JPEG compression not supported: 1356405
dcmgpdir: error: no good files: DICOMDIR not created
by alang88
Tue, 2006-06-27, 07:20
Forum: DCMTK - General
Topic: Why some of my Dicom files can not Add to DICOMDIR??
Replies: 3
Views: 4591

Why some of my Dicom files can not Add to DICOMDIR??

help!! I follow the example in the forum, but find some of the Dicom files can not be added to DicomDirInterface. By the way, they can be done with other tools! look my code, is there any mistake? DicomDirInterface ddir; ddir.enableAbortMode(OFFalse); OFCondition result; result = ddir.createNewDicom...
by alang88
Tue, 2006-02-21, 08:21
Forum: DCMPRINT
Topic: Print SCU
Replies: 5
Views: 21955

print job has not been created crectly!!

After comand line dcmpsprt ,3 files are generated in the dir:database: index.dat\sg*.dcm\hp*.dcm. But the second comand line does not work! what 's wrong??? C:\dcmbin>dcmpsprt -v -c dcmpstat.cfg --printer IHEFULL ct.dcm loading image file 'ct.dcm' writing DICOM grayscale hardcopy image to database. ...
by alang88
Thu, 2005-12-29, 16:56
Forum: DCMTK - General
Topic: dicom file problem
Replies: 15
Views: 23077

Thanks for your reply. I was able to solve the bug. However I am not able to assign value to DCM_PatientsName attribute. I am getting the I/O error (while opening with ezDicom viewer) even if this attribute is assigned with NULL. If I comment this attribute I am not getting any errors while opening...
by alang88
Tue, 2005-12-27, 14:02
Forum: DCMTK - General
Topic: A question about DicomImage::getWindow(double &, double &)
Replies: 2
Views: 3837

A question about DicomImage::getWindow(double &, double &)

I encounter a contradiction when I access Dicom image's WindowCenter and WindowWidth! I use DicomImage::getWindow(,) and get C=32768 and W=65536; I use DcmFileFormat to open a file and use DcmDataset to get from Tags I get c = 40 and w = 400!!!two group diffrent values!!! who can give me some idea a...