Medical Imaging Interaction Toolkit  2016.11.0
Medical Imaging Interaction Toolkit
mitkRTConstants.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 _MITK_RT_CONSTANTS_H_
18 #define _MITK_RT_CONSTANTS_H_
19 
20 #include <string>
21 
22 #include "MitkDicomRTExports.h"
23 
24 namespace mitk
25 {
26 
28 
29 {
33  static const std::string DOSE_PROPERTY_NAME;
34 
39  static const std::string PRESCRIBED_DOSE_PROPERTY_NAME;
40 
45  static const std::string REFERENCE_DOSE_PROPERTY_NAME;
46 
51  static const std::string DOSE_TYPE_PROPERTY_NAME;
52 
57  static const std::string DOSE_SUMMATION_TYPE_PROPERTY_NAME;
58 
65  static const std::string DOSE_FRACTION_COUNT_PROPERTY_NAME;
66 
70  static const std::string DOSE_SHOW_ISOLINES_PROPERTY_NAME;
71 
75  static const std::string DOSE_SHOW_COLORWASH_PROPERTY_NAME;
76 
80  static const std::string DOSE_ISO_LEVELS_PROPERTY_NAME;
81 
85  static const std::string DOSE_FREE_ISO_VALUES_PROPERTY_NAME;
86 };
87 }
88 
89 #endif
static const std::string REFERENCE_DOSE_PROPERTY_NAME
DataCollection - Class to facilitate loading/accessing structured data.
static const std::string DOSE_FREE_ISO_VALUES_PROPERTY_NAME
static const std::string DOSE_ISO_LEVELS_PROPERTY_NAME
static const std::string DOSE_PROPERTY_NAME
#define MITKDICOMRT_EXPORT
static const std::string DOSE_SUMMATION_TYPE_PROPERTY_NAME
static const std::string DOSE_SHOW_COLORWASH_PROPERTY_NAME
static const std::string PRESCRIBED_DOSE_PROPERTY_NAME
static const std::string DOSE_TYPE_PROPERTY_NAME
static const std::string DOSE_SHOW_ISOLINES_PROPERTY_NAME
static const std::string DOSE_FRACTION_COUNT_PROPERTY_NAME