Besa Fhir Help FileGetting Started Units Class Hierarchy Classes, Interfaces, Objects and Records Types Variables Constants Functions and Procedures Identifiers |
Class TImagingStudySeries
Unit
bsFhir_stu3
Declaration
type TImagingStudySeries = class(TBackboneElement)
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.
Hierarchy
Overview
Methods
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property uid : string read Getuid write Setuid; |
Formal identifier for this series.
|
|
property uidElement : Toid read GetuidElement write SetuidElement; |
|
|
property number : Int64 read Getnumber write Setnumber; |
The numeric identifier of this series in the study.
|
|
property numberElement : TunsignedInt read GetnumberElement write SetnumberElement; |
|
|
property modality : TCoding read Getmodality write Setmodality; |
The modality of this series sequence.
|
|
property description : string read Getdescription write Setdescription; |
A description of the series.
|
|
property descriptionElement : Tstring read GetdescriptionElement write SetdescriptionElement; |
|
|
property numberOfInstances : Int64 read GetnumberOfInstances write SetnumberOfInstances; |
Number of SOP Instances in the Study. The 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 availability : string read Getavailability write Setavailability; |
Availability of series (online, offline or nearline).
|
|
property availabilityElement : TInstanceAvailability read GetavailabilityElement write SetavailabilityElement; |
|
|
property endpoint : TReferenceArray read GetendpointArray; |
The network service providing access (e.g., query, view, or retrieval) for this series. See implementation notes for information about using DICOM endpoints. A series-level endpoint, if present, has precedence over a study-level endpoint with the same Endpoint.type.
|
|
property laterality : TCoding read Getlaterality write Setlaterality; |
The laterality of the (possibly paired) anatomic structures examined. E.g., the left knee, both lungs, or unpaired abdomen. If present, shall be consistent with any laterality information indicated in ImagingStudy.series.bodySite.
|
|
property started : string read Getstarted write Setstarted; |
The date and time the series was started.
|
|
property startedElement : TdateTime_ read GetstartedElement write SetstartedElement; |
|
|
property performer : TReferenceArray read GetperformerArray; |
The physician or operator (often the radiology technician) who performed the series. The performer is recorded at the series level, since each series in a study may be performed by a different practitioner, at different times, and using different devices. A series may be performed by multiple practitioners.
|
|
property instance : TImagingStudyInstanceArray read GetinstanceArray; |
A single SOP instance within the series, e.g. an image, or presentation state.
|
Generated by PasDoc 0.15.0.
|