|
PACS System 0.1.0
PACS DICOM system library
|
Result of testing rules against a dataset (dry run) More...
#include <routing_types.h>

Public Attributes | |
| bool | matched {false} |
| Whether any rule matched. | |
| std::string | matched_rule_id |
| ID of the matched rule. | |
| std::vector< routing_action > | actions |
| Actions that would execute. | |
Result of testing rules against a dataset (dry run)
Definition at line 299 of file routing_types.h.
| std::vector<routing_action> kcenon::pacs::client::routing_test_result::actions |
Actions that would execute.
Definition at line 302 of file routing_types.h.
Referenced by kcenon::pacs::client::routing_manager::test_rules().
| bool kcenon::pacs::client::routing_test_result::matched {false} |
Whether any rule matched.
Definition at line 300 of file routing_types.h.
Referenced by kcenon::pacs::client::routing_manager::test_rules().
| std::string kcenon::pacs::client::routing_test_result::matched_rule_id |
ID of the matched rule.
Definition at line 301 of file routing_types.h.
Referenced by kcenon::pacs::client::routing_manager::test_rules().