MeVisLab Toolbox Reference
mlDicomEnhancedSaveAddOnList.h File Reference

Collects all DicomModifyFieldAddOns needed as private implementation in the ML module class DicomEnhancedSave. More...

Go to the source code of this file.

Classes

class  ml::DicomEnhancedSaveAddOnPointers
 Structure describing the AddOnPointer; used as private implementation in _fieldAddOnList. More...
 

Namespaces

 ml
 Main documentation file for ML users and developers.
 

Macros

#define _LEGACY_CONVERTED_ENHANCED_CT_SOP_CLASS_UID   "1.2.840.10008.5.1.4.1.1.2.2"
 The UID for Legacy Converted Enhanced CT IOD. More...
 
#define _LEGACY_CONVERTED_ENHANCED_MR_SOP_CLASS_UID   "1.2.840.10008.5.1.4.1.1.4.4"
 The UID for Legacy Converted Enhanced MR IOD. More...
 
#define _LEGACY_CONVERTED_ENHANCED_PET_SOP_CLASS_UID   "1.2.840.10008.5.1.4.1.1.128.1"
 The UID for Legacy Converted Enhanced PET IOD. More...
 
#define _addOnPointers   (*static_cast<DicomEnhancedSaveAddOnPointers*>(this->_fieldAddOnList._pImpl))
 Simple access macro to avoid multiply writing the same access code. More...
 

Detailed Description

Collects all DicomModifyFieldAddOns needed as private implementation in the ML module class DicomEnhancedSave.

Author
Wolf Spindler
Date
2016-06-26

Definition in file mlDicomEnhancedSaveAddOnList.h.

Macro Definition Documentation

◆ _addOnPointers

#define _addOnPointers   (*static_cast<DicomEnhancedSaveAddOnPointers*>(this->_fieldAddOnList._pImpl))

Simple access macro to avoid multiply writing the same access code.

Definition at line 173 of file mlDicomEnhancedSaveAddOnList.h.

◆ _LEGACY_CONVERTED_ENHANCED_CT_SOP_CLASS_UID

#define _LEGACY_CONVERTED_ENHANCED_CT_SOP_CLASS_UID   "1.2.840.10008.5.1.4.1.1.2.2"

The UID for Legacy Converted Enhanced CT IOD.

Definition at line 56 of file mlDicomEnhancedSaveAddOnList.h.

◆ _LEGACY_CONVERTED_ENHANCED_MR_SOP_CLASS_UID

#define _LEGACY_CONVERTED_ENHANCED_MR_SOP_CLASS_UID   "1.2.840.10008.5.1.4.1.1.4.4"

The UID for Legacy Converted Enhanced MR IOD.

Definition at line 59 of file mlDicomEnhancedSaveAddOnList.h.

◆ _LEGACY_CONVERTED_ENHANCED_PET_SOP_CLASS_UID

#define _LEGACY_CONVERTED_ENHANCED_PET_SOP_CLASS_UID   "1.2.840.10008.5.1.4.1.1.128.1"

The UID for Legacy Converted Enhanced PET IOD.

Definition at line 62 of file mlDicomEnhancedSaveAddOnList.h.