|
PACS System 0.1.0
PACS DICOM system library
|
Presentation Context for A-ASSOCIATE-AC. More...
#include <pdu_types.h>

Public Member Functions | |
| presentation_context_ac () | |
| presentation_context_ac (uint8_t context_id, presentation_context_result res, std::string ts="") | |
Public Attributes | |
| uint8_t | id |
| Presentation Context ID. | |
| presentation_context_result | result |
| Result/Reason. | |
| std::string | transfer_syntax |
| Accepted Transfer Syntax UID. | |
Presentation Context for A-ASSOCIATE-AC.
Definition at line 165 of file pdu_types.h.
|
inline |
Definition at line 170 of file pdu_types.h.
|
inline |
Definition at line 172 of file pdu_types.h.
| uint8_t kcenon::pacs::network::presentation_context_ac::id |
Presentation Context ID.
Definition at line 166 of file pdu_types.h.
Referenced by kcenon::pacs::network::pdu_decoder::decode_variable_items(), and kcenon::pacs::network::pdu_encoder::encode_presentation_context_ac().
| presentation_context_result kcenon::pacs::network::presentation_context_ac::result |
Result/Reason.
Definition at line 167 of file pdu_types.h.
Referenced by kcenon::pacs::network::pdu_decoder::decode_variable_items(), and kcenon::pacs::network::pdu_encoder::encode_presentation_context_ac().
| std::string kcenon::pacs::network::presentation_context_ac::transfer_syntax |
Accepted Transfer Syntax UID.
Definition at line 168 of file pdu_types.h.
Referenced by kcenon::pacs::network::pdu_decoder::decode_variable_items(), and kcenon::pacs::network::pdu_encoder::encode_presentation_context_ac().