|
PACS System 0.1.0
PACS DICOM system library
|
Repository for patient metadata persistence using base_repository pattern. More...
#include "kcenon/pacs/storage/patient_record.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 | |
| class | kcenon::pacs::storage::patient_repository |
| Repository for patient metadata persistence (legacy SQLite interface) More... | |
Namespaces | |
| namespace | kcenon |
| namespace | kcenon::pacs |
| namespace | kcenon::pacs::storage |
Repository for patient metadata persistence using base_repository pattern.
Extracted from index_database as part of the storage decomposition (Issue #896). Provides focused CRUD operations for patient records.
Definition in file patient_repository.h.