Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
34
namespace
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
Validate
Method · 0.85
Complete
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected