| 26 | using Rule = mitk::SegSourceImageRelationRule; |
| 27 | |
| 28 | std::string DICOMKey(unsigned int g, unsigned int e) |
| 29 | { |
| 30 | return mitk::GeneratePropertyNameForDICOMTag(g, e); |
| 31 | } |
| 32 | |
| 33 | // A source image carrying the DICOM identifying tags the rule's data |
| 34 | // layer captures. Geometry initialization is the minimum needed for the |
no outgoing calls
no test coverage detected