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

Function PropName

Modules/PET/test/mitkSUVCalculationHelperTest.cpp:73–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

71 }
72
73 std::string PropName(unsigned int group, unsigned int element)
74 {
75 mitk::DICOMTagPath path(group, element);
76 return mitk::DICOMTagPathToPropertyName(path);
77 }
78
79 // Property name for a sequence item with concrete index 0.
80 std::string SeqPropName(unsigned int seqGroup, unsigned int seqElement,

Calls 1

Tested by

no test coverage detected