Search found 9 matches
- Sun, 2013-01-13, 16:02
- Forum: DCMTK - General
- Topic: How to read all information in DICOM header
- Replies: 1
- Views: 2948
Re: How to read all information in DICOM header
DcmItem::nextInContainer
- Thu, 2012-11-29, 06:05
- Forum: DCMTK - General
- Topic: Memory leak in dcmtk-3.6.1_20121102\dcmwlm\libsrc\wlfsim.cc
- Replies: 1
- Views: 3034
Memory leak in dcmtk-3.6.1_20121102\dcmwlm\libsrc\wlfsim.cc
Hello, I find some memory leaks in dcmtk-3.6.1_20121102\dcmwlm\libsrc\wlfsim.cc, Such as ScheduledPerformingPhysicianNamesMatch, PatientsNamesMatch, AccessionNumbersMatch, RequestedProcedureIdsMatch, ReferringPhysicianNamesMatch, PatientsSexesMatch, RequestingPhysiciansMatch, AdmissionIdsMatch, Requ...
- Wed, 2012-06-27, 09:38
- Forum: DCMTK - General
- Topic: DCMTK3.6.0 can't read the test image
- Replies: 4
- Views: 6089
Re: DCMTK3.6.0 can't read the test image
OK, thank you. I will read the related part of dicom standard.
- Wed, 2012-06-27, 09:24
- Forum: DCMTK - General
- Topic: DCMTK3.6.0 can't read the test image
- Replies: 4
- Views: 6089
Re: DCMTK3.6.0 can't read the test image
The file's transfer syntax is 1.2.840.10008.1.2.4.70, it is a jpeg compressed transfer syntax and I can open and decompress the pixel using other tools such as eZDICOM. Could you please tell me the image encapsulate rule? I find a flag in \dcmdata\libsrc\dcpixel.cc line 719 if (getLengthField() == D...
- Wed, 2012-06-27, 07:41
- Forum: DCMTK - General
- Topic: DCMTK3.6.0 can't read the test image
- Replies: 4
- Views: 6089
DCMTK3.6.0 can't read the test image
Hi, I find DCMTK3.6.0 can't read the test image(I will send the image to dicom@offis.de later). I find the image's transfer syntax is compressed, but when I decompress the image using chooseRepresentation, the program goto the red line, I think it is should be the else statement. I need your help ab...
- Fri, 2012-04-27, 01:59
- Forum: DCMTK - General
- Topic: About DICOM SR CodingSchemeDesignator
- Replies: 4
- Views: 7134
- Thu, 2012-04-26, 10:16
- Forum: DCMTK - General
- Topic: About DICOM SR CodingSchemeDesignator
- Replies: 4
- Views: 7134
- Thu, 2012-04-26, 07:03
- Forum: DICOMscope - General
- Topic: DicomScope 3.6.0 nonsquare pixel scaling bug
- Replies: 10
- Views: 44676
pixel spacing in dicom
I've read the problem. I have another problem,the size of example image is (columns)256/128(rows), while the pixel spacing is 0.2(vertical)/0.1(horiental), when display the image, it should be show in a square size not a rectangle, (128*128 or 256*256 or others) when the zomm factor is 1:1. If the D...
- Thu, 2012-04-26, 03:29
- Forum: DCMTK - General
- Topic: About DICOM SR CodingSchemeDesignator
- Replies: 4
- Views: 7134
About DICOM SR CodingSchemeDesignator
I'm working on DICOM SR recently, and I'm confused about the code Scheme. It's a three value called CodeValue/ CodingSchemeDesignator/ CodeMeaning, I find many SR using "99_OFFIS_DCMTK" in CodingSchemeDesignator value. I think it's a dictionary and where can I get it or It is custom define...