|
PACS System 0.1.0
PACS DICOM system library
|
Presentation Data Value (PDV) item for P-DATA-TF. More...
#include <pdu_types.h>

Public Member Functions | |
| presentation_data_value ()=default | |
| presentation_data_value (uint8_t id, bool command, bool last, std::vector< uint8_t > d) | |
Public Attributes | |
| uint8_t | context_id |
| Presentation Context ID (odd number 1-255) | |
| bool | is_command |
| true if Command message, false if Data | |
| bool | is_last |
| true if last fragment | |
| std::vector< uint8_t > | data |
| Fragment data. | |
Presentation Data Value (PDV) item for P-DATA-TF.
Definition at line 135 of file pdu_types.h.
|
default |
|
inline |
Definition at line 142 of file pdu_types.h.
| uint8_t kcenon::pacs::network::presentation_data_value::context_id |
Presentation Context ID (odd number 1-255)
Definition at line 136 of file pdu_types.h.
Referenced by kcenon::pacs::network::pdu_decoder::decode_p_data_tf().
| std::vector<uint8_t> kcenon::pacs::network::presentation_data_value::data |
Fragment data.
Definition at line 139 of file pdu_types.h.
Referenced by kcenon::pacs::network::pdu_decoder::decode_p_data_tf().
| bool kcenon::pacs::network::presentation_data_value::is_command |
true if Command message, false if Data
Definition at line 137 of file pdu_types.h.
Referenced by kcenon::pacs::network::pdu_decoder::decode_p_data_tf().
| bool kcenon::pacs::network::presentation_data_value::is_last |
true if last fragment
Definition at line 138 of file pdu_types.h.
Referenced by kcenon::pacs::network::pdu_decoder::decode_p_data_tf().