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

Method SetTagValue

Modules/DICOM/src/mitkDICOMGenericImageFrameInfo.cpp:67–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65}
66
67void
68mitk::DICOMGenericImageFrameInfo::SetTagValue(const DICOMTagPath& path, const std::string& value)
69{
70 if (!path.IsExplicit())
71 {
72 mitkThrow() << "Only explicit tag paths (no wildcards) are allowed for tag values in DICOMGenericImageFrameInfo. Passed tag path:" << path.ToStr();
73 }
74
75 m_Values[path] = value;
76}
77
78std::string
79mitk::DICOMGenericImageFrameInfo

Callers 1

ScanMethod · 0.80

Calls 1

IsExplicitMethod · 0.80

Tested by

no test coverage detected