40class DicomDOCSaveAddOnPointers;
Project global and OS specific declarations.
#define MLDICOMOUTPUTS_EXPORT
DLL export macro definition.
void handleNotification(Field *field) override
Handles field changes of the field field.
virtual ~DicomDOCSave()
Destructor.
void activateAttachments() override
_DOCFieldAddOnListType _fieldAddOnList
Container which handles all internally used DicomModifyFieldAddOns.
ML_MODULE_CLASS_HEADER(DicomDOCSave)
Implements interface for the runtime type system of the ML.
StringField * _documentFileNameFld
Absoplute file name of document to be loaded and stored in DICOM file.
std::string _setUpTreeContent() override
std::string _addEncapsulatedDocumentTags(DCMTree::TreePtr resultTree)
DicomDOCSave()
Constructor.
EnumField * _docTypeFld
The document type to be exported.
void _removeUndesiredInputTags(DCMTree::TreePtr resultTree) const
Remove tags from tree which could disturb the correct interpretation of the written DICOM file.
std::string _checkConsistency() const override
void _inheritFieldValuesFromDCMTree(DCMTree::Const_TreePtr dcmTree) override
Overloads base class field inheritance and adds the additional tags needed by this class.
DicomSaveBase(int numInputs=1, int numOutputs=0)
Constructor, currently 0-3 input images are allowed to be set by derived modules.
Header file of a class managing many DicomModifFieldAddOns to simplify usage of multiple AddOns.
Header file for the ML module base class DicomSaveBase.
boost::shared_ptr< const Tree > Const_TreePtr
boost::shared_ptr< Tree > TreePtr
Shared pointer to a DCMTree::Tree.
DicomModifyFieldAddOnList< DicomModifyFieldAddOnBase, DicomDOCSaveAddOnPointers * > _DOCFieldAddOnListType
Container type which handles all internally used DicomModifyFieldAddOns.