|
PACS System 0.1.0
PACS DICOM system library
|
Configuration management for PACS Server sample. More...
#include <chrono>#include <cstdint>#include <filesystem>#include <optional>#include <string>#include <vector>

Go to the source code of this file.
Classes | |
| struct | kcenon::pacs::example::server_network_config |
| Server network configuration. More... | |
| struct | kcenon::pacs::example::storage_config |
| Storage configuration. More... | |
| struct | kcenon::pacs::example::database_config |
| Database configuration. More... | |
| struct | kcenon::pacs::example::logging_config |
| Logging configuration. More... | |
| struct | kcenon::pacs::example::access_control_config |
| Access control configuration. More... | |
| struct | kcenon::pacs::example::pacs_server_config |
| Complete PACS server configuration. More... | |
Namespaces | |
| namespace | kcenon |
| namespace | kcenon::pacs |
| namespace | kcenon::pacs::example |
Configuration management for PACS Server sample.
Provides configuration structures and parsing utilities for the complete PACS server sample application.
Definition in file config.h.