dcmqi icon indicating copy to clipboard operation
dcmqi copied to clipboard

Assignment of the source series UIDs to the segmentation frames

Open fedorov opened this issue 9 years ago • 0 comments

Currently, communication of the source series DICOM files serves multiple purposes:

  • initialize patient/study/FoR for the segmentation to be created
  • list all of the instances passed as input in the ReferencedInstanceSequence
  • UIDs of the instances that match the spatial positions of the slices corresponding to the segmentation slices are listed in the PerFrameFunctionalGroupsSequence > DerivationImageSequence

It will be more flexible (but also more complicated) if these different purposes are separated.

A related use case is segmentation of the time series data, where multiple source series slices will map to the same segmentation series frame.

fedorov avatar Jul 20 '16 18:07 fedorov