Class TImagingSelection

Unit

Declaration

type TImagingSelection = class(TDomainResource)

Description

A selection of DICOM SOP instances and/or frames within a single Study and Series. This might include additional specifics such as an image region, an Observation UID or a Segmentation Number, allowing linkage to an Observation Resource or transferring this information along with the ImagingStudy Resource. 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 : TIdentifierArray read GetidentifierArray;
Public property status : string read Getstatus write Setstatus;
Public property statusElement : TImagingSelectionStatus read GetstatusElement write SetstatusElement;
Public property subject : TReference read Getsubject write Setsubject;
Public property issued : string read Getissued write Setissued;
Public property issuedElement : Tinstant read GetissuedElement write SetissuedElement;
Public property performer : TImagingSelectionPerformerArray read GetperformerArray;
Public property basedOn : TReferenceArray read GetbasedOnArray;
Public property category : TCodeableConceptArray read GetcategoryArray;
Public property code : TCodeableConcept read Getcode write Setcode;
Public property studyUid : string read GetstudyUid write SetstudyUid;
Public property studyUidElement : Tid read GetstudyUidElement write SetstudyUidElement;
Public property derivedFrom : TReferenceArray read GetderivedFromArray;
Public property endpoint : TReferenceArray read GetendpointArray;
Public property seriesUid : string read GetseriesUid write SetseriesUid;
Public property seriesUidElement : Tid read GetseriesUidElement write SetseriesUidElement;
Public property seriesNumber : Int64 read GetseriesNumber write SetseriesNumber;
Public property seriesNumberElement : TunsignedInt read GetseriesNumberElement write SetseriesNumberElement;
Public property frameOfReferenceUid : string read GetframeOfReferenceUid write SetframeOfReferenceUid;
Public property frameOfReferenceUidElement : Tid read GetframeOfReferenceUidElement write SetframeOfReferenceUidElement;
Public property bodySite : TCodeableReference read GetbodySite write SetbodySite;
Public property focus : TReferenceArray read GetfocusArray;
Public property instance : TImagingSelectionInstanceArray read GetinstanceArray;

Description

Methods

Public constructor Create; override;
 

Properties

Public property identifier : TIdentifierArray read GetidentifierArray;

A unique identifier assigned to this imaging selection.

Public property status : string read Getstatus write Setstatus;

The current state of the ImagingSelection resource. This is not the status of any ImagingStudy, ServiceRequest, or Task resources associated with the ImagingSelection.

Public property statusElement : TImagingSelectionStatus read GetstatusElement write SetstatusElement;
 
Public property subject : TReference read Getsubject write Setsubject;

The patient, or group of patients, location, device, organization, procedure or practitioner this imaging selection is about and into whose or what record the imaging selection is placed.

Public property issued : string read Getissued write Setissued;

The date and time this imaging selection was created.

Public property issuedElement : Tinstant read GetissuedElement write SetissuedElement;
 
Public property performer : TImagingSelectionPerformerArray read GetperformerArray;

Selector of the instances – human or machine.

Public property basedOn : TReferenceArray read GetbasedOnArray;

A list of the diagnostic requests that resulted in this imaging selection being performed.

Public property category : TCodeableConceptArray read GetcategoryArray;

Classifies the imaging selection.

Public property code : TCodeableConcept read Getcode write Setcode;

Reason for referencing the selected content.

Public property studyUid : string read GetstudyUid write SetstudyUid;

The Study Instance UID for the DICOM Study from which the images were selected.

Public property studyUidElement : Tid read GetstudyUidElement write SetstudyUidElement;
 
Public property derivedFrom : TReferenceArray read GetderivedFromArray;

The imaging study from which the imaging selection is made.

Public property endpoint : TReferenceArray read GetendpointArray;

The network service providing retrieval access to the selected images, frames, etc. See implementation notes for information about using DICOM endpoints.

Public property seriesUid : string read GetseriesUid write SetseriesUid;

The Series Instance UID for the DICOM Series from which the images were selected.

Public property seriesUidElement : Tid read GetseriesUidElement write SetseriesUidElement;
 
Public property seriesNumber : Int64 read GetseriesNumber write SetseriesNumber;

The Series Number for the DICOM Series from which the images were selected.

Public property seriesNumberElement : TunsignedInt read GetseriesNumberElement write SetseriesNumberElement;
 
Public property frameOfReferenceUid : string read GetframeOfReferenceUid write SetframeOfReferenceUid;

The Frame of Reference UID identifying the coordinate system that conveys spatial and/or temporal information for the selected images or frames.

Public property frameOfReferenceUidElement : Tid read GetframeOfReferenceUidElement write SetframeOfReferenceUidElement;
 
Public property bodySite : TCodeableReference read GetbodySite write SetbodySite;

The anatomic structures examined. See DICOM Part 16 Annex L (http://dicom.nema.org/medical/dicom/current/output/chtml/part16/chapter_L.html) for DICOM to SNOMED-CT mappings.

Public property focus : TReferenceArray read GetfocusArray;

The actual focus of an observation when it is not the patient of record representing something or someone associated with the patient such as a spouse, parent, fetus, or donor. For example, fetus observations in a mother's record. The focus of an observation could also be an existing condition, an intervention, the subject's diet, another observation of the subject, or a body structure such as tumor or implanted device. An example use case would be using the Observation resource to capture whether the mother is trained to change her child's tracheostomy tube. In this example, the child is the patient of record and the mother is the focus.

Public property instance : TImagingSelectionInstanceArray read GetinstanceArray;

Each imaging selection includes one or more selected DICOM SOP instances.


Generated by PasDoc 0.15.0.