|
PACS System 0.1.0
PACS DICOM system library
|
Statistics for routing operations. More...
#include <routing_types.h>

Public Attributes | |
| size_t | total_evaluated {0} |
| Total instances evaluated. | |
| size_t | total_matched {0} |
| Total instances that matched a rule. | |
| size_t | total_forwarded {0} |
| Total successful forwards. | |
| size_t | total_failed {0} |
| Total failed forwards. | |
Statistics for routing operations.
Definition at line 285 of file routing_types.h.
| size_t kcenon::pacs::client::routing_statistics::total_evaluated {0} |
| size_t kcenon::pacs::client::routing_statistics::total_failed {0} |
| size_t kcenon::pacs::client::routing_statistics::total_forwarded {0} |
| size_t kcenon::pacs::client::routing_statistics::total_matched {0} |