|
PACS System 0.1.0
PACS DICOM system library
|
Configuration for SCU association request. More...
#include <association.h>

Public Member Functions | |
| association_config ()=default | |
Public Attributes | |
| std::string | calling_ae_title |
| Our AE Title (16 chars max) | |
| std::string | called_ae_title |
| Remote AE Title (16 chars max) | |
| std::vector< proposed_presentation_context > | proposed_contexts |
| uint32_t | max_pdu_length = DEFAULT_MAX_PDU_LENGTH |
| std::string | implementation_class_uid |
| std::string | implementation_version_name |
Configuration for SCU association request.
Definition at line 197 of file association.h.
|
default |
| std::string kcenon::pacs::network::association_config::called_ae_title |
Remote AE Title (16 chars max)
Definition at line 199 of file association.h.
Referenced by kcenon::pacs::client::remote_node_manager::acquire_association(), kcenon::pacs::network::association::connect(), kcenon::pacs::workflow::auto_prefetch_service::prefetch_study(), kcenon::pacs::workflow::auto_prefetch_service::query_prior_studies(), kcenon::pacs::web::endpoints::register_remote_nodes_endpoints_impl(), TEST_CASE(), TEST_CASE(), TEST_CASE(), TEST_CASE(), TEST_CASE(), TEST_CASE(), TEST_CASE(), TEST_CASE(), TEST_CASE(), TEST_CASE(), TEST_CASE(), TEST_CASE(), TEST_CASE(), TEST_CASE(), TEST_CASE(), TEST_CASE(), TEST_CASE(), TEST_CASE(), TEST_CASE(), TEST_CASE(), TEST_CASE(), TEST_CASE(), TEST_CASE(), and TEST_CASE().
| std::string kcenon::pacs::network::association_config::calling_ae_title |
Our AE Title (16 chars max)
Definition at line 198 of file association.h.
Referenced by kcenon::pacs::client::remote_node_manager::acquire_association(), kcenon::pacs::network::association::connect(), kcenon::pacs::workflow::auto_prefetch_service::prefetch_study(), kcenon::pacs::workflow::auto_prefetch_service::query_prior_studies(), kcenon::pacs::web::endpoints::register_remote_nodes_endpoints_impl(), TEST_CASE(), TEST_CASE(), TEST_CASE(), TEST_CASE(), TEST_CASE(), TEST_CASE(), TEST_CASE(), TEST_CASE(), TEST_CASE(), TEST_CASE(), TEST_CASE(), TEST_CASE(), TEST_CASE(), TEST_CASE(), TEST_CASE(), TEST_CASE(), TEST_CASE(), TEST_CASE(), TEST_CASE(), TEST_CASE(), TEST_CASE(), TEST_CASE(), TEST_CASE(), and TEST_CASE().
| std::string kcenon::pacs::network::association_config::implementation_class_uid |
Definition at line 202 of file association.h.
Referenced by kcenon::pacs::network::association::connect(), TEST_CASE(), TEST_CASE(), TEST_CASE(), TEST_CASE(), TEST_CASE(), TEST_CASE(), TEST_CASE(), TEST_CASE(), TEST_CASE(), TEST_CASE(), TEST_CASE(), TEST_CASE(), TEST_CASE(), TEST_CASE(), TEST_CASE(), TEST_CASE(), TEST_CASE(), TEST_CASE(), TEST_CASE(), TEST_CASE(), TEST_CASE(), TEST_CASE(), TEST_CASE(), and TEST_CASE().
| std::string kcenon::pacs::network::association_config::implementation_version_name |
Definition at line 203 of file association.h.
Referenced by kcenon::pacs::network::association::connect().
| uint32_t kcenon::pacs::network::association_config::max_pdu_length = DEFAULT_MAX_PDU_LENGTH |
Definition at line 201 of file association.h.
Referenced by kcenon::pacs::network::association::connect().
| std::vector<proposed_presentation_context> kcenon::pacs::network::association_config::proposed_contexts |
Definition at line 200 of file association.h.
Referenced by kcenon::pacs::client::remote_node_manager::acquire_association(), kcenon::pacs::network::association::connect(), kcenon::pacs::workflow::auto_prefetch_service::prefetch_study(), kcenon::pacs::workflow::auto_prefetch_service::query_prior_studies(), kcenon::pacs::web::endpoints::register_remote_nodes_endpoints_impl(), TEST_CASE(), TEST_CASE(), TEST_CASE(), TEST_CASE(), TEST_CASE(), TEST_CASE(), TEST_CASE(), TEST_CASE(), TEST_CASE(), TEST_CASE(), TEST_CASE(), TEST_CASE(), TEST_CASE(), TEST_CASE(), TEST_CASE(), TEST_CASE(), TEST_CASE(), TEST_CASE(), TEST_CASE(), TEST_CASE(), TEST_CASE(), TEST_CASE(), TEST_CASE(), and TEST_CASE().