PACS System 0.1.0
PACS DICOM system library
Loading...
Searching...
No Matches
prefetch_repository.h File Reference

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>
Include dependency graph for prefetch_repository.h:
This graph shows which files directly or indirectly include this file:

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
 

Detailed Description

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.

See also
Issue #541 - Implement Prefetch Manager for Proactive Data Loading
Issue #530 - PACS Client System Support (Parent Epic)
Issue #651 - Part 4: Migrate sync, viewer_state, prefetch repositories
Author
kcenon
Since
1.0.0

Definition in file prefetch_repository.h.