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

Implementation of the Sync Manager. More...

#include "kcenon/pacs/client/sync_manager.h"
#include "kcenon/pacs/client/job_manager.h"
#include "kcenon/pacs/client/remote_node_manager.h"
#include "kcenon/pacs/storage/sync_repository.h"
#include "kcenon/pacs/services/query_scu.h"
#include "kcenon/pacs/core/dicom_tag_constants.h"
#include "kcenon/pacs/encoding/vr_type.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_map>
#include <unordered_set>
Include dependency graph for sync_manager.cpp:

Go to the source code of this file.

Classes

struct  kcenon::pacs::client::sync_manager::impl
 

Namespaces

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

Detailed Description

Implementation of the Sync Manager.

See also
Issue #542 - Implement Sync Manager for Bidirectional Synchronization
Issue #530 - PACS Client System Support (Parent Epic)

Definition in file sync_manager.cpp.