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

Aggregate statistics for synchronization operations. More...

#include <sync_types.h>

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

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}
 

Detailed Description

Aggregate statistics for synchronization operations.

Definition at line 329 of file sync_types.h.

Member Data Documentation

◆ failed_syncs

size_t kcenon::pacs::client::sync_statistics::failed_syncs {0}

Definition at line 332 of file sync_types.h.

332{0};

◆ successful_syncs

size_t kcenon::pacs::client::sync_statistics::successful_syncs {0}

Definition at line 331 of file sync_types.h.

331{0};

◆ total_bytes_transferred

size_t kcenon::pacs::client::sync_statistics::total_bytes_transferred {0}

Definition at line 334 of file sync_types.h.

334{0};

◆ total_conflicts_detected

size_t kcenon::pacs::client::sync_statistics::total_conflicts_detected {0}

Definition at line 335 of file sync_types.h.

335{0};

◆ total_conflicts_resolved

size_t kcenon::pacs::client::sync_statistics::total_conflicts_resolved {0}

Definition at line 336 of file sync_types.h.

336{0};

◆ total_studies_synced

size_t kcenon::pacs::client::sync_statistics::total_studies_synced {0}

Definition at line 333 of file sync_types.h.

333{0};

◆ total_syncs

size_t kcenon::pacs::client::sync_statistics::total_syncs {0}

Definition at line 330 of file sync_types.h.

330{0};

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