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

Method GetConfidenceLevel

Modules/DICOM/src/mitkBaseDICOMReaderService.cpp:427–441  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

425}
426
427IFileReader::ConfidenceLevel BaseDICOMReaderService::GetConfidenceLevel() const
428{
429 IFileReader::ConfidenceLevel abstractConfidence = AbstractFileReader::GetConfidenceLevel();
430
431 if (Unsupported == abstractConfidence)
432 {
433 if (itksys::SystemTools::FileIsDirectory(this->GetInputLocation().c_str()))
434 {
435 // In principle we support dicom directories
436 return Supported;
437 }
438 }
439
440 return abstractConfidence;
441}
442
443std::string GenerateNameFromDICOMProperties(const mitk::IPropertyProvider* provider)
444{

Callers

nothing calls this directly

Calls 1

GetInputLocationMethod · 0.80

Tested by

no test coverage detected