Medical Imaging Interaction Toolkit  2016.11.0
Medical Imaging Interaction Toolkit
mitk::DICOMTagsOfInterestService Class Reference

DICOM tags of interest service. More...

#include <mitkDICOMTagsOfInterestService.h>

Inheritance diagram for mitk::DICOMTagsOfInterestService:
Collaboration diagram for mitk::DICOMTagsOfInterestService:

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 ()
 

Detailed Description

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.

Constructor & Destructor Documentation

mitk::DICOMTagsOfInterestService::DICOMTagsOfInterestService ( )

Definition at line 63 of file mitkDICOMTagsOfInterestService.cpp.

mitk::DICOMTagsOfInterestService::~DICOMTagsOfInterestService ( )
virtual

Definition at line 68 of file mitkDICOMTagsOfInterestService.cpp.

Member Function Documentation

mitk::DICOMTagPathMapType mitk::DICOMTagsOfInterestService::GetTagsOfInterest ( ) const
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.

bool mitk::DICOMTagsOfInterestService::HasTag ( const DICOMTagPath tag) const
overridevirtual

Indicates if the given tag is already a tag of interest.

Implements mitk::IDICOMTagsOfInterest.

Definition at line 134 of file mitkDICOMTagsOfInterestService.cpp.

void mitk::DICOMTagsOfInterestService::RemoveAllTags ( )
overridevirtual
void mitk::DICOMTagsOfInterestService::RemoveTag ( const DICOMTagPath tag)
overridevirtual

Remove specific tag. If it not exists the function will do nothing.

Parameters
[in]tagTag 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().


The documentation for this class was generated from the following files: