Medical Imaging Interaction Toolkit
2016.11.0
Medical Imaging Interaction Toolkit
|
DICOM tags of interest service. More...
#include <mitkDICOMTagsOfInterestService.h>
Public Member Functions | |
DICOMTagsOfInterestService () | |
virtual | ~DICOMTagsOfInterestService () |
virtual void | AddTagOfInterest (const DICOMTagPath &tag, bool makePersistant=true) override |
Add an tag to the TOI. If the tag was already added it will be overwritten with the passed values. More... | |
virtual DICOMTagPathMapType | GetTagsOfInterest () const override |
virtual bool | HasTag (const DICOMTagPath &tag) const override |
virtual void | RemoveTag (const DICOMTagPath &tag) override |
Remove specific tag. If it not exists the function will do nothing. More... | |
virtual void | RemoveAllTags () override |
Remove all tags. More... | |
Public Member Functions inherited from mitk::IDICOMTagsOfInterest | |
virtual | ~IDICOMTagsOfInterest () |
DICOM tags of interest service.
This service allows you to manage the tags of interest (toi). All registred toi will be extracted when loading dicom data and stored as properties in the corresponding base data object. In addition the service can (if available) use IPropertyPersistance and IPropertyDescriptions to ensure that the tags of interests are also persisted and have a human readable descriptions.
Definition at line 39 of file mitkDICOMTagsOfInterestService.h.
mitk::DICOMTagsOfInterestService::DICOMTagsOfInterestService | ( | ) |
Definition at line 63 of file mitkDICOMTagsOfInterestService.cpp.
|
virtual |
Definition at line 68 of file mitkDICOMTagsOfInterestService.cpp.
|
overridevirtual |
Add an tag to the TOI. If the tag was already added it will be overwritten with the passed values.
[in] | tag | Tag that should be added. |
[in] | makePersistant | Indicates if the tag should be made persistant if possible via the IPropertyPersistence service. |
Implements mitk::IDICOMTagsOfInterest.
Definition at line 74 of file mitkDICOMTagsOfInterestService.cpp.
References mitk::IPropertyDescriptions::AddDescriptionRegEx(), mitk::IPropertyPersistence::AddInfo(), mitk::PropertyPersistenceDeserialization::deserializeJSONToTemporoSpatialStringProperty(), mitk::DICOMTagPathToPersistenceKeyRegEx(), mitk::DICOMTagPathToPersistenceKeyTemplate(), mitk::DICOMTagPathToPersistenceNameTemplate(), mitk::DICOMTagPathToPropertyName(), mitk::DICOMTagPathToPropertyRegEx(), GetDescriptionsService(), mitk::DICOMTagPath::GetLastNode(), mitk::DICOMTag::GetName(), GetPersistenceService(), info(), mitk::DICOMTagPath::IsExplicit(), MITK_DEBUG, mitk::PropertyPersistenceInfo::New(), mbilog::replace, mitk::PropertyPersistenceSerialization::serializeTemporoSpatialStringPropertyToJSON(), mitk::DICOMTagPath::Size(), and mitk::DICOMTagPath::NodeInfo::tag.
|
overridevirtual |
Returns the map of all tags of interest. Key is the property name. Value is the DICOM tag.
Implements mitk::IDICOMTagsOfInterest.
Definition at line 119 of file mitkDICOMTagsOfInterestService.cpp.
|
overridevirtual |
Indicates if the given tag is already a tag of interest.
Implements mitk::IDICOMTagsOfInterest.
Definition at line 134 of file mitkDICOMTagsOfInterestService.cpp.
|
overridevirtual |
Remove all tags.
Implements mitk::IDICOMTagsOfInterest.
Definition at line 162 of file mitkDICOMTagsOfInterestService.cpp.
References mitk::DICOMTagPathToPropertyRegEx(), GetDescriptionsService(), GetPersistenceService(), mitk::IPropertyDescriptions::RemoveDescription(), and mitk::IPropertyPersistence::RemoveInfo().
|
overridevirtual |
Remove specific tag. If it not exists the function will do nothing.
[in] | tag | Tag that should be removed. |
Implements mitk::IDICOMTagsOfInterest.
Definition at line 141 of file mitkDICOMTagsOfInterestService.cpp.
References mitk::DICOMTagPathToPropertyRegEx(), GetDescriptionsService(), GetPersistenceService(), mitk::IPropertyDescriptions::RemoveDescription(), and mitk::IPropertyPersistence::RemoveInfo().