| 841 | } |
| 842 | |
| 843 | std::optional<mitk::DICOMCodeSequence> mitk::Label::GetSegmentedPropertyCategory() const |
| 844 | { |
| 845 | PropertyKeyPath basePath; |
| 846 | basePath.AddElement(LabelPropertyConstants::GetSegmentedPropertyCategoryPropertyBaseName()); |
| 847 | return GetDICOMCodeSequenceFromProperties(basePath); |
| 848 | } |
| 849 | |
| 850 | void mitk::Label::SetSegmentedPropertyType(const DICOMCodeSequenceWithModifiers& code) |
| 851 | { |