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

Public Member Functions | |
| associate_ac ()=default | |
Public Attributes | |
| std::string | called_ae_title |
| Called AE Title (16 chars max) | |
| std::string | calling_ae_title |
| Calling AE Title (16 chars max) | |
| std::string | application_context |
| Application Context Name UID. | |
| std::vector< presentation_context_ac > | presentation_contexts |
| Presentation Contexts. | |
| user_information | user_info |
| User Information. | |
A-ASSOCIATE-AC PDU data.
Definition at line 218 of file pdu_types.h.
|
default |
| std::string kcenon::pacs::network::associate_ac::application_context |
Application Context Name UID.
Definition at line 221 of file pdu_types.h.
Referenced by kcenon::pacs::network::association::build_associate_ac(), kcenon::pacs::network::pdu_decoder::decode_associate_ac(), and kcenon::pacs::network::pdu_encoder::encode_associate_ac().
| std::string kcenon::pacs::network::associate_ac::called_ae_title |
Called AE Title (16 chars max)
Definition at line 219 of file pdu_types.h.
Referenced by kcenon::pacs::network::association::build_associate_ac(), kcenon::pacs::network::pdu_decoder::decode_associate_ac(), and kcenon::pacs::network::pdu_encoder::encode_associate_ac().
| std::string kcenon::pacs::network::associate_ac::calling_ae_title |
Calling AE Title (16 chars max)
Definition at line 220 of file pdu_types.h.
Referenced by kcenon::pacs::network::association::build_associate_ac(), kcenon::pacs::network::pdu_decoder::decode_associate_ac(), and kcenon::pacs::network::pdu_encoder::encode_associate_ac().
| std::vector<presentation_context_ac> kcenon::pacs::network::associate_ac::presentation_contexts |
Presentation Contexts.
Definition at line 222 of file pdu_types.h.
Referenced by kcenon::pacs::network::association::build_associate_ac(), kcenon::pacs::network::pdu_decoder::decode_associate_ac(), kcenon::pacs::network::pdu_encoder::encode_associate_ac(), and kcenon::pacs::network::association::process_associate_ac().
| user_information kcenon::pacs::network::associate_ac::user_info |
User Information.
Definition at line 223 of file pdu_types.h.
Referenced by kcenon::pacs::network::association::build_associate_ac(), kcenon::pacs::network::pdu_decoder::decode_associate_ac(), kcenon::pacs::network::pdu_encoder::encode_associate_ac(), and kcenon::pacs::network::association::process_associate_ac().