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

History record for a single prefetch operation. More...

#include <prefetch_types.h>

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

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.
 

Detailed Description

History record for a single prefetch operation.

Definition at line 168 of file prefetch_types.h.

Member Data Documentation

◆ job_id

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().

◆ patient_id

std::string kcenon::pacs::client::prefetch_history::patient_id

◆ pk

int64_t kcenon::pacs::client::prefetch_history::pk {0}

Primary key.

Definition at line 177 of file prefetch_types.h.

177{0};

◆ prefetched_at

std::chrono::system_clock::time_point kcenon::pacs::client::prefetch_history::prefetched_at

◆ rule_id

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().

◆ source_node_id

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().

◆ status

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().

◆ study_uid

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().


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