Class TImagingManifestStudy
Unit
bsFhir_stu3
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
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property uid : string read Getuid write Setuid; |
Study instance UID of the SOP instances in the selection.
|
|
property uidElement : Toid read GetuidElement write SetuidElement; |
|
|
property imagingStudy : TReference read GetimagingStudy write SetimagingStudy; |
Reference to the Imaging Study in FHIR form.
|
|
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.
|
|
property series : TImagingManifestSeriesArray read GetseriesArray; |
Series identity and locating information of the DICOM SOP instances in the selection.
|
Generated by PasDoc 0.15.0.
|