IdxRecord Struct Reference

this class manages an instance entry of the index file. More...

List of all members.

Public Member Functions

 IdxRecord ()
 default constructor

Public Attributes

char filename [DBC_MAXSTRING+1]
char SOPClassUID [UI_MAX_LENGTH+1]
double RecordedDate
int ImageSize
DB_SmallDcmElmt param [NBPARAMETERS]
char PatientBirthDate [DA_MAX_LENGTH+1]
char PatientSex [CS_MAX_LENGTH+1]
char PatientName [PN_MAX_LENGTH+1]
char PatientID [LO_MAX_LENGTH+1]
char PatientBirthTime [TM_MAX_LENGTH+1]
char OtherPatientIDs [LO_MAX_LENGTH+1]
char OtherPatientNames [PN_MAX_LENGTH+1]
char EthnicGroup [SH_MAX_LENGTH+1]
char NumberofPatientRelatedStudies [IS_MAX_LENGTH+1]
char NumberofPatientRelatedSeries [IS_MAX_LENGTH+1]
char NumberofPatientRelatedInstances [IS_MAX_LENGTH+1]
char StudyDate [DA_MAX_LENGTH+1]
char StudyTime [TM_MAX_LENGTH+1]
char StudyID [CS_MAX_LENGTH+1]
char StudyDescription [LO_MAX_LENGTH+1]
char NameOfPhysiciansReadingStudy [PN_MAX_LENGTH+1]
char AccessionNumber [CS_MAX_LENGTH+1]
char ReferringPhysicianName [PN_MAX_LENGTH+1]
char ProcedureDescription [LO_MAX_LENGTH+1]
char AttendingPhysiciansName [PN_MAX_LENGTH+1]
char StudyInstanceUID [UI_MAX_LENGTH+1]
char OtherStudyNumbers [IS_MAX_LENGTH+1]
char AdmittingDiagnosesDescription [LO_MAX_LENGTH+1]
char PatientAge [AS_MAX_LENGTH+1]
char PatientSize [DS_MAX_LENGTH+1]
char PatientWeight [DS_MAX_LENGTH+1]
char Occupation [SH_MAX_LENGTH+1]
char NumberofStudyRelatedSeries [IS_MAX_LENGTH+1]
char NumberofStudyRelatedInstances [IS_MAX_LENGTH+1]
char SeriesNumber [IS_MAX_LENGTH+1]
char SeriesInstanceUID [UI_MAX_LENGTH+1]
char Modality [CS_MAX_LENGTH+1]
char ImageNumber [IS_MAX_LENGTH+1]
char SOPInstanceUID [UI_MAX_LENGTH+1]
char SeriesDate [DA_MAX_LENGTH+1]
char SeriesTime [TM_MAX_LENGTH+1]
char SeriesDescription [LO_MAX_LENGTH+1]
char ProtocolName [LO_MAX_LENGTH+1]
char OperatorsName [PN_MAX_LENGTH+1]
char PerformingPhysicianName [PN_MAX_LENGTH+1]
char PresentationLabel [CS_LABEL_MAX_LENGTH+1]
DVIFhierarchyStatus hstat
char InstanceDescription [DESCRIPTION_MAX_LENGTH+1]

Private Member Functions

 IdxRecord (const IdxRecord &copy)
IdxRecordoperator= (const IdxRecord &copy)


Detailed Description

this class manages an instance entry of the index file.

Each instance/image record within the index.dat file is a direct (binary) copy of this structure.

Definition at line 326 of file dcmqridx.h.


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


Generated on 6 Jan 2011 for OFFIS DCMTK Version 3.6.0 by Doxygen 1.5.1