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

Query options for listing prefetch history. More...

#include <prefetch_repository.h>

Collaboration diagram for kcenon::pacs::storage::prefetch_history_query_options:
Collaboration graph

Public Attributes

std::optional< std::string > patient_id
 
std::optional< std::string > rule_id
 
std::optional< std::string > status
 
size_t limit {100}
 
size_t offset {0}
 

Detailed Description

Query options for listing prefetch history.

Definition at line 403 of file prefetch_repository.h.

Member Data Documentation

◆ limit

size_t kcenon::pacs::storage::prefetch_history_query_options::limit {100}

Definition at line 407 of file prefetch_repository.h.

407{100};

◆ offset

size_t kcenon::pacs::storage::prefetch_history_query_options::offset {0}

Definition at line 408 of file prefetch_repository.h.

408{0};

◆ patient_id

std::optional<std::string> kcenon::pacs::storage::prefetch_history_query_options::patient_id

Definition at line 404 of file prefetch_repository.h.

◆ rule_id

std::optional<std::string> kcenon::pacs::storage::prefetch_history_query_options::rule_id

Definition at line 405 of file prefetch_repository.h.

◆ status

std::optional<std::string> kcenon::pacs::storage::prefetch_history_query_options::status

Definition at line 406 of file prefetch_repository.h.


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