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

Function DICOMKey

Modules/Multilabel/Testing/mitkDICOMSegmentationIOWriterTest.cpp:51–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Calls

no outgoing calls

Tested by

no test coverage detected