|
PACS System 0.1.0
PACS DICOM system library
|
Historical record of a sync operation. More...
#include <sync_types.h>

Public Attributes | |
| std::string | config_id |
| std::string | job_id |
| bool | success {false} |
| size_t | studies_checked {0} |
| size_t | studies_synced {0} |
| size_t | conflicts_found {0} |
| std::vector< std::string > | errors |
| std::chrono::system_clock::time_point | started_at |
| std::chrono::system_clock::time_point | completed_at |
| int64_t | pk {0} |
Historical record of a sync operation.
Definition at line 291 of file sync_types.h.
| std::chrono::system_clock::time_point kcenon::pacs::client::sync_history::completed_at |
Definition at line 303 of file sync_types.h.
Referenced by kcenon::pacs::storage::sync_repository::parse_history_row(), kcenon::pacs::client::sync_manager::impl::perform_sync(), and kcenon::pacs::storage::sync_repository::save_history().
| std::string kcenon::pacs::client::sync_history::config_id |
Definition at line 292 of file sync_types.h.
Referenced by kcenon::pacs::storage::sync_repository::parse_history_row(), kcenon::pacs::client::sync_manager::impl::perform_sync(), and kcenon::pacs::storage::sync_repository::save_history().
| size_t kcenon::pacs::client::sync_history::conflicts_found {0} |
Definition at line 298 of file sync_types.h.
Referenced by kcenon::pacs::storage::sync_repository::parse_history_row(), kcenon::pacs::client::sync_manager::impl::perform_sync(), and kcenon::pacs::storage::sync_repository::save_history().
| std::vector<std::string> kcenon::pacs::client::sync_history::errors |
Definition at line 300 of file sync_types.h.
Referenced by kcenon::pacs::storage::sync_repository::parse_history_row(), kcenon::pacs::client::sync_manager::impl::perform_sync(), and kcenon::pacs::storage::sync_repository::save_history().
| std::string kcenon::pacs::client::sync_history::job_id |
Definition at line 293 of file sync_types.h.
Referenced by kcenon::pacs::storage::sync_repository::parse_history_row(), kcenon::pacs::client::sync_manager::impl::perform_sync(), and kcenon::pacs::storage::sync_repository::save_history().
| int64_t kcenon::pacs::client::sync_history::pk {0} |
Definition at line 305 of file sync_types.h.
Referenced by kcenon::pacs::storage::sync_repository::parse_history_row().
| std::chrono::system_clock::time_point kcenon::pacs::client::sync_history::started_at |
Definition at line 302 of file sync_types.h.
Referenced by kcenon::pacs::storage::sync_repository::parse_history_row(), kcenon::pacs::client::sync_manager::impl::perform_sync(), and kcenon::pacs::storage::sync_repository::save_history().
| size_t kcenon::pacs::client::sync_history::studies_checked {0} |
Definition at line 296 of file sync_types.h.
Referenced by kcenon::pacs::storage::sync_repository::parse_history_row(), kcenon::pacs::client::sync_manager::impl::perform_sync(), and kcenon::pacs::storage::sync_repository::save_history().
| size_t kcenon::pacs::client::sync_history::studies_synced {0} |
Definition at line 297 of file sync_types.h.
Referenced by kcenon::pacs::storage::sync_repository::parse_history_row(), kcenon::pacs::client::sync_manager::impl::perform_sync(), and kcenon::pacs::storage::sync_repository::save_history().
| bool kcenon::pacs::client::sync_history::success {false} |
Definition at line 294 of file sync_types.h.
Referenced by kcenon::pacs::storage::sync_repository::parse_history_row(), kcenon::pacs::client::sync_manager::impl::perform_sync(), and kcenon::pacs::storage::sync_repository::save_history().