|
enum | E_EncodingType { EET_ExplicitLength = 0,
EET_UndefinedLength = 1
} |
| encoding type for sequences and sequence items More...
|
|
enum | E_GrpLenEncoding { EGL_noChange = 0,
EGL_withoutGL = 1,
EGL_withGL = 2,
EGL_recalcGL = 3
} |
| handling of group length elements when reading/writing a dataset More...
|
|
enum | E_PaddingEncoding { EPD_noChange = 0,
EPD_withoutPadding = 1,
EPD_withPadding = 2
} |
| handling of dataset trailing padding More...
|
|
enum | E_SearchMode { ESM_fromHere = 0,
ESM_fromStackTop = 1,
ESM_afterStackTop = 2
} |
| search mode for hierarchical search operations More...
|
|
enum | E_TransferState { ERW_init = 0,
ERW_ready = 1,
ERW_inWork = 2,
ERW_notInitialized = 3
} |
| object state during transfer (read/write) operations More...
|
|
enum | E_FileReadMode { ERM_autoDetect = 0,
ERM_dataset = 1,
ERM_fileOnly = 2,
ERM_metaOnly = 3
} |
| mode for file reading More...
|
|
enum | E_FileWriteMode {
EWM_fileformat = 0,
EWM_dataset = 1,
EWM_updateMeta = 2,
EWM_createNewMeta = 3,
EWM_dontUpdateMeta = 4
} |
| mode for file writing More...
|
|
type definitions for the dcmdata module