DCMTK
Version 3.6.7
OFFIS DICOM Toolkit
|
Internal structure defining the list items. More...
Public Member Functions | |
ItemStruct (const OFString &uid, const DVIFhierarchyStatus status=DVIF_objectIsNew, const DVPSInstanceType type=DVPSI_image) | |
Constructor. More... | |
Public Attributes | |
OFString | UID |
instance UID | |
DVIFhierarchyStatus | Status |
review status for the series | |
DVPSInstanceType | Type |
type of all instances within this series | |
DVInstanceCache | List |
list of instances within this series | |
Internal structure defining the list items.
|
inline |
Constructor.
sets internal member variables.
uid | unique identifier |
status | review status (optional) |
type | type of series |