PACS System 0.1.0
PACS DICOM system library
Loading...
Searching...
No Matches
kcenon::pacs::services::worklist_scu_config Struct Reference

Configuration for Worklist SCU service. More...

#include <worklist_scu.h>

Collaboration diagram for kcenon::pacs::services::worklist_scu_config:
Collaboration graph

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.
 

Detailed Description

Configuration for Worklist SCU service.

Examples
worklist_scu/main.cpp.

Definition at line 236 of file worklist_scu.h.

Member Data Documentation

◆ cancel_on_max

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.

244{true};

Referenced by kcenon::pacs::services::worklist_scu::query_impl(), and kcenon::pacs::services::worklist_scu::query_streaming().

◆ max_results

size_t kcenon::pacs::services::worklist_scu_config::max_results {0}

Maximum number of results to return (0 = unlimited)

Examples
worklist_scu/main.cpp.

Definition at line 241 of file worklist_scu.h.

241{0};

Referenced by kcenon::pacs::services::worklist_scu::query_impl(), and kcenon::pacs::services::worklist_scu::query_streaming().

◆ timeout

std::chrono::milliseconds kcenon::pacs::services::worklist_scu_config::timeout {30000}

Timeout for receiving query responses (milliseconds)

Examples
worklist_scu/main.cpp.

Definition at line 238 of file worklist_scu.h.

238{30000};

Referenced by kcenon::pacs::services::worklist_scu::query_impl(), and kcenon::pacs::services::worklist_scu::query_streaming().


The documentation for this struct was generated from the following file: