| 202 | } |
| 203 | |
| 204 | size_t SourceProxy::getImageFile(const std::string& image_index, const std::function<void(fs::path)>& receiver, const std::function<void(uint8_t)>& observer) |
| 205 | { |
| 206 | return m_source->getImageFile(image_index, receiver, observer); |
| 207 | } |
| 208 | |
| 209 | std::set<std::string> SourceProxy::getWorklistHeaders(const DataTable::FIELD_SELECTION selection) |
| 210 | { |