|
PACS System 0.1.0
PACS DICOM system library
|
A-ASSOCIATE-RJ PDU data. More...
#include <pdu_types.h>

Public Member Functions | |
| associate_rj () | |
| associate_rj (reject_result res, uint8_t src, uint8_t rsn) | |
Public Attributes | |
| reject_result | result |
| Result (1=permanent, 2=transient) | |
| uint8_t | source |
| Source. | |
| uint8_t | reason |
| Reason/Diagnostic. | |
A-ASSOCIATE-RJ PDU data.
Definition at line 231 of file pdu_types.h.
|
inline |
Definition at line 236 of file pdu_types.h.
|
inline |
Definition at line 238 of file pdu_types.h.
| uint8_t kcenon::pacs::network::associate_rj::reason |
Reason/Diagnostic.
Definition at line 234 of file pdu_types.h.
Referenced by kcenon::pacs::network::pdu_decoder::decode_associate_rj(), kcenon::pacs::network::pdu_encoder::encode_associate_rj(), and kcenon::pacs::network::association::process_associate_rj().
| reject_result kcenon::pacs::network::associate_rj::result |
Result (1=permanent, 2=transient)
Definition at line 232 of file pdu_types.h.
Referenced by kcenon::pacs::network::pdu_decoder::decode_associate_rj(), kcenon::pacs::network::pdu_encoder::encode_associate_rj(), and kcenon::pacs::network::association::process_associate_rj().
| uint8_t kcenon::pacs::network::associate_rj::source |
Source.
Definition at line 233 of file pdu_types.h.
Referenced by kcenon::pacs::network::pdu_decoder::decode_associate_rj(), kcenon::pacs::network::pdu_encoder::encode_associate_rj(), and kcenon::pacs::network::association::process_associate_rj().