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

Function DICOMTagPathToDCMTKSearchPath

Modules/DICOM/src/mitkDICOMTagPath.cpp:617–625  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

615
616
617 std::string DICOMTagPathToDCMTKSearchPath(const DICOMTagPath& tagPath)
618 {
619 if (!tagPath.IsExplicit() && !tagPath.HasItemSelectionWildcardsOnly())
620 {
621 mitkThrow() << "Cannot convert DICOMTagPath into DCMTK search path. Path has element wild cards. Path: " << tagPath.ToStr();
622 }
623
624 return tagPath.ToStr();
625 };
626
627
628 DICOMTagPath

Callers 2

ScanMethod · 0.85

Calls 2

IsExplicitMethod · 0.80

Tested by 1