Project global and OS specific declarations.
#define MLDICOMTAGINTERFACES_EXPORT
DLL export macro definition.
DicomModifyFieldAddOnBase(FieldContainer &fieldContainerRef, size_t numInstances=1, bool createInputModifyTagsPluginBaseConnectorField=false, bool createOutputModifyTagsPluginBaseConnectorField=false)
DicomSpatialFiducialsModuleTagInterface(Module &modRef)
Constructor, setting the reference of the module for which the fields shall be managed.
StringField * _fiducialIdentifierBaseFld
Base name for the fiducial identifiers which are expanded by indexes.
void addFields() override
Add fields to field container of module.
StringField * _frameOfReferenceUIDFld
FrameOfReferenceUID which references the image the FID data set is based on.
std::string applyModifications(DCMTree::TreePtr dcmTree, const FieldContainer *treeInfos=nullptr) override
BaseField * _xMarkerListInputFld
Input connector for an XMarkerList to store as fiducials in the DICOM tags.
void inheritValues(DCMTree::Const_TreePtr dcmTree) override
Implements the copy of tag values from the given dcmTree to the fields.
BoolField * _addFiducialDescriptionTagFld
BoolField * _createNewFrameOfReferenceUIDFld
StringField * _fiducialDescriptionBaseFld
String used as base for all fiducial descriptions which are expanded by indexes.
std::string checkConsistency() const override
boost::shared_ptr< const Tree > Const_TreePtr
boost::shared_ptr< Tree > TreePtr
Shared pointer to a DCMTree::Tree.