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

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>
Include dependency graph for annotation_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::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.
 

Detailed Description

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.

See also
Issue #545 - Implement Annotation & Measurement APIs
Issue #581 - Part 1: Data Models and Repositories
Issue #610 - Phase 4: Repository Migrations
Issue #650 - Part 2: Migrate annotation, routing, node repositories
Author
kcenon
Since
1.0.0

Definition in file annotation_repository.h.