|
PACS System 0.1.0
PACS DICOM system library
|
User Information for A-ASSOCIATE-RQ/AC. More...
#include <pdu_types.h>

Public Member Functions | |
| user_information () | |
Public Attributes | |
| uint32_t | max_pdu_length |
| Maximum Length of P-DATA-TF PDUs. | |
| std::string | implementation_class_uid |
| Implementation Class UID. | |
| std::string | implementation_version_name |
| Implementation Version Name (optional) | |
| std::vector< scp_scu_role_selection > | role_selections |
| Role selections (optional) | |
User Information for A-ASSOCIATE-RQ/AC.
Definition at line 193 of file pdu_types.h.
|
inline |
Definition at line 199 of file pdu_types.h.
| std::string kcenon::pacs::network::user_information::implementation_class_uid |
Implementation Class UID.
Definition at line 195 of file pdu_types.h.
Referenced by kcenon::pacs::network::association::accept(), kcenon::pacs::network::association::build_associate_ac(), kcenon::pacs::network::association::build_associate_rq(), kcenon::pacs::network::pdu_decoder::decode_user_info_item(), kcenon::pacs::network::pdu_encoder::encode_user_information(), and kcenon::pacs::network::association::process_associate_ac().
| std::string kcenon::pacs::network::user_information::implementation_version_name |
Implementation Version Name (optional)
Definition at line 196 of file pdu_types.h.
Referenced by kcenon::pacs::network::association::accept(), kcenon::pacs::network::association::build_associate_ac(), kcenon::pacs::network::association::build_associate_rq(), kcenon::pacs::network::pdu_decoder::decode_user_info_item(), kcenon::pacs::network::pdu_encoder::encode_user_information(), and kcenon::pacs::network::association::process_associate_ac().
| uint32_t kcenon::pacs::network::user_information::max_pdu_length |
Maximum Length of P-DATA-TF PDUs.
Definition at line 194 of file pdu_types.h.
Referenced by kcenon::pacs::network::association::accept(), kcenon::pacs::network::association::build_associate_ac(), kcenon::pacs::network::association::build_associate_rq(), kcenon::pacs::network::pdu_decoder::decode_user_info_item(), kcenon::pacs::network::pdu_encoder::encode_user_information(), and kcenon::pacs::network::association::process_associate_ac().
| std::vector<scp_scu_role_selection> kcenon::pacs::network::user_information::role_selections |
Role selections (optional)
Definition at line 197 of file pdu_types.h.
Referenced by kcenon::pacs::network::pdu_decoder::decode_user_info_item(), and kcenon::pacs::network::pdu_encoder::encode_user_information().