Re: DICOM related Show Info question
Posted by Wayne Rasband on Nov 04, 2005; 4:59pm
URL: http://imagej.273.s1.nabble.com/Header-File-Format-tp3704535p3704538.html
> What does it mean if a tag from DICOM file in output from
> Show Info is marked by >
> e.g.
>
> 0020,0032 >Image Position (Patient): +0.000000e+000\+0.000000e+000\
> +0.000000e+000
> 0020,0037 >Image Orientation (Patient): +0.000000e+000\+0.000000e+000\
> +0.000000e+000\+0.000000e+000\+0.000000e+000\+0.000000e+000
> 0054,0200 >Start Angle: 180
It means that the tags are part of a sequence. In this example
0054,0220 View Code Sequence:
0008,0100 >Code Value: R-10242
0008,0102 >Coding Scheme Designator: SNM3
0008,0104 >Code Meaning: cranio-caudal
the Code Value, Code Scheme Designator and Code Meaning tags are in the
View Code Sequence.
-wayne