|
PACS System 0.1.0
PACS DICOM system library
|
Health check result containing component status. More...
#include <monitoring_adapter.h>

Public Attributes | |
| bool | healthy {true} |
| Overall health status. | |
| std::string | status {"healthy"} |
| Human-readable status message. | |
| std::map< std::string, std::string > | components |
| Per-component health status. | |
Health check result containing component status.
Definition at line 352 of file monitoring_adapter.h.
| std::map<std::string, std::string> kcenon::pacs::integration::monitoring_adapter::health_status::components |
Per-component health status.
Definition at line 360 of file monitoring_adapter.h.
| bool kcenon::pacs::integration::monitoring_adapter::health_status::healthy {true} |
Overall health status.
Definition at line 354 of file monitoring_adapter.h.
| std::string kcenon::pacs::integration::monitoring_adapter::health_status::status {"healthy"} |
Human-readable status message.
Definition at line 357 of file monitoring_adapter.h.