|
PACS System 0.1.0
PACS DICOM system library
|
Configuration for UPS Push SCU service. More...
#include <ups_push_scu.h>

Public Attributes | |
| std::chrono::milliseconds | timeout {30000} |
| Timeout for receiving DIMSE response. | |
| bool | auto_generate_uid {true} |
| Auto-generate workitem UID if not provided. | |
Configuration for UPS Push SCU service.
Definition at line 159 of file ups_push_scu.h.
| bool kcenon::pacs::services::ups_push_scu_config::auto_generate_uid {true} |
Auto-generate workitem UID if not provided.
Definition at line 164 of file ups_push_scu.h.
Referenced by kcenon::pacs::services::ups_push_scu::create().
| std::chrono::milliseconds kcenon::pacs::services::ups_push_scu_config::timeout {30000} |
Timeout for receiving DIMSE response.
Definition at line 161 of file ups_push_scu.h.
Referenced by kcenon::pacs::services::ups_push_scu::change_state(), kcenon::pacs::services::ups_push_scu::create(), kcenon::pacs::services::ups_push_scu::get(), kcenon::pacs::services::ups_push_scu::request_cancel(), and kcenon::pacs::services::ups_push_scu::set().