22#ifndef __mlDicomModifyContrastBolusModuleFieldAddOn_H
23#define __mlDicomModifyContrastBolusModuleFieldAddOn_H
45 void updateModifiers();
47 BoolField *_modifyContrastBolusAgentField;
49 BoolField *_modifyContrastBolusIngredientField;
51 BoolField *_modifyContrastBolusIngredientConcentrationField;
52 StringField *_ContrastBolusIngredientConcentrationField;
53 BoolField *_modifyContrastBolusRouteField;
55 BoolField *_modifyContrastBolusTotalDoseField;
57 BoolField *_modifyContrastBolusVolumeField;
59 BoolField *_modifyContrastFlowDurationField;
63 BoolField *_setContrastBolusStartTimeToNowField;
64 BoolField *_modifyContrastBolusStartTimeField;
66 BoolField *_setContrastBolusStopTimeToNowField;
67 BoolField *_modifyContrastBolusStopTimeField;
69 BoolField *_copyContrastBolusAdministrationRouteSequenceField;
70 BoolField *_copyContrastBolusAgentSequenceField;
Project global and OS specific declarations.
#define MLDICOMMODIFYFIELDADDONS_EXPORT
Field to encapsulate a boolean value.
DicomModifyContrastBolusModuleFieldAddOn(FieldContainer &fieldContainer, bool createInputModifyTagsPluginBaseConnectorField=false, bool createOutputModifyTagsPluginBaseConnectorField=false)
virtual void addFields() override
Add fields to field container of the FieldAddOn.
virtual std::string checkConsistency() const override
Checks for invalid parameters; return textual description on error, or empty string on success.
virtual std::string applyModifications(DCMTree::TreePtr dcmTree, const FieldContainer *treeInfos=NULL) override
Apply all DicomModify objects to dcmTree; the operations optionally defined with the input are perfor...
virtual void inheritValues(DCMTree::Const_TreePtr dcmTree) override
Can be used to implement the copy of tag values from the given dcmTree to the fields.
Defines the class FieldContainer to encapsulate a vector of fields for (see class Field).
Field to encapsulate a string value.
#define ML_ABSTRACT_CLASS_HEADER(className)
Same like ML_ABSTRACT_CLASS_HEADER_EXPORTED with a non existing export symbol.
Extended DicomModifyFieldAddOnBase class providing additionally: -Method to set input dicom tree fiel...
Target mlrange_cast(Source arg)
Generic version of checked ML casts.
boost::shared_ptr< const Tree > Const_TreePtr
boost::shared_ptr< Tree > TreePtr
shared pointer to a DCMTree::Tree