Class TImagingStudy

Unit

Declaration

type TImagingStudy = class(TDomainResource)

Description

Representation of the content produced in a DICOM imaging study. A study comprises a set of series, each of which includes a set of Service-Object Pair Instances (SOP Instances - images or other data) acquired or produced in a common context. A series is of only one modality (e.g. X-ray, CT, MR, ultrasound), but a study may have multiple series of different modalities. 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 : TImagingStudyStatus read GetstatusElement write SetstatusElement;
Public property modality : TCodeableConceptArray read GetmodalityArray;
Public property subject : TReference read Getsubject write Setsubject;
Public property encounter : TReference read Getencounter write Setencounter;
Public property started : string read Getstarted write Setstarted;
Public property startedElement : TdateTime_ read GetstartedElement write SetstartedElement;
Public property basedOn : TReferenceArray read GetbasedOnArray;
Public property partOf : TReferenceArray read GetpartOfArray;
Public property referrer : TReference read Getreferrer write Setreferrer;
Public property endpoint : TReferenceArray read GetendpointArray;
Public property numberOfSeries : Int64 read GetnumberOfSeries write SetnumberOfSeries;
Public property numberOfSeriesElement : TunsignedInt read GetnumberOfSeriesElement write SetnumberOfSeriesElement;
Public property numberOfInstances : Int64 read GetnumberOfInstances write SetnumberOfInstances;
Public property numberOfInstancesElement : TunsignedInt read GetnumberOfInstancesElement write SetnumberOfInstancesElement;
Public property procedure_ : TCodeableReferenceArray read Getprocedure_Array;
Public property location : TReference read Getlocation write Setlocation;
Public property reason : TCodeableReferenceArray read GetreasonArray;
Public property note : TAnnotationArray read GetnoteArray;
Public property description : string read Getdescription write Setdescription;
Public property descriptionElement : Tstring read GetdescriptionElement write SetdescriptionElement;
Public property series : TImagingStudySeriesArray read GetseriesArray;

Description

Methods

Public constructor Create; override;
 

Properties

Public property identifier : TIdentifierArray read GetidentifierArray;

Identifiers for the ImagingStudy such as DICOM Study Instance UID.

Public property status : string read Getstatus write Setstatus;

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

Public property statusElement : TImagingStudyStatus read GetstatusElement write SetstatusElement;
 
Public property modality : TCodeableConceptArray read GetmodalityArray;

A list of all the distinct values of series.modality. This may include both acquisition and non-acquisition modalities.

Public property subject : TReference read Getsubject write Setsubject;

The subject, typically a patient, of the imaging study.

Public property encounter : TReference read Getencounter write Setencounter;

The healthcare event (e.g. a patient and healthcare provider interaction) during which this ImagingStudy is made.

Public property started : string read Getstarted write Setstarted;

Date and time the study started.

Public property startedElement : TdateTime_ read GetstartedElement write SetstartedElement;
 
Public property basedOn : TReferenceArray read GetbasedOnArray;

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

Public property partOf : TReferenceArray read GetpartOfArray;

A larger event of which this particular ImagingStudy is a component or step. For example, an ImagingStudy as part of a procedure.

Public property referrer : TReference read Getreferrer write Setreferrer;

The requesting/referring physician.

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

Public property numberOfSeries : Int64 read GetnumberOfSeries write SetnumberOfSeries;

Number of Series in the Study. This value given may be larger than the number of series elements this Resource contains due to resource availability, security, or other factors. This element should be present if any series elements are present.

Public property numberOfSeriesElement : TunsignedInt read GetnumberOfSeriesElement write SetnumberOfSeriesElement;
 
Public property numberOfInstances : Int64 read GetnumberOfInstances write SetnumberOfInstances;

Number of SOP Instances in Study. This value given may be larger than the number of instance elements this resource contains due to resource availability, security, or other factors. This element should be present if any instance elements are present.

Public property numberOfInstancesElement : TunsignedInt read GetnumberOfInstancesElement write SetnumberOfInstancesElement;
 
Public property procedure_ : TCodeableReferenceArray read Getprocedure_Array;

This field corresponds to the DICOM Procedure Code Sequence (0008,1032). This is different from the FHIR Procedure resource that may include the ImagingStudy.

Public property location : TReference read Getlocation write Setlocation;

The principal physical location where the ImagingStudy was performed.

Public property reason : TCodeableReferenceArray read GetreasonArray;

Description of clinical condition indicating why the ImagingStudy was requested, and/or Indicates another resource whose existence justifies this Study.

Public property note : TAnnotationArray read GetnoteArray;

Per the recommended DICOM mapping, this element is derived from the Study Description attribute (0008,1030). Observations or findings about the imaging study should be recorded in another resource, e.g. Observation, and not in this element.

Public property description : string read Getdescription write Setdescription;

The Imaging Manager description of the study. Institution-generated description or classification of the Study (component) performed.

Public property descriptionElement : Tstring read GetdescriptionElement write SetdescriptionElement;
 
Public property series : TImagingStudySeriesArray read GetseriesArray;

Each study has one or more series of images or other content.


Generated by PasDoc 0.15.0.