|
Odil
A C++11 library for the DICOM standard
|
P-DATA-TF PDU, cf. PS 3.8, 9.3.5. More...
#include <PDataTF.h>


Classes | |
| class | PresentationDataValueItem |
Public Member Functions | |
| PDataTF (std::vector< PresentationDataValueItem > const &pdv_items) | |
| Constructor. More... | |
| PDataTF (std::istream &stream) | |
| Constructor from stream. More... | |
| std::vector< PresentationDataValueItem > | get_pdv_items () const |
| Return the Presentation Data Value Items. More... | |
| void | set_pdv_items (std::vector< PresentationDataValueItem > const &pdv_items) |
| Set the Presentation Data Value Items. More... | |
Public Member Functions inherited from odil::pdu::Object | |
| virtual | ~Object () |
| Destructor, makes the type polymorphic. More... | |
| Item const & | get_item () const |
| Get the underlying item. More... | |
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. 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... | |
Protected Attributes inherited from odil::pdu::Object | |
| Item | _item |
P-DATA-TF PDU, cf. PS 3.8, 9.3.5.
| odil::pdu::PDataTF::PDataTF | ( | std::vector< PresentationDataValueItem > const & | pdv_items | ) |
Constructor.
| odil::pdu::PDataTF::PDataTF | ( | std::istream & | stream | ) |
Constructor from stream.
| std::vector<PresentationDataValueItem> odil::pdu::PDataTF::get_pdv_items | ( | ) | const |
Return the Presentation Data Value Items.
| void odil::pdu::PDataTF::set_pdv_items | ( | std::vector< PresentationDataValueItem > const & | pdv_items | ) |
Set the Presentation Data Value Items.
1.8.13