MCPcopy Create free account
hub / github.com/MITK/MITK / DICOMKey

Function DICOMKey

Modules/Multilabel/Testing/mitkSegSourceImageRelationRuleTest.cpp:28–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Calls

no outgoing calls

Tested by

no test coverage detected