MeVisLab Toolbox Reference
|
Collects all DicomModifyFieldAddOns needed as private implementation in the ML module class DicomDOCSave. More...
#include "MLDicomOutputsSystem.h"
#include "mlDicomDOCSave.h"
#include <DicomTagInterfaces/mlDicomPatientModuleTagInterface.h>
#include <DicomTagInterfaces/mlDicomGeneralStudyModuleTagInterface.h>
#include <DicomTagInterfaces/mlDicomEncapsulatedDocumentSeriesModuleTagInterface.h>
#include <DicomTagInterfaces/mlDicomGeneralEquipmentModuleTagInterface.h>
#include <DicomTagInterfaces/mlDicomSCEquipmentModuleTagInterface.h>
#include <DicomTagInterfaces/mlDicomEncapsulatedDocumentModuleTagInterface.h>
#include <DicomTagInterfaces/mlDicomManufacturing3DModelModuleTagInterface.h>
#include <DicomTagInterfaces/mlDicomSOPCommonModuleTagInterface.h>
Go to the source code of this file.
Classes | |
class | ml::DicomDOCSaveAddOnPointers |
Structure describing the AddOnPointer; used as private implementation in _fieldAddOnList. More... | |
Namespaces | |
namespace | ml |
Main documentation file for ML users and developers. | |
Macros | |
#define | _ENCAPSULATED_PDF_SOP_CLASS_UID "1.2.840.10008.5.1.4.1.1.104.1" |
The UID for the Encapsulated PDF Document IOD, the used default. | |
#define | _addOnPointers (*static_cast<DicomDOCSaveAddOnPointers*>(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 DicomDOCSave.
Definition in file mlDicomDOCSaveAddOnList.h.
#define _addOnPointers (*static_cast<DicomDOCSaveAddOnPointers*>(this->_fieldAddOnList._pImpl)) |
Simple access macro to avoid multiply writing the same access code.
Definition at line 93 of file mlDicomDOCSaveAddOnList.h.
#define _ENCAPSULATED_PDF_SOP_CLASS_UID "1.2.840.10008.5.1.4.1.1.104.1" |
The UID for the Encapsulated PDF Document IOD, the used default.
Definition at line 34 of file mlDicomDOCSaveAddOnList.h.