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

Public Member Functions | |
| associate_rq ()=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_rq > | presentation_contexts |
| Presentation Contexts. | |
| user_information | user_info |
| User Information. | |
A-ASSOCIATE-RQ PDU data.
Definition at line 205 of file pdu_types.h.
|
default |
| std::string kcenon::pacs::network::associate_rq::application_context |
Application Context Name UID.
Definition at line 208 of file pdu_types.h.
Referenced by kcenon::pacs::network::association::build_associate_rq(), kcenon::pacs::network::pdu_decoder::decode_associate_rq(), and kcenon::pacs::network::pdu_encoder::encode_associate_rq().
| std::string kcenon::pacs::network::associate_rq::called_ae_title |
Called AE Title (16 chars max)
Definition at line 206 of file pdu_types.h.
Referenced by kcenon::pacs::network::association::accept(), kcenon::pacs::network::association::build_associate_rq(), kcenon::pacs::network::pdu_decoder::decode_associate_rq(), kcenon::pacs::network::pdu_encoder::encode_associate_rq(), kcenon::pacs::network::v2::dicom_association_handler::handle_associate_rq(), and kcenon::pacs::network::dicom_server::simulate_association_request().
| std::string kcenon::pacs::network::associate_rq::calling_ae_title |
Calling AE Title (16 chars max)
Definition at line 207 of file pdu_types.h.
Referenced by kcenon::pacs::network::association::accept(), kcenon::pacs::network::association::build_associate_rq(), kcenon::pacs::network::pdu_decoder::decode_associate_rq(), kcenon::pacs::network::pdu_encoder::encode_associate_rq(), kcenon::pacs::network::v2::dicom_association_handler::handle_associate_rq(), and kcenon::pacs::network::dicom_server::simulate_association_request().
| std::vector<presentation_context_rq> kcenon::pacs::network::associate_rq::presentation_contexts |
Presentation Contexts.
Definition at line 209 of file pdu_types.h.
Referenced by kcenon::pacs::network::association::build_associate_rq(), kcenon::pacs::network::pdu_decoder::decode_associate_rq(), kcenon::pacs::network::pdu_encoder::encode_associate_rq(), and kcenon::pacs::network::association::negotiate_contexts().
| user_information kcenon::pacs::network::associate_rq::user_info |
User Information.
Definition at line 210 of file pdu_types.h.
Referenced by kcenon::pacs::network::association::accept(), kcenon::pacs::network::association::build_associate_rq(), kcenon::pacs::network::pdu_decoder::decode_associate_rq(), and kcenon::pacs::network::pdu_encoder::encode_associate_rq().