3

normally you can only put sequential image sets (for instance of two parts of the lower leg) in spatial relationship to each other when they have an identical frame of reference UID (dicom tag 0020,0052). But are there exceptions for differences of frame of reference UID of two different image sets for still being spatial intercomparable? for instance, can there be differences just because of; - different plane of images (axial versus sagittal images)? - distortion correction yes or no? - type of distortion correction on type of images (e.a.2D distortion correction on 2D images or 2D distortion correction on 3D images)?

Do the separate numbers in the frame of reference UID number have any meaning?

1 Answers1

2

You've asked several questions here. I'll answer one of them. "Do the separate numbers in the frame of reference UID number have any meaning?"

No. While it's often the case that recognizable data such as date and time are incorporated as a portion of a UID, the details of how UIDs are generated are entirely at the discretion of the implementer and are subject to change at a whim. The numbers in a UID should never be interpreted as having a meaning. The DICOM standard simply requires that UIDs be globally unique, fit the specified maximum length constraint, and follow the specified format of numbers and dots.

Matt
  • 2,339
  • 1
  • 21
  • 37
  • "The numbers in a UID should never be interpreted as having a meaning" ... this is not quite correct. E.g. SOPClassUID or TransferSyntaxUID are UIDs, but still have very distinctly defined meanings. – Alex Konnen May 02 '18 at 09:25
  • Even in a SOPClassUID or TransferSyntaxUID, the individual digits of the UID do not have a meaning. Only the complete identifier has a meaning (which is arbitrarily assigned by the DICOM standard, not an emergent meaning arising from smaller units of meaning within the UID). – Matt May 02 '18 at 13:44
  • "Only the complete identifier has a meaning" : difficult not to agree. – Alex Konnen May 03 '18 at 18:12