Medical Imaging Interaction Toolkit
2018.4.99-389bf124
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 | REFERENCE_STRUCTURE_SET_PROPERTY_NAME |
static const std::string | DOSE_TYPE_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_COUNT_PROPERTY_NAME |
static const std::string | DOSE_FRACTION_NUMBER_OF_BEAMS_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_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 23 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 71 of file mitkRTConstants.h.
|
static |
Name of the property that encodes the number of beams. It is for example in DICOM stored in tag (300A,0080) - Number of Beams (from the RTPLAN file if this file exists).
Definition at line 77 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 102 of file mitkRTConstants.h.
Referenced by mitk::ConfigureNodeAsIsoLineNode(), 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 97 of file mitkRTConstants.h.
Referenced by mitk::ConfigureNodeAsDoseNode(), mitk::ConfigureNodeAsIsoLineNode(), and mitk::DoseImageVtkMapper2D::CreateOutlinePolyData().
|
static |
Name of the property that indicates if a data/node is a dose.
Definition at line 29 of file mitkRTConstants.h.
|
static |
Name of the property that encodes the radiation type of beams. It is for example in DICOM stored in tag (300A,00C6) - Radiation Type (from the RTPLAN file if this file exists).
Definition at line 82 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 92 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 87 of file mitkRTConstants.h.
Referenced by mitk::ConfigureNodeAsIsoLineNode().
|
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 63 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 52 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 35 of file mitkRTConstants.h.
Referenced by mitk::RTDoseReaderService::Read().
|
static |
Name of the property that encodes the optional string property holding the description information from the tag (300A,0016) - Dose Reference Description.
Definition at line 57 of file mitkRTConstants.h.
|
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 41 of file mitkRTConstants.h.
Referenced by mitk::ConfigureNodeAsDoseNode(), mitk::ConfigureNodeAsIsoLineNode(), and mitk::DoseImageVtkMapper2D::CreateOutlinePolyData().
|
static |
Name of the property that encodes the reference structure set.
Definition at line 46 of file mitkRTConstants.h.