Medical Imaging Interaction Toolkit
2016.11.0
Medical Imaging Interaction Toolkit
|
#include <mitkRTConstants.h>
Static Public Attributes | |
static const std::string | DOSE_PROPERTY_NAME |
static const std::string | PRESCRIBED_DOSE_PROPERTY_NAME |
static const std::string | REFERENCE_DOSE_PROPERTY_NAME |
static const std::string | DOSE_TYPE_PROPERTY_NAME |
static const std::string | DOSE_SUMMATION_TYPE_PROPERTY_NAME |
static const std::string | DOSE_FRACTION_COUNT_PROPERTY_NAME |
static const std::string | DOSE_SHOW_ISOLINES_PROPERTY_NAME |
static const std::string | DOSE_SHOW_COLORWASH_PROPERTY_NAME |
static const std::string | DOSE_ISO_LEVELS_PROPERTY_NAME |
static const std::string | DOSE_FREE_ISO_VALUES_PROPERTY_NAME |
Definition at line 27 of file mitkRTConstants.h.
|
static |
Name of the property that encodes the number of fractions. It is for example in DICOM stored in tag (300A,0078) - Number of Fractions Prescribed (from the RTPLAN file if this file exists). This value could be used to further scale the dose according to dose summation type. For example a given plan consists of 8 fractions. Scaling the fraction dose by 8 gives the complete planned dose.
Definition at line 65 of file mitkRTConstants.h.
|
static |
Name of the property that encodes user defined iso values that mark special dose values in the distribution.
Definition at line 85 of file mitkRTConstants.h.
Referenced by mitk::ConfigureNodeAsDoseNode(), and mitk::DoseImageVtkMapper2D::CreateOutlinePolyData().
|
static |
Name of the property that encodes if the set of iso levels should be used to visualize the dose distribution.
Definition at line 80 of file mitkRTConstants.h.
Referenced by mitk::ConfigureNodeAsDoseNode(), and mitk::DoseImageVtkMapper2D::CreateOutlinePolyData().
|
static |
Name of the property that indicates if a data/node is a dose.
Definition at line 33 of file mitkRTConstants.h.
|
static |
Name of the property that encodes if the color wash rendering should be activated for the node.
Definition at line 75 of file mitkRTConstants.h.
Referenced by mitk::ConfigureNodeAsDoseNode().
|
static |
Name of the property that encodes if the iso line rendering should be activated for the node.
Definition at line 70 of file mitkRTConstants.h.
Referenced by mitk::ConfigureNodeAsDoseNode().
|
static |
Name of the property that encodes the optional string property holding the information from the tag (3004,000A) - Dose Summation Type. This contains useful information for medical doctors
Definition at line 57 of file mitkRTConstants.h.
|
static |
Name of the property that encodes the optional string property holding the information from the tag (3004,0004) - Dose Type. This contains useful information for medical doctors
Definition at line 51 of file mitkRTConstants.h.
|
static |
Name of the property that encodes the prescribed dose associated with the data node If a RTPLAN file exists the value can be extracted from the tag (300A,0026) - Target Prescription Dose in the plan file.
Definition at line 39 of file mitkRTConstants.h.
Referenced by mitk::RTDoseReader::Read().
|
static |
Name of the property that encodes the reference dose that should be used for relative dose vizualization/evaluation purpose. It is often the prescribed dose but may differ e.g. when to dose distributions sould be compared using the same reference.
Definition at line 45 of file mitkRTConstants.h.
Referenced by mitk::ConfigureNodeAsDoseNode(), and mitk::DoseImageVtkMapper2D::CreateOutlinePolyData().