PACS System 0.1.0
PACS DICOM system library
Loading...
Searching...
No Matches
remote_nodes_endpoints.h
Go to the documentation of this file.
1// BSD 3-Clause License
2// Copyright (c) 2021-2025, 🍀☀🌕🌥 🌊
3// See the LICENSE file in the project root for full license information.
4
19#pragma once
20
21#include <memory>
22
23namespace kcenon::pacs::web {
24
25struct rest_server_context;
26
27namespace endpoints {
28
29// Internal function - implementation in cpp file
30// Registers remote node endpoints with the Crow app
31// Called from rest_server.cpp
32
33} // namespace endpoints
34
35} // namespace kcenon::pacs::web