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

Repository for viewer state persistence. More...

#include "kcenon/pacs/storage/viewer_state_record.h"
#include <kcenon/common/patterns/result.h>
#include <memory>
#include <optional>
#include <string>
#include <string_view>
#include <vector>
Include dependency graph for viewer_state_repository.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  kcenon::pacs::storage::viewer_state_repository
 Repository for viewer state persistence (legacy SQLite interface) More...
 

Namespaces

namespace  kcenon
 
namespace  kcenon::pacs
 
namespace  kcenon::pacs::storage
 

Detailed Description

Repository for viewer state persistence.

This file provides the viewer_state_repository class for persisting viewer state and recent study records in the database.

When compiled with PACS_WITH_DATABASE_SYSTEM, uses pacs_database_adapter for database operations. Otherwise, uses direct SQLite access.

See also
Issue #545 - Implement Annotation & Measurement APIs
Issue #581 - Part 1: Data Models and Repositories
Issue #651 - Part 4: Migrate sync, viewer_state, prefetch repositories
Author
kcenon
Since
1.0.0

Definition in file viewer_state_repository.h.