|
PACS System 0.1.0
PACS DICOM system library
|
Result of PDU decoding containing the PDU type and data. More...
#include <pdu_decode_job.h>

Public Attributes | |
| kcenon::pacs::network::pdu_type | type |
| The type of PDU that was decoded. | |
| uint64_t | session_id |
| Session this PDU belongs to. | |
| std::vector< uint8_t > | data |
| Raw PDU data for further processing. | |
| uint8_t | presentation_context_id {0} |
| Presentation context ID (for P-DATA-TF) | |
| bool | is_last_fragment {true} |
| Whether this is the last fragment (for P-DATA-TF) | |
Result of PDU decoding containing the PDU type and data.
Definition at line 36 of file pdu_decode_job.h.
| std::vector<uint8_t> kcenon::pacs::network::pipeline::decoded_pdu::data |
Raw PDU data for further processing.
Definition at line 44 of file pdu_decode_job.h.
Referenced by kcenon::pacs::network::pipeline::pdu_decode_job::decode_pdu().
| bool kcenon::pacs::network::pipeline::decoded_pdu::is_last_fragment {true} |
Whether this is the last fragment (for P-DATA-TF)
Definition at line 50 of file pdu_decode_job.h.
Referenced by kcenon::pacs::network::pipeline::pdu_decode_job::decode_pdu().
| uint8_t kcenon::pacs::network::pipeline::decoded_pdu::presentation_context_id {0} |
Presentation context ID (for P-DATA-TF)
Definition at line 47 of file pdu_decode_job.h.
Referenced by kcenon::pacs::network::pipeline::pdu_decode_job::decode_pdu().
| uint64_t kcenon::pacs::network::pipeline::decoded_pdu::session_id |
Session this PDU belongs to.
Definition at line 41 of file pdu_decode_job.h.
Referenced by kcenon::pacs::network::pipeline::pdu_decode_job::decode_pdu(), and kcenon::pacs::network::pipeline::dimse_process_job::dimse_process_job().
| kcenon::pacs::network::pdu_type kcenon::pacs::network::pipeline::decoded_pdu::type |
The type of PDU that was decoded.
Definition at line 38 of file pdu_decode_job.h.
Referenced by kcenon::pacs::network::pipeline::pdu_decode_job::decode_pdu(), and kcenon::pacs::network::pipeline::dimse_process_job::get_name().