|
PACS System 0.1.0
PACS DICOM system library
|
Remote PACS node management REST API endpoints implementation. More...
#include "crow.h"#include "kcenon/pacs/client/job_manager.h"#include "kcenon/pacs/client/remote_node.h"#include "kcenon/pacs/client/remote_node_manager.h"#include "kcenon/pacs/network/association.h"#include "kcenon/pacs/network/dicom_server.h"#include "kcenon/pacs/network/server_config.h"#include "kcenon/pacs/services/query_scu.h"#include "kcenon/pacs/web/endpoints/remote_nodes_endpoints.h"#include "kcenon/pacs/web/endpoints/system_endpoints.h"#include "kcenon/pacs/web/rest_config.h"#include "kcenon/pacs/web/rest_types.h"#include <chrono>#include <sstream>
Go to the source code of this file.
Namespaces | |
| namespace | kcenon |
| namespace | kcenon::pacs |
| namespace | kcenon::pacs::web |
| namespace | kcenon::pacs::web::endpoints |
Functions | |
| void | kcenon::pacs::web::endpoints::register_remote_nodes_endpoints_impl (crow::SimpleApp &app, std::shared_ptr< rest_server_context > ctx) |
Remote PACS node management REST API endpoints implementation.
Definition in file remote_nodes_endpoints.cpp.