|
PACS System 0.1.0
PACS DICOM system library
|
Configuration for SCP to accept associations. More...
#include <association.h>

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 |
Configuration for SCP to accept associations.
Definition at line 211 of file association.h.
|
default |
| 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.
| std::string kcenon::pacs::network::scp_config::ae_title |
Our AE Title.
Definition at line 212 of file association.h.
Referenced by kcenon::pacs::network::association::accept(), kcenon::pacs::network::v2::dicom_association_handler::handle_associate_rq(), and kcenon::pacs::network::dicom_server::simulate_association_request().
| std::string kcenon::pacs::network::scp_config::implementation_class_uid |
Definition at line 217 of file association.h.
Referenced by kcenon::pacs::network::association::accept(), kcenon::pacs::network::v2::dicom_association_handler::handle_associate_rq(), and kcenon::pacs::network::dicom_server::simulate_association_request().
| std::string kcenon::pacs::network::scp_config::implementation_version_name |
Definition at line 218 of file association.h.
Referenced by kcenon::pacs::network::association::accept(), kcenon::pacs::network::v2::dicom_association_handler::handle_associate_rq(), and kcenon::pacs::network::dicom_server::simulate_association_request().
| uint32_t kcenon::pacs::network::scp_config::max_pdu_length = DEFAULT_MAX_PDU_LENGTH |
Definition at line 216 of file association.h.
Referenced by kcenon::pacs::network::association::accept(), kcenon::pacs::network::v2::dicom_association_handler::handle_associate_rq(), and kcenon::pacs::network::dicom_server::simulate_association_request().
| std::vector<std::string> kcenon::pacs::network::scp_config::supported_abstract_syntaxes |
| std::vector<std::string> kcenon::pacs::network::scp_config::supported_transfer_syntaxes |