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

Statistics for routing operations. More...

#include <routing_types.h>

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

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.
 

Detailed Description

Statistics for routing operations.

Definition at line 285 of file routing_types.h.

Member Data Documentation

◆ total_evaluated

size_t kcenon::pacs::client::routing_statistics::total_evaluated {0}

Total instances evaluated.

Definition at line 286 of file routing_types.h.

286{0};

◆ total_failed

size_t kcenon::pacs::client::routing_statistics::total_failed {0}

Total failed forwards.

Definition at line 289 of file routing_types.h.

289{0};

◆ total_forwarded

size_t kcenon::pacs::client::routing_statistics::total_forwarded {0}

Total successful forwards.

Definition at line 288 of file routing_types.h.

288{0};

◆ total_matched

size_t kcenon::pacs::client::routing_statistics::total_matched {0}

Total instances that matched a rule.

Definition at line 287 of file routing_types.h.

287{0};

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