|
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. | |
| PDataTF (std::istream &stream) | |
| Constructor from stream. | |
| std::vector< PresentationDataValueItem > | get_pdv_items () const |
| Return the Presentation Data Value Items. | |
| void | set_pdv_items (std::vector< PresentationDataValueItem > const &pdv_items) |
| Set the Presentation Data Value Items. | |
| 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 |
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.