| 834 | } |
| 835 | |
| 836 | void mitk::Label::SetSegmentedPropertyCategory(const DICOMCodeSequence& code) |
| 837 | { |
| 838 | PropertyKeyPath basePath; |
| 839 | basePath.AddElement(LabelPropertyConstants::GetSegmentedPropertyCategoryPropertyBaseName()); |
| 840 | SetDICOMCodeSequenceAsProperties(basePath, code, false); |
| 841 | } |
| 842 | |
| 843 | std::optional<mitk::DICOMCodeSequence> mitk::Label::GetSegmentedPropertyCategory() const |
| 844 | { |