|
PACS System 0.1.0
PACS DICOM system library
|
Storage configuration. More...
#include <config.h>

Public Attributes | |
| std::filesystem::path | directory {"./archive"} |
| Root directory for DICOM file storage. | |
| std::string | naming {"hierarchical"} |
| File naming scheme: "hierarchical" or "flat". | |
| std::string | duplicate_policy {"reject"} |
| Duplicate handling policy: "reject", "replace", "ignore". | |
| std::filesystem::path kcenon::pacs::example::storage_config::directory {"./archive"} |
Root directory for DICOM file storage.
Definition at line 45 of file config.h.
Referenced by kcenon::pacs::example::pacs_server_app::setup_storage().
| std::string kcenon::pacs::example::storage_config::duplicate_policy {"reject"} |
Duplicate handling policy: "reject", "replace", "ignore".
Definition at line 51 of file config.h.
Referenced by kcenon::pacs::example::pacs_server_app::setup_storage().
| std::string kcenon::pacs::example::storage_config::naming {"hierarchical"} |
File naming scheme: "hierarchical" or "flat".
Definition at line 48 of file config.h.
Referenced by kcenon::pacs::example::pacs_server_app::setup_storage().