PACS System 0.1.0
PACS DICOM system library
Loading...
Searching...
No Matches
config.h File Reference

Configuration management for PACS Server sample. More...

#include <chrono>
#include <cstdint>
#include <filesystem>
#include <optional>
#include <string>
#include <vector>
Include dependency graph for config.h:
This graph shows which files directly or indirectly include this file:

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
 

Detailed Description

Configuration management for PACS Server sample.

Provides configuration structures and parsing utilities for the complete PACS server sample application.

See also
Issue #106 - Full PACS Server Sample

Definition in file config.h.