Class TImagingStudyInstance

Unit

Declaration

type TImagingStudyInstance = 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 sopClass : string read GetsopClass write SetsopClass;
Public property sopClassElement : Toid read GetsopClassElement write SetsopClassElement;
Public property title : string read Gettitle write Settitle;
Public property titleElement : Tstring read GettitleElement write SettitleElement;

Description

Methods

Public constructor Create; override;
 

Properties

Public property uid : string read Getuid write Setuid;

Formal identifier for this image or other content.

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

The number of instance in the series.

Public property numberElement : TunsignedInt read GetnumberElement write SetnumberElement;
 
Public property sopClass : string read GetsopClass write SetsopClass;

DICOM instance type.

Public property sopClassElement : Toid read GetsopClassElement write SetsopClassElement;
 
Public property title : string read Gettitle write Settitle;

The description of the instance.

Public property titleElement : Tstring read GettitleElement write SettitleElement;
 

Generated by PasDoc 0.15.0.