|
PACS System 0.1.0
PACS DICOM system library
|
Aggregate statistics for synchronization operations. More...
#include <sync_types.h>

Public Attributes | |
| size_t | total_syncs {0} |
| size_t | successful_syncs {0} |
| size_t | failed_syncs {0} |
| size_t | total_studies_synced {0} |
| size_t | total_bytes_transferred {0} |
| size_t | total_conflicts_detected {0} |
| size_t | total_conflicts_resolved {0} |
Aggregate statistics for synchronization operations.
Definition at line 329 of file sync_types.h.
| size_t kcenon::pacs::client::sync_statistics::failed_syncs {0} |
Definition at line 332 of file sync_types.h.
| size_t kcenon::pacs::client::sync_statistics::successful_syncs {0} |
Definition at line 331 of file sync_types.h.
| size_t kcenon::pacs::client::sync_statistics::total_bytes_transferred {0} |
Definition at line 334 of file sync_types.h.
| size_t kcenon::pacs::client::sync_statistics::total_conflicts_detected {0} |
Definition at line 335 of file sync_types.h.
| size_t kcenon::pacs::client::sync_statistics::total_conflicts_resolved {0} |
Definition at line 336 of file sync_types.h.
| size_t kcenon::pacs::client::sync_statistics::total_studies_synced {0} |
Definition at line 333 of file sync_types.h.
| size_t kcenon::pacs::client::sync_statistics::total_syncs {0} |
Definition at line 330 of file sync_types.h.