Class TImagingSelectionImageRegion3D

Unit

Declaration

type TImagingSelectionImageRegion3D = 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 an ordered set of (x,y,z) triplets (in mm and may be negative) that define a region of interest in the patient-relative Reference Coordinate System defined by ImagingSelection.frameOfReferenceUid element.


Generated by PasDoc 0.15.0.