Besa Fhir Help FileGetting Started Units Class Hierarchy Classes, Interfaces, Objects and Records Types Variables Constants Functions and Procedures Identifiers |
Class TImagingStudy
Unit
bsFhir_r5
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
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property identifier : TIdentifierArray read GetidentifierArray; |
Identifiers for the ImagingStudy such as DICOM Study Instance UID.
|
|
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.
|
|
property modality : TCodeableConceptArray read GetmodalityArray; |
A list of all the distinct values of series.modality. This may include both acquisition and non-acquisition modalities.
|
|
property subject : TReference read Getsubject write Setsubject; |
The subject, typically a patient, of the imaging study.
|
|
property encounter : TReference read Getencounter write Setencounter; |
The healthcare event (e.g. a patient and healthcare provider interaction) during which this ImagingStudy is made.
|
|
property started : string read Getstarted write Setstarted; |
Date and time the study started.
|
|
property startedElement : TdateTime_ read GetstartedElement write SetstartedElement; |
|
|
property basedOn : TReferenceArray read GetbasedOnArray; |
A list of the diagnostic requests that resulted in this imaging study being performed.
|
|
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.
|
|
property referrer : TReference read Getreferrer write Setreferrer; |
The requesting/referring physician.
|
|
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.
|
|
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.
|
|
property numberOfSeriesElement : TunsignedInt read GetnumberOfSeriesElement write SetnumberOfSeriesElement; |
|
|
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.
|
|
property numberOfInstancesElement : TunsignedInt read GetnumberOfInstancesElement write SetnumberOfInstancesElement; |
|
|
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.
|
|
property location : TReference read Getlocation write Setlocation; |
The principal physical location where the ImagingStudy was performed.
|
|
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.
|
|
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.
|
|
property description : string read Getdescription write Setdescription; |
The Imaging Manager description of the study. Institution-generated description or classification of the Study (component) performed.
|
|
property descriptionElement : Tstring read GetdescriptionElement write SetdescriptionElement; |
|
|
property series : TImagingStudySeriesArray read GetseriesArray; |
Each study has one or more series of images or other content.
|
Generated by PasDoc 0.15.0.
|