| DCMTK Version 3.6.9
    OFFIS DICOM Toolkit | 
Internal structure defining the list items. More...
| Public Member Functions | |
| ItemStruct (const OFString &uid, const int pos, const DVIFhierarchyStatus status, const DVPSInstanceType type, const int size, const OFString &filename) | |
| Constructor. | |
| Public Attributes | |
| OFString | UID | 
| instance UID | |
| int | Pos | 
| position in the index file | |
| DVIFhierarchyStatus | Status | 
| review status | |
| DVPSInstanceType | Type | 
| type of instance | |
| int | ImageSize | 
| image size (in bytes) | |
| OFString | Filename | 
| filename of instance | |
| OFBool | Checked | 
| status flag to avoid double checking of referencing pstates | |
| OFString | Description | 
| instance description | |
| OFString | Label | 
| instance label | |
| OFList< ItemStruct * > | List | 
| list of referencing pstates | |
Internal structure defining the list items.