|
DCMTK
Version 3.6.1 20120515
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.
| DVInstanceCache::ItemStruct::ItemStruct | ( | const OFString & | uid, |
| const int | pos, | ||
| const DVIFhierarchyStatus | status, | ||
| const DVPSInstanceType | type, | ||
| const int | size, | ||
| const OFString & | filename | ||
| ) | [inline] |
Constructor.
sets internal member variables.
| uid | unique identifier |
| pos | file position in index file |
| status | review status |
| type | type of instance |
| size | image size (in bytes) |
| filename | filename of instance |