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

Configuration for UPS Push SCU service. More...

#include <ups_push_scu.h>

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

Public Attributes

std::chrono::milliseconds timeout {30000}
 Timeout for receiving DIMSE response.
 
bool auto_generate_uid {true}
 Auto-generate workitem UID if not provided.
 

Detailed Description

Configuration for UPS Push SCU service.

Definition at line 159 of file ups_push_scu.h.

Member Data Documentation

◆ auto_generate_uid

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.

164{true};

Referenced by kcenon::pacs::services::ups_push_scu::create().

◆ timeout

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

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