|
PACS System 0.1.0
PACS DICOM system library
|
Encoded PDU ready for network transmission. More...
#include <response_encode_job.h>

Public Attributes | |
| uint64_t | session_id |
| Session ID for routing. | |
| std::vector< uint8_t > | pdu_data |
| Encoded PDU bytes. | |
| bool | is_final {true} |
| Whether this is the last response in a sequence. | |
| uint16_t | message_id |
| Original message ID for correlation. | |
Encoded PDU ready for network transmission.
Definition at line 35 of file response_encode_job.h.
| bool kcenon::pacs::network::pipeline::encoded_response::is_final {true} |
Whether this is the last response in a sequence.
Definition at line 43 of file response_encode_job.h.
Referenced by kcenon::pacs::network::pipeline::response_encode_job::encode_response().
| uint16_t kcenon::pacs::network::pipeline::encoded_response::message_id |
Original message ID for correlation.
Definition at line 46 of file response_encode_job.h.
Referenced by kcenon::pacs::network::pipeline::response_encode_job::encode_response().
| std::vector<uint8_t> kcenon::pacs::network::pipeline::encoded_response::pdu_data |
Encoded PDU bytes.
Definition at line 40 of file response_encode_job.h.
Referenced by kcenon::pacs::network::pipeline::response_encode_job::encode_response().
| uint64_t kcenon::pacs::network::pipeline::encoded_response::session_id |
Session ID for routing.
Definition at line 37 of file response_encode_job.h.
Referenced by kcenon::pacs::network::pipeline::response_encode_job::encode_response().