|
PACS System 0.1.0
PACS DICOM system library
|
Prefetch manager for proactive DICOM data loading. More...
#include "kcenon/pacs/client/prefetch_types.h"#include "kcenon/pacs/core/result.h"#include "kcenon/pacs/di/ilogger.h"#include <atomic>#include <chrono>#include <condition_variable>#include <future>#include <memory>#include <mutex>#include <optional>#include <shared_mutex>#include <string>#include <string_view>#include <thread>#include <unordered_set>#include <vector>

Go to the source code of this file.
Classes | |
| struct | kcenon::pacs::client::prefetch_repositories |
| class | kcenon::pacs::client::prefetch_manager |
Namespaces | |
| namespace | kcenon |
| namespace | kcenon::pacs |
| namespace | kcenon::pacs::storage |
| namespace | kcenon::pacs::services |
| namespace | kcenon::pacs::core |
| namespace | kcenon::pacs::client |
Prefetch manager for proactive DICOM data loading.
This file provides the prefetch_manager class for proactively loading DICOM data based on worklist entries, scheduled exams, or prior study rules.
Definition in file prefetch_manager.h.