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

Audit log API endpoints implementation. More...

#include "crow.h"
#include "kcenon/pacs/storage/audit_record.h"
#include "kcenon/pacs/storage/index_database.h"
#include "kcenon/pacs/web/endpoints/audit_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 <sstream>
Include dependency graph for audit_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_audit_endpoints_impl (crow::SimpleApp &app, std::shared_ptr< rest_server_context > ctx)
 

Detailed Description

Audit log API endpoints implementation.

Definition in file audit_endpoints.cpp.