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

Implementation of the Prefetch Manager. More...

#include "kcenon/pacs/client/prefetch_manager.h"
#include "kcenon/pacs/client/job_manager.h"
#include "kcenon/pacs/client/remote_node_manager.h"
#include "kcenon/pacs/storage/prefetch_repository.h"
#include "kcenon/pacs/services/worklist_scu.h"
#include "kcenon/pacs/core/dicom_dataset.h"
#include "kcenon/pacs/core/dicom_tag_constants.h"
#include <algorithm>
#include <atomic>
#include <chrono>
#include <condition_variable>
#include <iomanip>
#include <mutex>
#include <random>
#include <shared_mutex>
#include <sstream>
#include <thread>
#include <unordered_set>
Include dependency graph for prefetch_manager.cpp:

Go to the source code of this file.

Classes

struct  kcenon::pacs::client::prefetch_manager::impl
 

Namespaces

namespace  kcenon
 
namespace  kcenon::pacs
 
namespace  kcenon::pacs::client
 

Detailed Description

Implementation of the Prefetch Manager.

See also
Issue #541 - Implement Prefetch Manager for Proactive Data Loading
Issue #530 - PACS Client System Support (Parent Epic)

Definition in file prefetch_manager.cpp.