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

Function DICOMTagKey

Modules/Multilabel/src/mitkDICOMSegmentationPropertyHelper.cpp:36–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34namespace
35{
36 std::string DICOMTagKey(unsigned int group, unsigned int element)
37 {
38 return mitk::GeneratePropertyNameForDICOMTag(group, element);
39 }
40
41 void SetIfMissing(mitk::MultiLabelSegmentation* seg,
42 const std::string& key,

Callers 2

ValidateMethod · 0.85
CompleteMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected