[Insight-users] Problems reading DICOM header

Mathieu Malaterre mathieu.malaterre at kitware.com
Tue Oct 24 15:31:48 EDT 2006


Clemens Hentschke wrote:
> Hi Luis,
> 
> thanks for the help, the new code worked good and i can read private
> tags now. But there are still some tags, that ITK can't read, e.g.
> (0054 |0016 SQ 1 Radiopharmaceutical Information Sequence) or (0054
> |0052 SQ 1 Rotation Information Sequence). That are SQ-Tags, that
> might be the problem. Is there any chance to read this SQ Tags? As i
> understand this Tags are represented by a list of entries.


Hi Clemens,

	Indeed DICOM Sequence (tree like structure) are not available from ITK 
context. They are read, and brought up by GDCM to ITK in GDCMImageIO, 
but I did not spent time to investigate how I could copy that in the 
MetaDataDictionary.

	Could you please describe what you are trying to do ?

Thanks
Mathieu


More information about the Insight-users mailing list