| 
    MeVisLab Toolbox Reference
    
   | 
 
Header file for the ML module class DicomSRSave. More...
#include "MLDicomOutputsSystem.h"#include <mlModuleIncludes.h>#include <mlDicomSaveBase.h>#include <DicomTagInterfaces/mlDicomPatientModuleTagInterface.h>#include <DicomTagInterfaces/mlDicomGeneralStudyModuleTagInterface.h>#include <DicomTagInterfaces/mlDicomGeneralSeriesModuleTagInterface.h>#include <DicomTagInterfaces/mlDicomGeneralEquipmentModuleTagInterface.h>#include <DicomTagInterfaces/mlDicomGeneralImageModuleTagInterface.h>#include <FMEThirdPartyWarningsDisable.h>#include "dcmtk/config/osconfig.h"#include "dcmtk/ofstd/ofstream.h"#include "dcmtk/dcmdata/dcfilefo.h"#include <FMEThirdPartyWarningsRestore.h>#include <DCMTree_Tree.h>Go to the source code of this file.
Classes | |
| class | ml::DicomSRSave | 
Namespaces | |
| namespace | ml | 
| Main documentation file for ML users and developers.  | |
Macros | |
| #define | _SR_PRINT_DOC_SAVE(A) shortStream << #A << ":" << ((doc.get##A(tmp,-1) == EC_Normal) ? tmp : "") << std::endl; | 
| Helper macro to print an attribute of the document.   | |
| #define _SR_PRINT_DOC_SAVE | ( | A | ) | shortStream << #A << ":" << ((doc.get##A(tmp,-1) == EC_Normal) ? tmp : "") << std::endl; | 
Helper macro to print an attribute of the document.
Definition at line 183 of file mlDicomSRSave.h.