Class TImagingStudySeries

Unit

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

Public constructor Create; override;

Properties

Public property uid : string read Getuid write Setuid;
Public property uidElement : Toid read GetuidElement write SetuidElement;
Public property number : Int64 read Getnumber write Setnumber;
Public property numberElement : TunsignedInt read GetnumberElement write SetnumberElement;
Public property modality : TCoding read Getmodality write Setmodality;
Public property description : string read Getdescription write Setdescription;
Public property descriptionElement : Tstring read GetdescriptionElement write SetdescriptionElement;
Public property numberOfInstances : Int64 read GetnumberOfInstances write SetnumberOfInstances;
Public property numberOfInstancesElement : TunsignedInt read GetnumberOfInstancesElement write SetnumberOfInstancesElement;
Public property availability : string read Getavailability write Setavailability;
Public property availabilityElement : TInstanceAvailability read GetavailabilityElement write SetavailabilityElement;
Public property endpoint : TReferenceArray read GetendpointArray;
Public property bodySite : TCoding read GetbodySite write SetbodySite;
Public property laterality : TCoding read Getlaterality write Setlaterality;
Public property started : string read Getstarted write Setstarted;
Public property startedElement : TdateTime_ read GetstartedElement write SetstartedElement;
Public property performer : TReferenceArray read GetperformerArray;
Public property instance : TImagingStudyInstanceArray read GetinstanceArray;

Description

Methods

Public constructor Create; override;
 

Properties

Public property uid : string read Getuid write Setuid;

Formal identifier for this series.

Public property uidElement : Toid read GetuidElement write SetuidElement;
 
Public property number : Int64 read Getnumber write Setnumber;

The numeric identifier of this series in the study.

Public property numberElement : TunsignedInt read GetnumberElement write SetnumberElement;
 
Public property modality : TCoding read Getmodality write Setmodality;

The modality of this series sequence.

Public property description : string read Getdescription write Setdescription;

A description of the series.

Public property descriptionElement : Tstring read GetdescriptionElement write SetdescriptionElement;
 
Public 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.

Public property numberOfInstancesElement : TunsignedInt read GetnumberOfInstancesElement write SetnumberOfInstancesElement;
 
Public property availability : string read Getavailability write Setavailability;

Availability of series (online, offline or nearline).

Public property availabilityElement : TInstanceAvailability read GetavailabilityElement write SetavailabilityElement;
 
Public 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.

Public property bodySite : TCoding read GetbodySite write SetbodySite;

The anatomic structures examined. See DICOM Part 16 Annex L (http://dicom.nema.org/medical/dicom/current/output/chtml/part16/chapter_L.html) for DICOM to SNOMED-CT mappings. The bodySite may indicate the laterality of body part imaged; if so, it shall be consistent with any content of ImagingStudy.series.laterality.

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

Public property started : string read Getstarted write Setstarted;

The date and time the series was started.

Public property startedElement : TdateTime_ read GetstartedElement write SetstartedElement;
 
Public 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.

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