MeVisLab Toolbox Reference
|
Collects all DicomModifyFieldAddOns needed as private implementation in the ML module class DicomEnhancedSave. More...
#include "MLDicomOutputsSystem.h"
#include "mlDicomEnhancedSave.h"
#include <DicomTagInterfaces/mlDicomPatientModuleTagInterface.h>
#include <DicomTagInterfaces/mlDicomGeneralStudyModuleTagInterface.h>
#include <DicomTagInterfaces/mlDicomGeneralSeriesModuleTagInterface.h>
#include <DicomTagInterfaces/mlDicomMRSeriesModuleTagInterface.h>
#include <DicomTagInterfaces/mlDicomFrameOfReferenceModuleTagInterface.h>
#include <DicomTagInterfaces/mlDicomGeneralEquipmentModuleTagInterface.h>
#include <DicomTagInterfaces/mlDicomContentDateTimeTagInterface.h>
#include <DicomTagInterfaces/mlDicomAcquisitionContextModuleTagInterface.h>
#include <DicomTagInterfaces/mlDicomImageTypeTagInterface.h>
#include <DicomTagInterfaces/mlDicomImageDescriptionMacroTagInterface.h>
#include <DicomTagInterfaces/mlDicomEnhancedMRImageModuleTagInterface.h>
#include <DicomTagInterfaces/mlDicomSOPCommonModuleTagInterface.h>
#include <DicomTagInterfaces/mlDicomCopyGroupsTagInterface.h>
Go to the source code of this file.
Classes | |
class | ml::DicomEnhancedSaveAddOnPointers |
Structure describing the AddOnPointer; used as private implementation in _fieldAddOnList. More... | |
Namespaces | |
namespace | 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. | |
#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. | |
#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. | |
#define | _addOnPointers (*static_cast<DicomEnhancedSaveAddOnPointers*>(this->_fieldAddOnList._pImpl)) |
Simple access macro to avoid multiply writing the same access code. | |
Collects all DicomModifyFieldAddOns needed as private implementation in the ML module class DicomEnhancedSave.
Definition in file mlDicomEnhancedSaveAddOnList.h.
#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.
#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.
#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.
#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.