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 : Tid read GetuidElement write SetuidElement;
Public property number : Int64 read Getnumber write Setnumber;
Public property numberElement : TunsignedInt read GetnumberElement write SetnumberElement;
Public property modality : TCodeableConcept 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 endpoint : TReferenceArray read GetendpointArray;
Public property bodySite : TCodeableReference read GetbodySite write SetbodySite;
Public property laterality : TCodeableConcept read Getlaterality write Setlaterality;
Public property specimen : TReferenceArray read GetspecimenArray;
Public property started : string read Getstarted write Setstarted;
Public property startedElement : TdateTime_ read GetstartedElement write SetstartedElement;
Public property performer : TImagingStudyPerformerArray read GetperformerArray;
Public property instance : TImagingStudyInstanceArray read GetinstanceArray;

Description

Methods

Public constructor Create; override;
 

Properties

Public property uid : string read Getuid write Setuid;

The DICOM Series Instance UID for the series.

Public property uidElement : Tid 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 : TCodeableConcept read Getmodality write Setmodality;

The distinct modality for this series. This may include both acquisition and non-acquisition modalities.

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

Public property bodySite : TCodeableReference 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 : TCodeableConcept 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 specimen : TReferenceArray read GetspecimenArray;

The specimen imaged, e.g., for whole slide imaging of a biopsy.

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 : TImagingStudyPerformerArray read GetperformerArray;

Indicates who or what performed the series and how they were involved.

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.