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

Function ExtractPathsOfInterest

Modules/DICOM/src/mitkDICOMIOHelper.cpp:46–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44 }
45
46 FindingsListVectorType ExtractPathsOfInterest(const DICOMTagPathList& pathsOfInterest,
47 const DICOMDatasetAccessingImageFrameList& frames)
48 {
49 std::vector<DICOMDatasetAccess::FindingsListType> findings;
50
51 for (const auto& entry : pathsOfInterest)
52 findings.push_back(frames.front()->GetTagValueAsString(entry));
53
54 return findings;
55 }
56
57 void SetProperties(BaseData* image, const FindingsListVectorType& findings)
58 {

Callers 5

DoReadMethod · 0.85
DoReadMethod · 0.85
DoReadMethod · 0.85
DoReadMethod · 0.85
ReadMethod · 0.85

Calls 2

frontMethod · 0.80
GetTagValueAsStringMethod · 0.45

Tested by

no test coverage detected