You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The DICOM-RT import logic assumes that there is a single SOP instance UID for each series. This assumption is incorrect for RT IMAGE, where multiple DRR belong to a single series. Warnings appear on the console, such as below.
Warning: In /PHShome/gcs6/build/slicer-4/Slicer/Libs/MRML/Core/vtkMRMLSubjectHierarchyNode.cxx, line 251
vtkMRMLSubjectHierarchyNode (0x6e69780): AddUID: UID with name 'DICOMInstanceUID' already exists in subject hierarchy node '6: RTIMAGE: LT LAT PROS-DRR_SubjectHierarchy' with value '1.2.246.352.71.3.2088656855.2381134.20110921150951'. Replacing it with value '1.2.246.352.71.3.2088656855.2381138.20110921153147'!
The DICOM-RT import logic assumes that there is a single SOP instance UID for each series. This assumption is incorrect for RT IMAGE, where multiple DRR belong to a single series. Warnings appear on the console, such as below.
Warning: In /PHShome/gcs6/build/slicer-4/Slicer/Libs/MRML/Core/vtkMRMLSubjectHierarchyNode.cxx, line 251
vtkMRMLSubjectHierarchyNode (0x6e69780): AddUID: UID with name 'DICOMInstanceUID' already exists in subject hierarchy node '6: RTIMAGE: LT LAT PROS-DRR_SubjectHierarchy' with value '1.2.246.352.71.3.2088656855.2381134.20110921150951'. Replacing it with value '1.2.246.352.71.3.2088656855.2381138.20110921153147'!
Migrated from https://app.assembla.com/spaces/slicerrt/tickets/805-warning-on-import-multiple-rt-image-with-same-series/details
The text was updated successfully, but these errors were encountered: