|
PACS System 0.1.0
PACS DICOM system library
|
Query options for listing prefetch history. More...
#include <prefetch_repository.h>

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} |
Query options for listing prefetch history.
Definition at line 403 of file prefetch_repository.h.
| size_t kcenon::pacs::storage::prefetch_history_query_options::limit {100} |
Definition at line 407 of file prefetch_repository.h.
| size_t kcenon::pacs::storage::prefetch_history_query_options::offset {0} |
Definition at line 408 of file prefetch_repository.h.
| std::optional<std::string> kcenon::pacs::storage::prefetch_history_query_options::patient_id |
Definition at line 404 of file prefetch_repository.h.
| std::optional<std::string> kcenon::pacs::storage::prefetch_history_query_options::rule_id |
Definition at line 405 of file prefetch_repository.h.
| std::optional<std::string> kcenon::pacs::storage::prefetch_history_query_options::status |
Definition at line 406 of file prefetch_repository.h.