Besa Fhir Help FileGetting Started Units Class Hierarchy Classes, Interfaces, Objects and Records Types Variables Constants Functions and Procedures Identifiers |
Class TImagingSelection
Unit
bsFhir_r5
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
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property identifier : TIdentifierArray read GetidentifierArray; |
A unique identifier assigned to this imaging selection.
|
|
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.
|
|
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.
|
|
property issued : string read Getissued write Setissued; |
The date and time this imaging selection was created.
|
|
property issuedElement : Tinstant read GetissuedElement write SetissuedElement; |
|
|
property basedOn : TReferenceArray read GetbasedOnArray; |
A list of the diagnostic requests that resulted in this imaging selection being performed.
|
|
property code : TCodeableConcept read Getcode write Setcode; |
Reason for referencing the selected content.
|
|
property studyUid : string read GetstudyUid write SetstudyUid; |
The Study Instance UID for the DICOM Study from which the images were selected.
|
|
property studyUidElement : Tid read GetstudyUidElement write SetstudyUidElement; |
|
|
property derivedFrom : TReferenceArray read GetderivedFromArray; |
The imaging study from which the imaging selection is made.
|
|
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.
|
|
property seriesUid : string read GetseriesUid write SetseriesUid; |
The Series Instance UID for the DICOM Series from which the images were selected.
|
|
property seriesUidElement : Tid read GetseriesUidElement write SetseriesUidElement; |
|
|
property seriesNumber : Int64 read GetseriesNumber write SetseriesNumber; |
The Series Number for the DICOM Series from which the images were selected.
|
|
property seriesNumberElement : TunsignedInt read GetseriesNumberElement write SetseriesNumberElement; |
|
|
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.
|
|
property frameOfReferenceUidElement : Tid read GetframeOfReferenceUidElement write SetframeOfReferenceUidElement; |
|
|
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.
|
Generated by PasDoc 0.15.0.
|