subset property

List<String>? subset
inherited

subset Selected subset of the SOP Instance. The content and format of the subset item is determined by the SOP Class of the selected instance. May be one of:

  • A list of frame numbers selected from a multiframe SOP Instance.
  • A list of Content Item Observation UID values selected from a DICOM SR or other structured document SOP Instance.
  • A list of segment numbers selected from a segmentation SOP Instance.
  • A list of Region of Interest (ROI) numbers selected from a radiotherapy structure set SOP Instance.

Implementation

List<String>? get subset => throw _privateConstructorUsedError;