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

Repository for key image persistence using base_repository pattern. More...

#include "kcenon/pacs/storage/key_image_record.h"
#include <kcenon/common/patterns/result.h>
#include <optional>
#include <string>
#include <string_view>
#include <vector>
Include dependency graph for key_image_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::key_image_repository
 Repository for key image persistence (legacy SQLite interface) More...
 

Namespaces

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

Detailed Description

Repository for key image persistence using base_repository pattern.

This file provides the key_image_repository class for persisting key image 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
Author
kcenon
Since
1.0.0

Definition in file key_image_repository.h.