PACS System 0.1.0
PACS DICOM system library
Loading...
Searching...
No Matches
key_image_endpoints.cpp File Reference

Key image API endpoints implementation. More...

#include "crow.h"
#include "kcenon/pacs/storage/index_database.h"
#include "kcenon/pacs/storage/key_image_record.h"
#include "kcenon/pacs/storage/key_image_repository.h"
#include "kcenon/pacs/web/endpoints/key_image_endpoints.h"
#include "kcenon/pacs/web/endpoints/system_endpoints.h"
#include "kcenon/pacs/web/rest_config.h"
#include "kcenon/pacs/web/rest_types.h"
#include <chrono>
#include <iomanip>
#include <random>
#include <sstream>
Include dependency graph for key_image_endpoints.cpp:

Go to the source code of this file.

Namespaces

namespace  kcenon
 
namespace  kcenon::pacs
 
namespace  kcenon::pacs::web
 
namespace  kcenon::pacs::web::endpoints
 

Functions

void kcenon::pacs::web::endpoints::register_key_image_endpoints_impl (crow::SimpleApp &app, std::shared_ptr< rest_server_context > ctx)
 

Detailed Description

Key image API endpoints implementation.

See also
Issue #545 - Implement Annotation & Measurement APIs
Issue #583 - Part 3: Key Image & Viewer State REST Endpoints

Definition in file key_image_endpoints.cpp.