22#ifndef __mlDicomModifyStructureSetModuleFieldAddOn_H
23#define __mlDicomModifyStructureSetModuleFieldAddOn_H
35 bool createInputModifyTagsPluginBaseConnectorField=
false,
36 bool createOutputModifyTagsPluginBaseConnectorField=
false);
45 void updateModifiers();
47 BoolField *_modifyStructureSetDescriptionField;
53 BoolField *_setStructureSetDateToNowField;
56 BoolField *_setStructureSetTimeToNowField;
59 BoolField *_copyReferencedFrameOfReferenceSequenceField;
60 BoolField *_copyStructureSetROISequenceField;
Project global and OS specific declarations.
#define MLDICOMMODIFYFIELDADDONS_EXPORT
DicomModifyModuleFieldAddOnBase(FieldContainer &fieldContainer, const std::string &dicomModuleName, bool createInputModifyTagsPluginBaseConnectorField=false, bool createOutputModifyTagsPluginBaseConnectorField=false)
DicomModifyStructureSetModuleFieldAddOn(FieldContainer &fieldContainer, bool createInputModifyTagsPluginBaseConnectorField=false, bool createOutputModifyTagsPluginBaseConnectorField=false)
void addFields() override
Add fields to field container of the FieldAddOn.
virtual std::string applyModifications(DCMTree::TreePtr dcmTree, const FieldContainer *treeInfos=NULL) override
void inheritValues(DCMTree::Const_TreePtr dcmTree) override
Can be used to implement the copy of tag values from the given dcmTree to the fields.
std::string checkConsistency() const override
Checks for invalid parameters; return textual description on error, or empty string on success.
#define ML_ABSTRACT_CLASS_HEADER(className)
boost::shared_ptr< const Tree > Const_TreePtr
boost::shared_ptr< Tree > TreePtr
Shared pointer to a DCMTree::Tree.