DCMTK
Version 3.6.1 20120515
OFFIS DICOM Toolkit
|
this struct defines the structure of each "Study Record" in the index.dat file maintained by this module. More...
Public Attributes | |
char | StudyInstanceUID [UI_MAX_LENGTH] |
Study Instance UID of the study described by this record. | |
long | StudySize |
combined size (in bytes) of all images of this study in the database | |
double | LastRecordedDate |
timestamp for last update of this study. Format: output of time(2) converted to double. | |
int | NumberofRegistratedImages |
number of images of this study in the database |
this struct defines the structure of each "Study Record" in the index.dat file maintained by this module.
A Study Record is a direct binary copy of an instance of this struct.
timestamp for last update of this study. Format: output of time(2) converted to double.
number of images of this study in the database
char StudyDescRecord::StudyInstanceUID[UI_MAX_LENGTH] |
Study Instance UID of the study described by this record.
combined size (in bytes) of all images of this study in the database