|
PACS System 0.1.0
PACS DICOM system library
|
Generic base repository for CRUD operations. More...
#include <kcenon/pacs/storage/pacs_database_adapter.h>#include <functional>#include <map>#include <memory>#include <optional>#include <string>#include <vector>

Go to the source code of this file.
Macros | |
| #define | PACS_STORAGE_BASE_REPOSITORY_HPP_INCLUDED |
Generic base repository for CRUD operations.
This file provides a template base class for repositories that implement common CRUD patterns using the pacs_database_adapter. It eliminates code duplication across repository implementations and provides consistent data access patterns.
Definition in file base_repository.h.
| #define PACS_STORAGE_BASE_REPOSITORY_HPP_INCLUDED |
Definition at line 23 of file base_repository.h.