|
PACS System 0.1.0
PACS DICOM system library
|
Routing rule management REST API endpoints implementation. More...
#include "crow.h"#include "kcenon/pacs/client/routing_manager.h"#include "kcenon/pacs/client/routing_types.h"#include "kcenon/pacs/core/dicom_dataset.h"#include "kcenon/pacs/core/dicom_tag_constants.h"#include "kcenon/pacs/encoding/vr_type.h"#include "kcenon/pacs/web/endpoints/routing_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>#include <unordered_map>#include <vector>
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_routing_endpoints_impl (crow::SimpleApp &app, std::shared_ptr< rest_server_context > ctx) |
Routing rule management REST API endpoints implementation.
Definition in file routing_endpoints.cpp.