|
PACS System 0.1.0
PACS DICOM system library
|
Information about an association rejection. More...
#include <association.h>

Public Member Functions | |
| rejection_info () | |
| rejection_info (reject_result res, uint8_t src, uint8_t rsn) | |
Public Attributes | |
| reject_result | result |
| uint8_t | source |
| uint8_t | reason |
| std::string | description |
Private Member Functions | |
| void | build_description () |
Information about an association rejection.
Definition at line 230 of file association.h.
|
inline |
Definition at line 236 of file association.h.
|
inline |
Definition at line 241 of file association.h.
References build_description().

|
private |
Definition at line 34 of file association.cpp.
References kcenon::pacs::network::application_context_not_supported, kcenon::pacs::network::called_ae_not_recognized, kcenon::pacs::network::calling_ae_not_recognized, description, kcenon::pacs::network::local_limit_exceeded, kcenon::pacs::network::no_reason, kcenon::pacs::network::protocol_version_not_supported, reason, kcenon::pacs::network::rejected_permanent, result, kcenon::pacs::network::service_provider_acse, kcenon::pacs::network::service_provider_presentation, kcenon::pacs::network::service_user, source, and kcenon::pacs::network::temporary_congestion.
Referenced by rejection_info().

| std::string kcenon::pacs::network::rejection_info::description |
Definition at line 234 of file association.h.
Referenced by build_description().
| uint8_t kcenon::pacs::network::rejection_info::reason |
Definition at line 233 of file association.h.
Referenced by build_description().
| reject_result kcenon::pacs::network::rejection_info::result |
Definition at line 231 of file association.h.
Referenced by build_description().
| uint8_t kcenon::pacs::network::rejection_info::source |
Definition at line 232 of file association.h.
Referenced by build_description().