DCMTK
Version 3.6.4
OFFIS DICOM Toolkit
|
type definitions and constants for the database index file More...
Classes | |
struct | DB_SerializedTagKey |
struct | DB_SerializedCharPtr |
struct | DB_SmallDcmElmt |
this class provides a primitive interface for handling a flat DICOM element, similar to DcmElement, but only for use within the database module More... | |
struct | DB_ElementList |
this class provides a primitive interface for handling a list of flat DICOM elements, similar to DcmItem, but only for use within the database module More... | |
struct | DB_UidList |
struct | DB_CounterList |
struct | DB_FindAttr |
struct | DB_Private_Handle |
struct | StudyDescRecord |
this struct defines the structure of each "Study Record" in the index.dat file maintained by this module. More... | |
struct | ImagesofStudyArray |
struct | IdxRecord |
this class manages an instance entry of the index file. More... | |
union | DB_SerializedCharPtr.ptr |
Macros | |
#define | PATIENT_LEVEL_STRING "PATIENT" |
Level Strings. | |
Enumerations | |
enum | DB_KEY_TYPE { UNIQUE_KEY, REQUIRED_KEY, OPTIONAL_KEY } |
types of query keys More... | |
enum | DB_QUERY_CLASS { PATIENT_ROOT, STUDY_ROOT, PATIENT_STUDY } |
query models More... | |
type definitions and constants for the database index file
struct DB_UidList |
struct DB_CounterList |
struct StudyDescRecord |
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.
struct ImagesofStudyArray |
union DB_SerializedCharPtr.ptr |
enum DB_KEY_TYPE |
enum DB_QUERY_CLASS |