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

Method GetTagValue

Modules/DICOM/src/mitkDICOMGenericTagCache.cpp:25–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23}
24
25mitk::DICOMDatasetFinding mitk::DICOMGenericTagCache::GetTagValue( DICOMImageFrameInfo* frame, const DICOMTag& tag ) const
26{
27 auto findings = GetTagValue(frame, DICOMTagPath(tag));
28
29 DICOMDatasetFinding result;
30 if (!findings.empty())
31 {
32 result = findings.front();
33 }
34 return result;
35}
36
37mitk::DICOMDatasetAccess::FindingsListType
38mitk::DICOMGenericTagCache::GetTagValue(DICOMImageFrameInfo* frame, const DICOMTagPath& path) const

Callers

nothing calls this directly

Calls 3

frontMethod · 0.80
emptyMethod · 0.45
GetTagValueAsStringMethod · 0.45

Tested by

no test coverage detected