|
PACS System 0.1.0
PACS DICOM system library
|
History record for a single prefetch operation. More...
#include <prefetch_types.h>

Public Attributes | |
| std::string | patient_id |
| Patient ID. | |
| std::string | study_uid |
| Study Instance UID. | |
| std::string | rule_id |
| Rule that triggered this (if any) | |
| std::string | source_node_id |
| Source node ID. | |
| std::string | job_id |
| Associated job ID. | |
| std::string | status |
| Status (pending, completed, failed) | |
| std::chrono::system_clock::time_point | prefetched_at |
| Timestamp. | |
| int64_t | pk {0} |
| Primary key. | |
History record for a single prefetch operation.
Definition at line 168 of file prefetch_types.h.
| std::string kcenon::pacs::client::prefetch_history::job_id |
Associated job ID.
Definition at line 173 of file prefetch_types.h.
Referenced by kcenon::pacs::client::prefetch_manager::impl::record_prefetch_history().
| std::string kcenon::pacs::client::prefetch_history::patient_id |
Patient ID.
Definition at line 169 of file prefetch_types.h.
Referenced by kcenon::pacs::client::prefetch_manager::impl::record_prefetch_history().
| int64_t kcenon::pacs::client::prefetch_history::pk {0} |
| std::chrono::system_clock::time_point kcenon::pacs::client::prefetch_history::prefetched_at |
Timestamp.
Definition at line 175 of file prefetch_types.h.
Referenced by kcenon::pacs::client::prefetch_manager::impl::record_prefetch_history().
| std::string kcenon::pacs::client::prefetch_history::rule_id |
Rule that triggered this (if any)
Definition at line 171 of file prefetch_types.h.
Referenced by kcenon::pacs::client::prefetch_manager::impl::record_prefetch_history().
| std::string kcenon::pacs::client::prefetch_history::source_node_id |
Source node ID.
Definition at line 172 of file prefetch_types.h.
Referenced by kcenon::pacs::client::prefetch_manager::impl::record_prefetch_history().
| std::string kcenon::pacs::client::prefetch_history::status |
Status (pending, completed, failed)
Definition at line 174 of file prefetch_types.h.
Referenced by kcenon::pacs::client::prefetch_manager::impl::record_prefetch_history().
| std::string kcenon::pacs::client::prefetch_history::study_uid |
Study Instance UID.
Definition at line 170 of file prefetch_types.h.
Referenced by kcenon::pacs::client::prefetch_manager::impl::record_prefetch_history().