Class TImagingStudySeries
Unit
bsFhir_r4b
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; |
The DICOM Series Instance UID for the series.
|
|
property uidElement : Tid 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 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.connectionType.
|
|
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 specimen : TReferenceArray read GetspecimenArray; |
The specimen imaged, e.g., for whole slide imaging of a biopsy.
|
|
property started : string read Getstarted write Setstarted; |
The date and time the series was started.
|
|
property startedElement : TdateTime_ read GetstartedElement write SetstartedElement; |
|
|
property performer : TImagingStudyPerformerArray read GetperformerArray; |
Indicates who or what performed the series and how they were involved.
|
|
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.
|