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

Repository for study metadata persistence using base_repository pattern. More...

#include "kcenon/pacs/storage/study_record.h"
#include <kcenon/common/patterns/result.h>
#include <memory>
#include <optional>
#include <string>
#include <string_view>
#include <vector>
Include dependency graph for study_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::study_repository
 Repository for study metadata persistence (legacy SQLite interface) More...
 

Namespaces

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

Detailed Description

Repository for study metadata persistence using base_repository pattern.

Extracted from index_database as part of the storage decomposition (Issue #896). Provides focused CRUD operations for study records.

See also
Issue #896 - Decompose index_database into metadata and lifecycle stores
Issue #912 - Part 1: Extract patient and study metadata repositories
Author
kcenon
Since
1.0.0

Definition in file study_repository.h.