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

Public Attributes | |
| std::chrono::milliseconds | timeout {30000} |
| Timeout for receiving DIMSE response. | |
| bool | auto_generate_uid {true} |
| Auto-generate SOP Instance UIDs if not provided. | |
Configuration for Print SCU service.
Definition at line 136 of file print_scu.h.
| bool kcenon::pacs::services::print_scu_config::auto_generate_uid {true} |
Auto-generate SOP Instance UIDs if not provided.
Definition at line 141 of file print_scu.h.
Referenced by kcenon::pacs::services::print_scu::create_film_session().
| std::chrono::milliseconds kcenon::pacs::services::print_scu_config::timeout {30000} |
Timeout for receiving DIMSE response.
Definition at line 138 of file print_scu.h.
Referenced by kcenon::pacs::services::print_scu::create_film_box(), kcenon::pacs::services::print_scu::create_film_session(), kcenon::pacs::services::print_scu::delete_film_box(), kcenon::pacs::services::print_scu::delete_film_session(), kcenon::pacs::services::print_scu::print_film_box(), kcenon::pacs::services::print_scu::query_printer_status(), and kcenon::pacs::services::print_scu::set_image_box().