MantisBT - ITK
View Issue Details
0010115ITKpublic2010-01-10 12:452010-02-17 14:30
Bill Lorensen 
Bill Lorensen 
normalmajoralways
closedfixed 
AllAllAll
ITK-3-16 
ITK-3-16 
0010115: itkGDCMImageIO fails to compute proper orientation and origin for Enhanced MR Image Storage dicom images
Multiframe MR dicom images store the orientation and origin within a functional group sequence. Currently, gdcm does not retrieve this information. Consequently, itkGDCMImageIO computes the incorrect orientation and origin.
No tags attached.
parent of 0010231closed Luis Ibanez 0010115: itkGDCMImageIO fails to compute proper orientation and origin for Enhanced MR Image Storage dicom images 
Issue History
2010-01-10 12:45Bill LorensenNew Issue
2010-01-10 12:45Bill LorensenStatusnew => assigned
2010-01-10 12:45Bill LorensenAssigned To => Bill Lorensen
2010-01-10 12:47Bill LorensenNote Added: 0019079
2010-02-01 11:39Bill LorensenNote Added: 0019403
2010-02-01 11:40Bill LorensenNote Added: 0019404
2010-02-01 11:40Bill LorensenStatusassigned => closed
2010-02-01 11:40Bill LorensenResolutionopen => fixed
2010-02-02 14:17Luis IbanezRelationship addedparent of 0010231

Notes
(0019079)
Bill Lorensen   
2010-01-10 12:47   
gdcmFile was fixed to extract the proper orientation and origin form the sequence, if present.
(0019403)
Bill Lorensen   
2010-02-01 11:39   
These changes were applied to cvs HEAD to correct the bug:
http://public.kitware.com/cgi-bin/viewcvs.cgi/Utilities/gdcm/src/gdcmFile.cxx?root=Insight&sortby=date&view=log [^]

http://public.kitware.com/cgi-bin/viewcvs.cgi/Utilities/gdcm/src/gdcmFile.h?root=Insight&sortby=date&view=log [^]
(0019404)
Bill Lorensen   
2010-02-01 11:40   
The user reports that the multi-frame orientation is properly extracted form the dicom file.