Class TImagingSelectionImageRegion2D

Unit

Declaration

type TImagingSelectionImageRegion2D = 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 regionType : string read GetregionType write SetregionType;
Public property regionTypeElement : TImagingSelectionDGraphicType read GetregionTypeElement write SetregionTypeElement;
Public property coordinate : TBSFHIRPrimitiveStringArray read GetcoordinateArray;

Description

Methods

Public constructor Create; override;
 

Properties

Public property regionType : string read GetregionType write SetregionType;

Specifies the type of image region.

Public property regionTypeElement : TImagingSelectionDGraphicType read GetregionTypeElement write SetregionTypeElement;
 
Public property coordinate : TBSFHIRPrimitiveStringArray read GetcoordinateArray;

The coordinates describing the image region. Encoded as a set of (column, row) pairs that denote positions in the selected image / frames specified with sub-pixel resolution. The origin at the TLHC of the TLHC pixel is 0.0\0.0, the BRHC of the TLHC pixel is 1.0\1.0, and the BRHC of the BRHC pixel is the number of columns\rows in the image / frames. The values must be within the range 0\0 to the number of columns\rows in the image / frames.


Generated by PasDoc 0.15.0.