|
PACS System 0.1.0
PACS DICOM system library
|
Audit log record data structures. More...
#include <chrono>#include <optional>#include <string>

Go to the source code of this file.
Classes | |
| struct | kcenon::pacs::storage::audit_record |
| Audit log record from the database. More... | |
| struct | kcenon::pacs::storage::audit_query |
| Query parameters for audit log search. More... | |
Namespaces | |
| namespace | kcenon |
| namespace | kcenon::pacs |
| namespace | kcenon::pacs::storage |
Functions | |
| auto | kcenon::pacs::storage::to_string (audit_event_type type) -> std::string |
| Convert audit_event_type enum to string representation. | |
| auto | kcenon::pacs::storage::parse_audit_event_type (std::string_view str) -> std::optional< audit_event_type > |
| Parse string to audit_event_type enum. | |
| auto | kcenon::pacs::storage::to_string (audit_outcome outcome) -> std::string |
| Convert audit_outcome enum to string. | |
Audit log record data structures.
This file provides the audit_record and audit_query structures for storing and querying audit log entries in the PACS index database.
Definition in file audit_record.h.