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

Public Member Functions | |
| presentation_context_rq () | |
| presentation_context_rq (uint8_t context_id, std::string abs_syntax, std::vector< std::string > ts_list) | |
Public Attributes | |
| uint8_t | id |
| Presentation Context ID (odd number 1-255) | |
| std::string | abstract_syntax |
| Abstract Syntax UID (SOP Class) | |
| std::vector< std::string > | transfer_syntaxes |
| Proposed Transfer Syntaxes. | |
Presentation Context for A-ASSOCIATE-RQ.
Definition at line 149 of file pdu_types.h.
|
inline |
Definition at line 154 of file pdu_types.h.
|
inline |
Definition at line 155 of file pdu_types.h.
| std::string kcenon::pacs::network::presentation_context_rq::abstract_syntax |
Abstract Syntax UID (SOP Class)
Definition at line 151 of file pdu_types.h.
Referenced by kcenon::pacs::network::pdu_decoder::decode_variable_items(), and kcenon::pacs::network::pdu_encoder::encode_presentation_context_rq().
| uint8_t kcenon::pacs::network::presentation_context_rq::id |
Presentation Context ID (odd number 1-255)
Definition at line 150 of file pdu_types.h.
Referenced by kcenon::pacs::network::pdu_decoder::decode_variable_items(), and kcenon::pacs::network::pdu_encoder::encode_presentation_context_rq().
| std::vector<std::string> kcenon::pacs::network::presentation_context_rq::transfer_syntaxes |
Proposed Transfer Syntaxes.
Definition at line 152 of file pdu_types.h.
Referenced by kcenon::pacs::network::pdu_decoder::decode_variable_items(), and kcenon::pacs::network::pdu_encoder::encode_presentation_context_rq().