Search found 3 matches

by qi
Thu, 2008-06-05, 15:34
Forum: DCMTK - General
Topic: How to read a Philips private tag?
Replies: 5
Views: 7448

Thanks a lot! It works now.

Qi
Marco Eichelberg wrote:The correct definition is most probably

Code: Select all

(2005,"CREATOR",b0) FL DiffusionDirectionVectorX 1 
where "CREATOR" is replaced by the content of attribute (2005,0010) in your sample dataset.
by qi
Wed, 2008-06-04, 16:12
Forum: DCMTK - General
Topic: How to read a Philips private tag?
Replies: 5
Views: 7448

Thanks a lot for your help! I added the following tags to private.dic file and set the DCMDICTPATH to /usr/local/dicom/lib/dicom.dic:/usr/local/dicom/lib/private.dic. Now the first tags works, but I still can't use findAndGetFloat32 to read the other three tags. What could be the problem? Also to de...
by qi
Mon, 2008-06-02, 22:00
Forum: DCMTK - General
Topic: How to read a Philips private tag?
Replies: 5
Views: 7448

How to read a Philips private tag?

Hi, I'm trying to read some private tag from Philips dicom file: (group,element) - data type size - description (2001,1003) - FL 1 - b-value of DTI images I tried with findAndGetFloat32 and it failed. Also tried with findAndGetOfStringArray, it returns 00\00\48\44, which actually is the 4 bytes of t...