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

Configuration for MPPS SCU service. More...

#include <mpps_scu.h>

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

Public Attributes

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

Detailed Description

Configuration for MPPS SCU service.

Definition at line 164 of file mpps_scu.h.

Member Data Documentation

◆ auto_generate_uid

bool kcenon::pacs::services::mpps_scu_config::auto_generate_uid {true}

Auto-generate MPPS UID if not provided.

Definition at line 169 of file mpps_scu.h.

169{true};

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

◆ timeout

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

Timeout for receiving DIMSE response.

Definition at line 166 of file mpps_scu.h.

166{30000};

Referenced by kcenon::pacs::services::mpps_scu::create(), and kcenon::pacs::services::mpps_scu::set().


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