MeVisLab Toolbox Reference
mlDicomFrameOfReferenceModuleTagInterface.h
Go to the documentation of this file.
1// Copyright (c) Fraunhofer MEVIS, Germany. All rights reserved.
2// **InsertLicense** code
3//----------------------------------------------------------------------------------
5
10//----------------------------------------------------------------------------------
11#pragma once
12
16
17ML_START_NAMESPACE
18
19//----------------------------------------------------------------------------------
21//----------------------------------------------------------------------------------
72
73ML_END_NAMESPACE
Project global and OS specific declarations.
#define MLDICOMTAGINTERFACES_EXPORT
DLL export macro definition.
FieldAddOnBase::FieldChangeState handleFieldChanges(Field *field) override
Handle field notifications.
bool isActive() const
Returns true if FieldAddOn is active,,otherwise false.
void inheritValues(DCMTree::Const_TreePtr dcmTree) override
Implements the copy of tag values from the given dcmTree to the fields.
DicomValueInheritAndCreateTagInterface frameOfReferenceUIDAddOn
Uniquely identifies the frame of reference for a Series. See C.7.4.1.1.1 in DICOM standard.
std::string applyModifications(DCMTree::TreePtr dcmTree, const FieldContainer *treeInfos=nullptr) override
See DicomModifyFieldAddOnBase::applyModifications() for documentation.
void addFields() override
Add fields to field container of module.
DicomFrameOfReferenceModuleTagInterface(Module &modRef)
Constructor, setting the reference of the module for which the fields shall be managed.
DicomValueInheritAndCreateTagInterface positionReferenceIndicatorAddOn
Part of the imaging target used as a reference. See C.7.4.1.1.2 in DICOM Standard....
std::string checkConsistency() const override
Checks for invalid parameters; return textual description on error, or empty string on success.
DicomModifyFieldAddOnBase(FieldContainer &fieldContainerRef, size_t numInstances=1, bool createInputModifyTagsPluginBaseConnectorField=false, bool createOutputModifyTagsPluginBaseConnectorField=false)
FieldChangeState
Describes the type of a field changes detected in handleFieldChanges(Field *field).
boost::shared_ptr< const Tree > Const_TreePtr
Definition DCMTree_Lib.h:67
boost::shared_ptr< Tree > TreePtr
Shared pointer to a DCMTree::Tree.
Definition DCMTree_Lib.h:66