|
PACS System 0.1.0
PACS DICOM system library
|
PDU variant type representing any DICOM Upper Layer PDU.A-RELEASE-RQ has no data fields. More...
#include <pdu_decoder.h>

PDU variant type representing any DICOM Upper Layer PDU.A-RELEASE-RQ has no data fields.
This variant can hold any of the 7 PDU types defined in DICOM PS3.8. Using std::variant provides type-safe handling of different PDU types without dynamic memory allocation.
Definition at line 32 of file pdu_decoder.h.