Class TImagingManifestStudy

Unit

Declaration

type TImagingManifestStudy = class(TBackboneElement)

Description

A text description of the DICOM SOP instances selected in the ImagingManifest; or the reason for, or significance of, the selection.

Hierarchy

Overview

Methods

Public constructor Create; override;

Properties

Public property uid : string read Getuid write Setuid;
Public property uidElement : Toid read GetuidElement write SetuidElement;
Public property imagingStudy : TReference read GetimagingStudy write SetimagingStudy;
Public property endpoint : TReferenceArray read GetendpointArray;
Public property series : TImagingManifestSeriesArray read GetseriesArray;

Description

Methods

Public constructor Create; override;
 

Properties

Public property uid : string read Getuid write Setuid;

Study instance UID of the SOP instances in the selection.

Public property uidElement : Toid read GetuidElement write SetuidElement;
 
Public property imagingStudy : TReference read GetimagingStudy write SetimagingStudy;

Reference to the Imaging Study in FHIR form.

Public property endpoint : TReferenceArray read GetendpointArray;

The network service providing access (e.g., query, view, or retrieval) for the study. See implementation notes for information about using DICOM endpoints. A study-level endpoint applies to each series in the study, unless overridden by a series-level endpoint with the same Endpoint.type.

Public property series : TImagingManifestSeriesArray read GetseriesArray;

Series identity and locating information of the DICOM SOP instances in the selection.


Generated by PasDoc 0.15.0.