|
PACS System 0.1.0
PACS DICOM system library
|
Container for received PDU data. More...
#include <dicom_session.h>

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) | |
Container for received PDU data.
Definition at line 116 of file dicom_session.h.
|
inline |
Definition at line 120 of file dicom_session.h.
|
inline |
Definition at line 121 of file dicom_session.h.
| std::vector<uint8_t> kcenon::pacs::integration::pdu_data::payload |
PDU payload (excluding 6-byte header)
Definition at line 118 of file dicom_session.h.
| network::pdu_type kcenon::pacs::integration::pdu_data::type |
PDU type from header.
Definition at line 117 of file dicom_session.h.