Class TImagingSelectionInstance
Unit
bsFhir_r5 
Declaration
type TImagingSelectionInstance = class(TBackboneElement) 
Description
 A selection of DICOM SOP instances and/or frames within a single Study and Series. This might include additional specifics such as an image region, an Observation UID or a Segmentation Number, allowing linkage to an Observation Resource or transferring this information along with the ImagingStudy Resource.  
Hierarchy
Overview
Methods
Properties
Description
Methods
  | 
constructor Create; override; | 
 
| 
  |  
 
Properties
  | 
property uid : string read Getuid write Setuid; | 
 
| 
 
 The SOP Instance UID for the selected DICOM instance.  
 |  
 
  | 
property uidElement : Tid read GetuidElement write SetuidElement; | 
 
| 
  |  
 
  | 
property number : Int64 read Getnumber write Setnumber; | 
 
| 
 
 The Instance Number for the selected DICOM instance.  
 |  
 
  | 
property numberElement : TunsignedInt read GetnumberElement write SetnumberElement; | 
 
| 
  |  
 
  | 
property sopClass : TCoding read GetsopClass write SetsopClass; | 
 
| 
 
 The SOP Class UID for the selected DICOM instance.  
 |  
 
  | 
property subset : TBSFHIRPrimitiveStringArray  read GetsubsetArray; | 
 
| 
 
 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.  
 |  
 
  | 
property imageRegion2D : TImagingSelectionImageRegion2DArray read GetimageRegion2DArray; | 
 
| 
 
 Each imaging selection instance or frame list might includes an image region, specified by a region type and a set of 2D coordinates. If the parent imagingSelection.instance contains a subset element of type frame, the image region applies to all frames in the subset list.  
 |  
 
  | 
property imageRegion3D : TImagingSelectionImageRegion3DArray read GetimageRegion3DArray; | 
 
| 
 
 Each imaging selection might includes a 3D image region, specified by a region type and a set of 3D coordinates.  
 |  
 
 Generated by PasDoc 0.15.0. 
 |