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

Public Attributes | |
| std::chrono::milliseconds | timeout {30000} |
| Timeout for receiving query responses (milliseconds) | |
| size_t | max_results {0} |
| Maximum number of results to return (0 = unlimited) | |
| bool | cancel_on_max {true} |
| Send C-CANCEL when max_results is reached. | |
Configuration for Worklist SCU service.
Definition at line 236 of file worklist_scu.h.
| bool kcenon::pacs::services::worklist_scu_config::cancel_on_max {true} |
Send C-CANCEL when max_results is reached.
Definition at line 244 of file worklist_scu.h.
Referenced by kcenon::pacs::services::worklist_scu::query_impl(), and kcenon::pacs::services::worklist_scu::query_streaming().
| size_t kcenon::pacs::services::worklist_scu_config::max_results {0} |
Maximum number of results to return (0 = unlimited)
Definition at line 241 of file worklist_scu.h.
Referenced by kcenon::pacs::services::worklist_scu::query_impl(), and kcenon::pacs::services::worklist_scu::query_streaming().
| std::chrono::milliseconds kcenon::pacs::services::worklist_scu_config::timeout {30000} |
Timeout for receiving query responses (milliseconds)
Definition at line 238 of file worklist_scu.h.
Referenced by kcenon::pacs::services::worklist_scu::query_impl(), and kcenon::pacs::services::worklist_scu::query_streaming().