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

Function SeqPropName

Modules/PET/test/mitkSUVCalculationHelperTest.cpp:80–86  ·  view source on GitHub ↗

Property name for a sequence item with concrete index 0.

Source from the content-addressed store, hash-verified

78
79 // Property name for a sequence item with concrete index 0.
80 std::string SeqPropName(unsigned int seqGroup, unsigned int seqElement,
81 unsigned int group, unsigned int element)
82 {
83 mitk::DICOMTagPath path;
84 path.AddSelection(seqGroup, seqElement, 0).AddElement(group, element);
85 return mitk::DICOMTagPathToPropertyName(path);
86 }
87}
88
89class mitkSUVCalculationHelperTestSuite : public mitk::TestFixture

Calls 2

AddElementMethod · 0.80

Tested by

no test coverage detected