Class TImagingManifestSeries

Unit

Declaration

type TImagingManifestSeries = 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 endpoint : TReferenceArray read GetendpointArray;
Public property instance : TImagingManifestInstanceArray read GetinstanceArray;

Description

Methods

Public constructor Create; override;
 

Properties

Public property uid : string read Getuid write Setuid;

Series instance UID of the SOP instances in the selection.

Public property uidElement : Toid read GetuidElement write SetuidElement;
 
Public property endpoint : TReferenceArray read GetendpointArray;

The network service providing access (e.g., query, view, or retrieval) for this series. See implementation notes for information about using DICOM endpoints. A series-level endpoint, if present, has precedence over a study-level endpoint with the same Endpoint.type.

Public property instance : TImagingManifestInstanceArray read GetinstanceArray;

Identity and locating information of the selected DICOM SOP instances.


Generated by PasDoc 0.15.0.