Medical Imaging Interaction Toolkit  2016.11.0
Medical Imaging Interaction Toolkit
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
mitkIDICOMTagsOfInterest.h
Go to the documentation of this file.
1 /*===================================================================
2 
3 The Medical Imaging Interaction Toolkit (MITK)
4 
5 Copyright (c) German Cancer Research Center,
6 Division of Medical and Biological Informatics.
7 All rights reserved.
8 
9 This software is distributed WITHOUT ANY WARRANTY; without
10 even the implied warranty of MERCHANTABILITY or FITNESS FOR
11 A PARTICULAR PURPOSE.
12 
13 See LICENSE.txt or http://www.mitk.org for details.
14 
15 ===================================================================*/
16 
17 #ifndef mitkIDICOMTagsOfInterest_h
18 #define mitkIDICOMTagsOfInterest_h
19 
20 #include <mitkServiceInterface.h>
21 #include <string>
22 #include <vector>
24 #include <MitkDICOMReaderExports.h>
25 
26 namespace mitk
27 {
38  {
39  public:
40  virtual ~IDICOMTagsOfInterest();
41 
47  virtual void AddTagOfInterest(const DICOMTagPath& tag, bool makePersistant = true) = 0;
48 
50  virtual DICOMTagPathMapType GetTagsOfInterest() const = 0;
51 
53  virtual bool HasTag(const DICOMTagPath& tag) const = 0;
54 
58  virtual void RemoveTag(const DICOMTagPath& tag) = 0;
59 
62  virtual void RemoveAllTags() = 0;
63  };
64 }
65 
66 MITK_DECLARE_SERVICE_INTERFACE(mitk::IDICOMTagsOfInterest, "org.mitk.IDICOMTagsOfInterest")
67 
68 #endif
Class is used to identify (nested) attributes in a DICOM dataset. In contrast to the class DICOMTag...
#define MITKDICOMREADER_EXPORT
DataCollection - Class to facilitate loading/accessing structured data.
Interface of DICOM tags of interest service.
MITK_DECLARE_SERVICE_INTERFACE(mitk::ISimulationService,"org.mitk.ISimulationService")
std::map< DICOMTagPath, std::string > DICOMTagPathMapType