Odil
A C++11 library for the DICOM standard
|
A-RELEASE-RQ PDU, cf. PS 3.8, 9.3.6. More...
#include <AReleaseRQ.h>
Public Member Functions | |
AReleaseRQ () | |
Constructor. More... | |
AReleaseRQ (std::istream &stream) | |
Constructor from stream. More... | |
![]() | |
virtual | ~Object () |
Destructor, makes the type polymorphic. More... | |
const Item & | get_item () const |
Get the underlying item. More... | |
Additional Inherited Members | |
![]() | |
uint32_t | _compute_length () const |
Compute the value of the length field of the object. More... | |
uint32_t | _compute_length (Item const &item) const |
Compute the full size of an item. More... | |
uint32_t | _compute_length (Item::Field const &field) const |
Compute the full size of a field. More... | |
![]() | |
Item | _item |
A-RELEASE-RQ PDU, cf. PS 3.8, 9.3.6.
odil::pdu::AReleaseRQ::AReleaseRQ | ( | ) |
Constructor.
odil::pdu::AReleaseRQ::AReleaseRQ | ( | std::istream & | stream | ) |
Constructor from stream.