Class TImagingManifest

Unit

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

Public constructor Create; override;

Properties

Public property identifier : TIdentifier read Getidentifier write Setidentifier;
Public property patient : TReference read Getpatient write Setpatient;
Public property authoringTime : string read GetauthoringTime write SetauthoringTime;
Public property authoringTimeElement : TdateTime_ read GetauthoringTimeElement write SetauthoringTimeElement;
Public property author : TReference read Getauthor write Setauthor;
Public property description : string read Getdescription write Setdescription;
Public property descriptionElement : Tstring read GetdescriptionElement write SetdescriptionElement;
Public property study : TImagingManifestStudyArray read GetstudyArray;

Description

Methods

Public constructor Create; override;
 

Properties

Public property identifier : TIdentifier read Getidentifier write Setidentifier;

Unique identifier of the DICOM Key Object Selection (KOS) that this resource represents.

Public property patient : TReference read Getpatient write Setpatient;

A patient resource reference which is the patient subject of all DICOM SOP Instances in this ImagingManifest.

Public 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).

Public property authoringTimeElement : TdateTime_ read GetauthoringTimeElement write SetauthoringTimeElement;
 
Public 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.

Public 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.

Public property descriptionElement : Tstring read GetdescriptionElement write SetdescriptionElement;
 
Public property study : TImagingManifestStudyArray read GetstudyArray;

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


Generated by PasDoc 0.15.0.