Medical Imaging Interaction Toolkit  2023.12.99-ed252ae7
Medical Imaging Interaction Toolkit
mitkDICOMTagsOfInterestHelper.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 (DKFZ)
6 All rights reserved.
7 
8 Use of this source code is governed by a 3-clause BSD license that can be
9 found in the LICENSE file.
10 
11 ============================================================================*/
12 
13 #ifndef mitkDICOMTagsOfInterestHelper_h
14 #define mitkDICOMTagsOfInterestHelper_h
15 
16 #include <unordered_map>
17 
18 #include <mitkDICOMTagPath.h>
19 
20 #include "MitkDICOMExports.h"
21 
22 namespace mitk
23 {
24 
28  typedef std::map<DICOMTagPath, std::string> DICOMTagPathMapType;
29 
34 
39 }
40 
41 #endif
mitk::GetDefaultDICOMTagsOfInterest
DICOMTagPathMapType MITKDICOM_EXPORT GetDefaultDICOMTagsOfInterest()
MitkDICOMExports.h
mitk
Find image slices visible on a given plane.
Definition: RenderingTests.dox:1
mitk::DICOMTagPathMapType
std::map< DICOMTagPath, std::string > DICOMTagPathMapType
Definition: mitkDICOMTagsOfInterestHelper.h:28
mitk::GetCurrentDICOMTagsOfInterest
DICOMTagPathMapType MITKDICOM_EXPORT GetCurrentDICOMTagsOfInterest()
mitkDICOMTagPath.h
MITKDICOM_EXPORT
#define MITKDICOM_EXPORT
Definition: MitkDICOMExports.h:15