Odil
A C++11 library for the DICOM standard
|
Go to the documentation of this file.
9 #ifndef _da2270e3_d393_415a_9c5c_6253152ed9da
10 #define _da2270e3_d393_415a_9c5c_6253152ed9da
58 #endif // _da2270e3_d393_415a_9c5c_6253152ed9da
virtual ~Object()
Destructor, makes the type polymorphic.
uint32_t _compute_length() const
Compute the value of the length field of the object.
Base class for all PDU-related high-level objects (PDU, items and sub-items).
Definition: Object.h:28
Definition: Association.h:25
#define ODIL_API
Definition: odil.h:28
Generic field.
Definition: Item.h:33
uint32_t _compute_length(Item::Field const &field) const
Compute the full size of a field.
uint32_t _compute_length(Item const &item) const
Compute the full size of an item.
Item const & get_item() const
Get the underlying item.
Item _item
Definition: Object.h:37
std::ostream & operator<<(std::ostream &stream, Item const &item)
A sequence of fields forming a full PDU or a part of it.
Definition: Item.h:29