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

Configuration for SCP to accept associations. More...

#include <association.h>

Collaboration diagram for kcenon::pacs::network::scp_config:
Collaboration graph

Public Member Functions

 scp_config ()=default
 

Public Attributes

std::string ae_title
 Our AE Title.
 
std::vector< std::string > accepted_ae_titles
 Allowed calling AE titles (empty = all)
 
std::vector< std::string > supported_abstract_syntaxes
 
std::vector< std::string > supported_transfer_syntaxes
 
uint32_t max_pdu_length = DEFAULT_MAX_PDU_LENGTH
 
std::string implementation_class_uid
 
std::string implementation_version_name
 

Detailed Description

Configuration for SCP to accept associations.

Examples
store_scp/main.cpp.

Definition at line 211 of file association.h.

Constructor & Destructor Documentation

◆ scp_config()

kcenon::pacs::network::scp_config::scp_config ( )
default

Member Data Documentation

◆ accepted_ae_titles

std::vector<std::string> kcenon::pacs::network::scp_config::accepted_ae_titles

Allowed calling AE titles (empty = all)

Definition at line 213 of file association.h.

◆ ae_title

◆ implementation_class_uid

◆ implementation_version_name

◆ max_pdu_length

◆ supported_abstract_syntaxes

std::vector<std::string> kcenon::pacs::network::scp_config::supported_abstract_syntaxes

◆ supported_transfer_syntaxes

std::vector<std::string> kcenon::pacs::network::scp_config::supported_transfer_syntaxes

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