PACS System 0.1.0
PACS DICOM system library
Loading...
Searching...
No Matches
key_image_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
21#pragma once
22
23#include <memory>
24
25namespace kcenon::pacs::storage {
26class index_database;
27} // namespace kcenon::pacs::storage
28
29namespace kcenon::pacs::web {
30
31struct rest_server_context;
32
33namespace endpoints {
34
35// Internal function - implementation in cpp file
36// Registers key image endpoints with the Crow app
37// Called from rest_server.cpp
38
39} // namespace endpoints
40
41} // namespace kcenon::pacs::web