|
PACS System 0.1.0
PACS DICOM system library
|
Repository for prefetch rule and history persistence. More...
#include "kcenon/pacs/client/prefetch_types.h"#include <kcenon/common/patterns/result.h>#include <memory>#include <optional>#include <string>#include <string_view>#include <vector>

Go to the source code of this file.
Classes | |
| struct | kcenon::pacs::storage::prefetch_rule_query_options |
| Query options for listing prefetch rules. More... | |
| struct | kcenon::pacs::storage::prefetch_history_query_options |
| Query options for listing prefetch history. More... | |
| class | kcenon::pacs::storage::prefetch_repository |
| Repository for prefetch persistence (legacy SQLite interface) More... | |
Namespaces | |
| namespace | kcenon |
| namespace | kcenon::pacs |
| namespace | kcenon::pacs::storage |
Repository for prefetch rule and history persistence.
This file provides the prefetch_repository class for persisting prefetch rules and history records in the database. Supports CRUD operations and statistics tracking.
When compiled with PACS_WITH_DATABASE_SYSTEM, uses pacs_database_adapter for database operations. Otherwise, uses direct SQLite access.
Definition in file prefetch_repository.h.