| 49 | using Rule = mitk::SegSourceImageRelationRule; |
| 50 | |
| 51 | std::string DICOMKey(unsigned int g, unsigned int e) |
| 52 | { |
| 53 | return mitk::GeneratePropertyNameForDICOMTag(g, e); |
| 54 | } |
| 55 | |
| 56 | // Stamp the strict-mode Validate contract on seg's property list. The |
| 57 | // shape mirrors what InheritXxxFromSource + Complete would produce when |
no outgoing calls
no test coverage detected