MCPcopy Create free account
hub / github.com/computationalpathologygroup/ASAP / getUID

Method getUID

multiresolutionimageinterface/WSIDicomInstance.cpp:214–214  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

212}
213
214std::string WSIDicomInstance::getUID(const std::string& UIDName) const { return this->_UIDs.at(UIDName); }
215
216const std::map<std::string, std::string>& WSIDicomInstance::getUIDs() const { return _UIDs; }
217

Callers 1

initializeTypeMethod · 0.80

Calls 1

atMethod · 0.80

Tested by

no test coverage detected