|
PACS System 0.1.0
PACS DICOM system library
|
SCP/SCU Role Selection Sub-item. More...
#include <pdu_types.h>

Public Member Functions | |
| scp_scu_role_selection () | |
| scp_scu_role_selection (std::string uid, bool scu, bool scp) | |
Public Attributes | |
| std::string | sop_class_uid |
| SOP Class UID. | |
| bool | scu_role |
| SCU-role (true if supported) | |
| bool | scp_role |
| SCP-role (true if supported) | |
SCP/SCU Role Selection Sub-item.
Definition at line 180 of file pdu_types.h.
|
inline |
Definition at line 185 of file pdu_types.h.
|
inline |
Definition at line 186 of file pdu_types.h.
| bool kcenon::pacs::network::scp_scu_role_selection::scp_role |
SCP-role (true if supported)
Definition at line 183 of file pdu_types.h.
| bool kcenon::pacs::network::scp_scu_role_selection::scu_role |
SCU-role (true if supported)
Definition at line 182 of file pdu_types.h.
| std::string kcenon::pacs::network::scp_scu_role_selection::sop_class_uid |
SOP Class UID.
Definition at line 181 of file pdu_types.h.
Referenced by kcenon::pacs::network::pdu_decoder::decode_user_info_item().