PACS System 0.1.0
PACS DICOM system library
Loading...
Searching...
No Matches
kcenon::pacs::client::routing_test_result Struct Reference

Result of testing rules against a dataset (dry run) More...

#include <routing_types.h>

Collaboration diagram for kcenon::pacs::client::routing_test_result:
Collaboration graph

Public Attributes

bool matched {false}
 Whether any rule matched.
 
std::string matched_rule_id
 ID of the matched rule.
 
std::vector< routing_actionactions
 Actions that would execute.
 

Detailed Description

Result of testing rules against a dataset (dry run)

Definition at line 299 of file routing_types.h.

Member Data Documentation

◆ actions

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().

◆ matched

bool kcenon::pacs::client::routing_test_result::matched {false}

Whether any rule matched.

Definition at line 300 of file routing_types.h.

300{false};

Referenced by kcenon::pacs::client::routing_manager::test_rules().

◆ matched_rule_id

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().


The documentation for this struct was generated from the following file: