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

Repository for remote PACS node persistence using base_repository pattern. More...

#include "kcenon/pacs/client/remote_node.h"
#include <kcenon/common/patterns/result.h>
#include <memory>
#include <optional>
#include <string>
#include <string_view>
#include <vector>
Include dependency graph for node_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::node_repository
 Repository for remote node persistence (legacy SQLite interface) More...
 

Namespaces

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

Detailed Description

Repository for remote PACS node persistence using base_repository pattern.

This file provides the node_repository class for persisting remote node configurations. Supports CRUD operations and status updates.

See also
Issue #535 - Implement Remote Node Manager
Issue #610 - Phase 4: Repository Migrations
Issue #650 - Part 2: Migrate annotation, routing, node repositories
Author
kcenon
Since
1.0.0

Definition in file node_repository.h.