|
PACS System 0.1.0
PACS DICOM system library
|
Configuration for the routing manager. More...
#include <routing_types.h>

Public Attributes | |
| bool | enabled {true} |
| Enable routing globally. | |
| size_t | max_rules {100} |
| Maximum number of rules. | |
| std::chrono::seconds | evaluation_timeout {5} |
| Timeout for rule evaluation. | |
Configuration for the routing manager.
Definition at line 272 of file routing_types.h.
| bool kcenon::pacs::client::routing_manager_config::enabled {true} |
Enable routing globally.
Definition at line 273 of file routing_types.h.
Referenced by kcenon::pacs::client::routing_manager::routing_manager().
| std::chrono::seconds kcenon::pacs::client::routing_manager_config::evaluation_timeout {5} |
| size_t kcenon::pacs::client::routing_manager_config::max_rules {100} |
Maximum number of rules.
Definition at line 274 of file routing_types.h.
Referenced by kcenon::pacs::client::routing_manager::add_rule().