Class TImagingManifestSeries
Unit
bsFhir_stu3
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
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property uid : string read Getuid write Setuid; |
Series instance UID of the SOP instances in the selection.
|
|
property uidElement : Toid read GetuidElement write SetuidElement; |
|
|
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.
|
Generated by PasDoc 0.15.0.
|