Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MITK/MITK
/ SetConfigurationLabel
Method
SetConfigurationLabel
Modules/DICOM/src/mitkDICOMFileReader.cpp:54–60 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
52
}
53
54
void
55
mitk::DICOMFileReader
56
::SetConfigurationLabel(const std::string& label)
57
{
58
m_ConfigLabel = label;
59
this->Modified();
60
}
61
62
std::string
63
mitk::DICOMFileReader
Callers
2
ClassicDICOMSeriesReader
Method · 0.80
ConfigureCommonPropertiesOfDICOMITKSeriesGDCMReader
Method · 0.80
Calls
1
Modified
Method · 0.45
Tested by
no test coverage detected