|
PACS System 0.1.0
PACS DICOM system library
|
Repository for annotation persistence using base_repository pattern. More...
#include "kcenon/pacs/storage/annotation_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::annotation_repository |
| Repository for annotation persistence (legacy SQLite interface) More... | |
Namespaces | |
| namespace | kcenon |
| namespace | kcenon::pacs |
| namespace | kcenon::pacs::storage |
Typedefs | |
| template<typename T > | |
| using | kcenon::pacs::storage::Result = kcenon::common::Result<T> |
| Result type alias for operations returning a value. | |
Repository for annotation persistence using base_repository pattern.
This file provides the annotation_repository class for persisting annotation records using the base_repository pattern. Supports CRUD operations and search.
Definition in file annotation_repository.h.