PACS System 0.1.0
PACS DICOM system library
Loading...
Searching...
No Matches
kcenon::pacs::integration::pdu_data Struct Reference

Container for received PDU data. More...

#include <dicom_session.h>

Collaboration diagram for kcenon::pacs::integration::pdu_data:
Collaboration graph

Public Member Functions

 pdu_data ()
 
 pdu_data (network::pdu_type t, std::vector< uint8_t > p)
 

Public Attributes

network::pdu_type type
 PDU type from header.
 
std::vector< uint8_t > payload
 PDU payload (excluding 6-byte header)
 

Detailed Description

Container for received PDU data.

Definition at line 116 of file dicom_session.h.

Constructor & Destructor Documentation

◆ pdu_data() [1/2]

kcenon::pacs::integration::pdu_data::pdu_data ( )
inline

◆ pdu_data() [2/2]

kcenon::pacs::integration::pdu_data::pdu_data ( network::pdu_type t,
std::vector< uint8_t > p )
inline

Definition at line 121 of file dicom_session.h.

122 : type(t), payload(std::move(p)) {}
std::vector< uint8_t > payload
PDU payload (excluding 6-byte header)

Member Data Documentation

◆ payload

std::vector<uint8_t> kcenon::pacs::integration::pdu_data::payload

PDU payload (excluding 6-byte header)

Examples
/home/runner/work/pacs_system/pacs_system/include/kcenon/pacs/integration/dicom_session.h.

Definition at line 118 of file dicom_session.h.

◆ type

network::pdu_type kcenon::pacs::integration::pdu_data::type

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