Odil
A C++11 library for the DICOM standard
Loading...
Searching...
No Matches
odil::pdu::AReleaseRP Class Reference

A-RELEASE-RP PDU, cf. PS 3.8, 9.3.7. More...

#include <AReleaseRP.h>

Inheritance diagram for odil::pdu::AReleaseRP:
Collaboration diagram for odil::pdu::AReleaseRP:

Public Member Functions

 AReleaseRP ()
 Constructor.
 AReleaseRP (std::istream &stream)
 Constructor from stream.
Public Member Functions inherited from odil::pdu::Object
virtual ~Object ()
 Destructor, makes the type polymorphic.
Item const & get_item () const
 Get the underlying item.

Additional Inherited Members

Protected Member Functions inherited from odil::pdu::Object
uint32_t _compute_length () const
 Compute the value of the length field of the object.
uint32_t _compute_length (Item const &item) const
 Compute the full size of an item.
uint32_t _compute_length (Item::Field const &field) const
 Compute the full size of a field.
Protected Attributes inherited from odil::pdu::Object
Item _item

Detailed Description

A-RELEASE-RP PDU, cf. PS 3.8, 9.3.7.

Constructor & Destructor Documentation

◆ AReleaseRP() [1/2]

odil::pdu::AReleaseRP::AReleaseRP ( )

Constructor.

◆ AReleaseRP() [2/2]

odil::pdu::AReleaseRP::AReleaseRP ( std::istream & stream)

Constructor from stream.


The documentation for this class was generated from the following file:
  • /build/reproducible-path/odil-0.13.0/src/odil/pdu/AReleaseRP.h