| 848 | } |
| 849 | |
| 850 | void mitk::Label::SetSegmentedPropertyType(const DICOMCodeSequenceWithModifiers& code) |
| 851 | { |
| 852 | PropertyKeyPath basePath; |
| 853 | basePath.AddElement(LabelPropertyConstants::GetSegmentedPropertyTypePropertyBaseName()); |
| 854 | SetDICOMCodeSequenceAsProperties(basePath, code, true); |
| 855 | } |
| 856 | |
| 857 | std::optional<mitk::DICOMCodeSequenceWithModifiers> mitk::Label::GetSegmentedPropertyType() const |
| 858 | { |