Class TImagingManifest
Unit
bsFhir_stu3
Declaration
type TImagingManifest = class(TDomainResource)
Description
A text description of the DICOM SOP instances selected in the ImagingManifest; or the reason for, or significance of, the selection. If the element is present, it must have either a @value, an @id, or extensions
Hierarchy
Overview
Methods
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property identifier : TIdentifier read Getidentifier write Setidentifier; |
Unique identifier of the DICOM Key Object Selection (KOS) that this resource represents.
|
|
property patient : TReference read Getpatient write Setpatient; |
A patient resource reference which is the patient subject of all DICOM SOP Instances in this ImagingManifest.
|
|
property authoringTime : string read GetauthoringTime write SetauthoringTime; |
Date and time when the selection of the referenced instances were made. It is (typically) different from the creation date of the selection resource, and from dates associated with the referenced instances (e.g. capture time of the referenced image).
|
|
property authoringTimeElement : TdateTime_ read GetauthoringTimeElement write SetauthoringTimeElement; |
|
|
property author : TReference read Getauthor write Setauthor; |
Author of ImagingManifest. It can be a human author or a device which made the decision of the SOP instances selected. For example, a radiologist selected a set of imaging SOP instances to attach in a diagnostic report, and a CAD application may author a selection to describe SOP instances it used to generate a detection conclusion.
|
|
property description : string read Getdescription write Setdescription; |
Free text narrative description of the ImagingManifest. The value may be derived from the DICOM Standard Part 16, CID-7010 descriptions (e.g. Best in Set, Complete Study Content). Note that those values cover the wide range of uses of the DICOM Key Object Selection object, several of which are not supported by ImagingManifest. Specifically, there is no expected behavior associated with descriptions that suggest referenced images be removed or not used.
|
|
property descriptionElement : Tstring read GetdescriptionElement write SetdescriptionElement; |
|
|
property study : TImagingManifestStudyArray read GetstudyArray; |
Study identity and locating information of the DICOM SOP instances in the selection.
|
Generated by PasDoc 0.15.0.
|