Class TImagingSelectionInstance

Unit

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

Public constructor Create; override;

Properties

Public property uid : string read Getuid write Setuid;
Public property uidElement : Tid read GetuidElement write SetuidElement;
Public property number : Int64 read Getnumber write Setnumber;
Public property numberElement : TunsignedInt read GetnumberElement write SetnumberElement;
Public property sopClass : TCoding read GetsopClass write SetsopClass;
Public property subset : TBSFHIRPrimitiveStringArray read GetsubsetArray;
Public property imageRegion2D : TImagingSelectionImageRegion2DArray read GetimageRegion2DArray;
Public property imageRegion3D : TImagingSelectionImageRegion3DArray read GetimageRegion3DArray;

Description

Methods

Public constructor Create; override;
 

Properties

Public property uid : string read Getuid write Setuid;

The SOP Instance UID for the selected DICOM instance.

Public property uidElement : Tid read GetuidElement write SetuidElement;
 
Public property number : Int64 read Getnumber write Setnumber;

The Instance Number for the selected DICOM instance.

Public property numberElement : TunsignedInt read GetnumberElement write SetnumberElement;
 
Public property sopClass : TCoding read GetsopClass write SetsopClass;

The SOP Class UID for the selected DICOM instance.

Public 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.

Public 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.

Public 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.