|
PACS System 0.1.0
PACS DICOM system library
|
Remote PACS node manager for client operations. More...
#include "kcenon/pacs/client/remote_node.h"#include "kcenon/pacs/core/result.h"#include "kcenon/pacs/di/ilogger.h"#include <chrono>#include <future>#include <memory>#include <mutex>#include <span>#include <string>#include <string_view>#include <vector>

Go to the source code of this file.
Classes | |
| class | kcenon::pacs::client::remote_node_manager |
Namespaces | |
| namespace | kcenon |
| namespace | kcenon::pacs |
| namespace | kcenon::pacs::storage |
| namespace | kcenon::pacs::network |
| namespace | kcenon::pacs::client |
Remote PACS node manager for client operations.
This file provides the remote_node_manager class for managing connections to multiple external PACS servers. Includes node registration, health monitoring, connection pooling, and status callbacks.
Definition in file remote_node_manager.h.