PACS System 0.1.0
PACS DICOM system library
Loading...
Searching...
No Matches
prefetch_manager.h File Reference

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>
Include dependency graph for prefetch_manager.h:
This graph shows which files directly or indirectly include this file:

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
 

Detailed Description

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.

See also
Issue #541 - Implement Prefetch Manager for Proactive Data Loading
Issue #530 - PACS Client System Support (Parent Epic)
IHE Scheduled Workflow Profile
Author
kcenon
Since
1.0.0

Definition in file prefetch_manager.h.