DCMTK  Version 3.6.1 20170228
OFFIS DICOM Toolkit
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Public Attributes | List of all members
StudyDescRecord Struct Reference

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+1]
 Study Instance UID of the study described by this record.
 
Uint32 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.
 
Uint32 NumberofRegistratedImages
 number of images of this study in the database
 

Detailed Description

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.

Member Data Documentation

double StudyDescRecord::LastRecordedDate

timestamp for last update of this study. Format: output of time(2) converted to double.

Uint32 StudyDescRecord::NumberofRegistratedImages

number of images of this study in the database

char StudyDescRecord::StudyInstanceUID[UI_MAX_LENGTH+1]

Study Instance UID of the study described by this record.

Uint32 StudyDescRecord::StudySize

combined size (in bytes) of all images of this study in the database


The documentation for this struct was generated from the following file:


Generated on Tue Feb 28 2017 for DCMTK Version 3.6.1 20170228 by Doxygen 1.8.8