|
PACS System 0.1.0
PACS DICOM system library
|
Implementation of the Remote Node Manager. More...
#include "kcenon/pacs/client/remote_node_manager.h"#include "kcenon/pacs/storage/node_repository.h"#include "kcenon/pacs/network/association.h"#include "kcenon/pacs/network/dimse/dimse_message.h"#include "kcenon/pacs/network/dimse/status_codes.h"#include <atomic>#include <condition_variable>#include <deque>#include <future>#include <mutex>#include <thread>#include <unordered_map>
Go to the source code of this file.
Classes | |
| struct | kcenon::pacs::client::remote_node_manager::impl |
| struct | kcenon::pacs::client::remote_node_manager::impl::pooled_association |
Namespaces | |
| namespace | kcenon |
| namespace | kcenon::pacs |
| namespace | kcenon::pacs::client |
Implementation of the Remote Node Manager.
Definition in file remote_node_manager.cpp.