|
PACS System 0.1.0
PACS DICOM system library
|
Configuration for MPPS SCU service. More...
#include <mpps_scu.h>

Public Attributes | |
| std::chrono::milliseconds | timeout {30000} |
| Timeout for receiving DIMSE response. | |
| bool | auto_generate_uid {true} |
| Auto-generate MPPS UID if not provided. | |
Configuration for MPPS SCU service.
Definition at line 164 of file mpps_scu.h.
| bool kcenon::pacs::services::mpps_scu_config::auto_generate_uid {true} |
Auto-generate MPPS UID if not provided.
Definition at line 169 of file mpps_scu.h.
Referenced by kcenon::pacs::services::mpps_scu::create().
| std::chrono::milliseconds kcenon::pacs::services::mpps_scu_config::timeout {30000} |
Timeout for receiving DIMSE response.
Definition at line 166 of file mpps_scu.h.
Referenced by kcenon::pacs::services::mpps_scu::create(), and kcenon::pacs::services::mpps_scu::set().