Currently the implementation/usage of the RT-Properties (see modules\DicomRT mitkRTConstants.h) has several flaws:
- All properties are always added to the node, even if they are aspects of the data and not its visualization. Following properties should be part of the data instance instead of the node:
• DOSE_PROPERTY_NAME;
• PRESCRIBED_DOSE_PROPERTY_NAME;
• DOSE_TYPE_PROPERTY_NAME;
• DOSE_SUMMATION_TYPE_PROPERTY_NAME;
• DOSE_FRACTION_COUNT_PROPERTY_NAME;
- All propeties listed in 1) are standardized and can be formulated as DICOM-Tags. Change the propertie naming and usage in such a way that it is DICOM compliant and it uses the new standardized dicom property naming scheme.