| 855 | } |
| 856 | |
| 857 | std::optional<mitk::DICOMCodeSequenceWithModifiers> mitk::Label::GetSegmentedPropertyType() const |
| 858 | { |
| 859 | PropertyKeyPath basePath; |
| 860 | basePath.AddElement(LabelPropertyConstants::GetSegmentedPropertyTypePropertyBaseName()); |
| 861 | return GetDICOMCodeSequenceWithModifiersFromProperties(basePath); |
| 862 | } |
| 863 | |
| 864 | void mitk::Label::PrintSelf(std::ostream & /*os*/, itk::Indent /*indent*/) const |
| 865 | { |