PACS System 0.1.0
PACS DICOM system library
Loading...
Searching...
No Matches
kcenon::pacs::network::pipeline::decoded_pdu Struct Reference

Result of PDU decoding containing the PDU type and data. More...

#include <pdu_decode_job.h>

Collaboration diagram for kcenon::pacs::network::pipeline::decoded_pdu:
Collaboration graph

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)
 

Detailed Description

Result of PDU decoding containing the PDU type and data.

Definition at line 36 of file pdu_decode_job.h.

Member Data Documentation

◆ data

std::vector<uint8_t> kcenon::pacs::network::pipeline::decoded_pdu::data

◆ is_last_fragment

bool kcenon::pacs::network::pipeline::decoded_pdu::is_last_fragment {true}

◆ presentation_context_id

uint8_t kcenon::pacs::network::pipeline::decoded_pdu::presentation_context_id {0}

◆ session_id

◆ type


The documentation for this struct was generated from the following file: