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

Repository for routing rule persistence using base_repository pattern. More...

#include "kcenon/pacs/client/routing_types.h"
#include <kcenon/common/patterns/result.h>
#include <memory>
#include <optional>
#include <string>
#include <string_view>
#include <vector>
Include dependency graph for routing_repository.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  kcenon::pacs::storage::routing_rule_query_options
 Query options for listing routing rules. More...
 
class  kcenon::pacs::storage::routing_repository
 Repository for routing rule persistence (legacy SQLite interface) More...
 

Namespaces

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

Detailed Description

Repository for routing rule persistence using base_repository pattern.

This file provides the routing_repository class for persisting routing rules using the base_repository pattern. Supports CRUD operations, rule ordering, and statistics tracking.

See also
Issue #539 - Implement Routing Manager for Auto-Forwarding
Issue #530 - PACS Client System Support (Parent Epic)
Issue #610 - Phase 4: Repository Migrations
Issue #650 - Part 2: Migrate annotation, routing, node repositories
Author
kcenon
Since
1.0.0

Definition in file routing_repository.h.