1
votes

Do the filenames associated with a DICOM image series (from a single scan) match the spatial ordering? What I mean is if the patient was scanned “head first” is 000000.dcm more “superior” than 000001.dcm which is more superior than 000003.dcm etc? If the answer is no, how is spatial ordering established?

2
This isn't a programming question really. DICOM is a digital imaging standardjordaniac89
@jordaniac89 so what? JPEG is an image serialization standard. Can you count the questions on it at SO?Ofek Shilon

2 Answers

2
votes

No, the file names are rarely associated with the spatial ordering.

The best thing to use is the image position (patient) (0020,0032) and image orientation (patient) (0020,0037) values to get the geometry of each image. From there, you can "order" things how you wish, spatially.