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

P-DATA-TF PDU, cf. PS 3.8, 9.3.5. More...

#include <PDataTF.h>

Inheritance diagram for odil::pdu::PDataTF:
Collaboration diagram for odil::pdu::PDataTF:

Classes

class  PresentationDataValueItem

Public Member Functions

 PDataTF (std::vector< PresentationDataValueItem > const &pdv_items)
 Constructor.
 PDataTF (std::istream &stream)
 Constructor from stream.
std::vector< PresentationDataValueItemget_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

Detailed Description

P-DATA-TF PDU, cf. PS 3.8, 9.3.5.

Constructor & Destructor Documentation

◆ PDataTF() [1/2]

odil::pdu::PDataTF::PDataTF ( std::vector< PresentationDataValueItem > const & pdv_items)

Constructor.

◆ PDataTF() [2/2]

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

Constructor from stream.

Member Function Documentation

◆ get_pdv_items()

std::vector< PresentationDataValueItem > odil::pdu::PDataTF::get_pdv_items ( ) const

Return the Presentation Data Value Items.

◆ set_pdv_items()

void odil::pdu::PDataTF::set_pdv_items ( std::vector< PresentationDataValueItem > const & pdv_items)

Set the Presentation Data Value Items.


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