Hu-nie
(Hunie)
May 27, 2022, 5:43pm
1
I have a question about DICOM.
I am dealing with MR images. At this time, I try to use the Instance Number when aligning the DICOM. When I look at the Type of Instance Number Tag, it says “Required, Empty if Unknown (2)”, but it sounds like there are cases where it doesn’t exist. What should I do in this case?
zivy
(Ziv Yaniv)
May 27, 2022, 7:50pm
2
Hello @Hu-nie ,
This is a DICOM specific question and not a ITK/SimpleITK one. A more appropriate forum is the comp.protocols.dicom google group .
lassoan
(Andras Lasso)
May 29, 2022, 12:33pm
3
The question was also asked and answered on the Slicer forum:
I have a question about DICOM. I am dealing with MR images. At this time, I try to use the Instance Number when aligning the DICOM. When I look at the Type of Instance Number Tag, it says “Required, Empty if Unknown (2)”, but it sounds like there...
The role of instance number has been discussed there a few times, for example:
DICOM does not allow any kind of indexing based on slice position, so no geometric conversion exists between physical coordinates to “slice index”. The number that you see in 2D DICOM viewers when you browse the images is the Instance number, which...
In short: instance number is not intended for spatial sorting.
Hu-nie
(Hunie)
May 30, 2022, 2:05am
4
I didn’t know, thanks for the good info
Hu-nie
(Hunie)
May 30, 2022, 2:06am
5
Thanks for the info, I’ll read it