[Insight-users] Reading DICOM Private Tags

Mathieu Malaterre mathieu.malaterre at gmail.com
Sun Feb 15 13:42:00 EST 2009


The only restriction when using ITK/GDCM is that SQ (nested dataset)
are not loaded. So I would bet that the OP is trying to read parameter
from a SQ. Any tag private or not is supported by default.
I do not have philips DCS around, but that would be my guess. As a
side note I am *really* surprised that echo time or repetition time
are stored in private fields (but that's a different subject).

On Sat, Feb 14, 2009 at 6:33 PM, Bill Lorensen <bill.lorensen at gmail.com> wrote:
> Ufuk,
>
> I believe that gdcm allows you to specify a dicom dictionary at
> run-time. This might allow you to access the Philips tags. Perhaps
> Mathieu can point you in the direction of some documentation on this
> or explain the procedure.
>
> Bill
>
> On Sat, Feb 14, 2009 at 9:40 AM, ufuk mat <ufukmat at gmail.com> wrote:
>> Hi all,
>>
>> I got a dicomdir and need to gather some information about the imaging
>> parameters from the file.  To be more specific, I wanna know
>>
>> echo time, repetition time, scan technique ( spin echo etc. ) row and column
>> number of the slices.
>>
>> I can get the values corresponding to the row and column as they are
>> standard tags. However, philips uses its own private tags and they are
>> (2001,1025) for
>>
>> echo time and  (2005,1030) for repetition time. I can not read these values
>> even if I manually enter them as strings.
>>
>> I use ITK 3.10 and the example DicomImageReadPrintTags.cxx almost directly.
>>
>>
>> Thank you in advance.
>>
>> --
>> Ufuk MAT
>> Research Assistant
>>
>> Bogazici University
>> Institute of Biomedical Engineering
>> 34342, Bebek/Istanbul
>>
>> Phone : +90 533 484 6301
>> Fax     : +90 212 257 5030
>>
>>
>>
>>
>>
>> _____________________________________
>> Powered by www.kitware.com
>>
>> Visit other Kitware open-source projects at
>> http://www.kitware.com/opensource/opensource.html
>>
>> Please keep messages on-topic and check the ITK FAQ at:
>> http://www.itk.org/Wiki/ITK_FAQ
>>
>> Follow this link to subscribe/unsubscribe:
>> http://www.itk.org/mailman/listinfo/insight-users
>>
>>
>



-- 
Mathieu


More information about the Insight-users mailing list