DCMTK
Version 3.6.6
OFFIS DICOM Toolkit
|
Class that wraps some constant definitions in the context of IODs. More...
Classes | |
struct | Frame |
Struct representing a single frame. More... | |
Public Types | |
enum | IOD_IE { IE_UNDEFINED, IE_PATIENT, IE_STUDY, IE_SERIES, IE_FOR, IE_EQUIPMENT, IE_IMAGE } |
IOD Information Entities (incomplete list, extended as needed) More... | |
enum | IOD_LATERALITY { LATERALITY_UNDEFINED, LATERALITY_L, LATERALITY_R } |
Enumerated values for attribute "Laterality". More... | |
enum | IOD_ENHUSIMAGETYPE { IMAGETYPE_UNKNOWN, IMAGETYPE_ORIGINAL, IMAGETYPE_DERIVED } |
Enhanced US Image Module: Image Type (first value) More... | |
Private Member Functions | |
DcmIODTypes () | |
Private undefined default constructor. | |
~DcmIODTypes () | |
Private undefined destructor. | |
Class that wraps some constant definitions in the context of IODs.
enum DcmIODTypes::IOD_IE |
IOD Information Entities (incomplete list, extended as needed)
Enumerator | |
---|---|
IE_UNDEFINED | Undefined Information Entity (i.e. no value set) |
IE_PATIENT | Patient Entity. |
IE_STUDY | Study Entity. |
IE_SERIES | Series Entity. |
IE_FOR | Frame of Reference Entity. |
IE_EQUIPMENT | Equipment Entity. |
IE_IMAGE | Image Entity. |