Medical Imaging Interaction Toolkit  2018.4.99-389bf124
Medical Imaging Interaction Toolkit
mitkRTConstants.cpp
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 #include "mitkRTConstants.h"
14 
15 const std::string mitk::RTConstants::DOSE_PROPERTY_NAME = "dose";
16 const std::string mitk::RTConstants::PRESCRIBED_DOSE_PROPERTY_NAME = "dose.PrescribedDose";
17 const std::string mitk::RTConstants::REFERENCE_DOSE_PROPERTY_NAME = "dose.ReferenceDose";
18 const std::string mitk::RTConstants::REFERENCE_STRUCTURE_SET_PROPERTY_NAME = "plan.ReferenceStructureSet";
19 const std::string mitk::RTConstants::REFERENCE_DESCRIPTION_DOSE_PROPERTY_NAME = "dose.ReferenceDescription";
20 const std::string mitk::RTConstants::DOSE_RADIATION_TYPE_PROPERTY_NAME = "plan.RadiationType";
21 const std::string mitk::RTConstants::DOSE_TYPE_PROPERTY_NAME = "dose.type";
22 const std::string mitk::RTConstants::DOSE_SUMMATION_TYPE_PROPERTY_NAME = "dose.summationType";
23 const std::string mitk::RTConstants::DOSE_FRACTION_COUNT_PROPERTY_NAME = "dose.fractionCount";
24 const std::string mitk::RTConstants::DOSE_FRACTION_NUMBER_OF_BEAMS_PROPERTY_NAME = "dose.numerOfBeams";
25 const std::string mitk::RTConstants::DOSE_SHOW_ISOLINES_PROPERTY_NAME = "dose.showIsoLines";
26 const std::string mitk::RTConstants::DOSE_SHOW_COLORWASH_PROPERTY_NAME = "dose.showColorWash";
27 const std::string mitk::RTConstants::DOSE_ISO_LEVELS_PROPERTY_NAME = "dose.isoLevels";
28 const std::string mitk::RTConstants::DOSE_FREE_ISO_VALUES_PROPERTY_NAME = "dose.freeIsoValues";
static const std::string REFERENCE_STRUCTURE_SET_PROPERTY_NAME
static const std::string REFERENCE_DOSE_PROPERTY_NAME
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
static const std::string REFERENCE_DESCRIPTION_DOSE_PROPERTY_NAME
static const std::string DOSE_SUMMATION_TYPE_PROPERTY_NAME
static const std::string DOSE_FRACTION_NUMBER_OF_BEAMS_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_RADIATION_TYPE_PROPERTY_NAME
static const std::string DOSE_SHOW_ISOLINES_PROPERTY_NAME
static const std::string DOSE_FRACTION_COUNT_PROPERTY_NAME