Odil
A C++11 library for the DICOM standard
|
Asynchronous Operations Window Sub-Item (PS 3.7, D.3.3.3.1 and D.3.3.3.2). More...
#include <AsynchronousOperationsWindow.h>
Public Member Functions | |
AsynchronousOperationsWindow (uint16_t maximum_number_operations_invoked, uint16_t maximum_number_operations_performed) | |
Create a Asynchronous Operations Window item. More... | |
AsynchronousOperationsWindow (std::istream &stream) | |
Read a Asynchronous Operations Window item from a stream. More... | |
uint16_t | get_maximum_number_operations_invoked () const |
Return the Maximum-number-operations-invoked. More... | |
void | set_maximum_number_operations_invoked (uint16_t value) |
Set the Maximum-number-operations-invoked. More... | |
uint16_t | get_maximum_number_operations_performed () const |
Return the Maximum-number-operations-performed. More... | |
void | set_maximum_number_operations_performed (uint16_t value) |
Set the Maximum-number-operations-performed. More... | |
![]() | |
virtual | ~Object () |
Destructor, makes the type polymorphic. More... | |
Item const & | get_item () const |
Get the underlying item. More... | |
Static Public Attributes | |
static uint8_t const | type =0x53 |
Item type. More... | |
Additional Inherited Members | |
![]() | |
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... | |
![]() | |
Item | _item |
Asynchronous Operations Window Sub-Item (PS 3.7, D.3.3.3.1 and D.3.3.3.2).
odil::pdu::AsynchronousOperationsWindow::AsynchronousOperationsWindow | ( | uint16_t | maximum_number_operations_invoked, |
uint16_t | maximum_number_operations_performed | ||
) |
Create a Asynchronous Operations Window item.
odil::pdu::AsynchronousOperationsWindow::AsynchronousOperationsWindow | ( | std::istream & | stream | ) |
Read a Asynchronous Operations Window item from a stream.
uint16_t odil::pdu::AsynchronousOperationsWindow::get_maximum_number_operations_invoked | ( | ) | const |
Return the Maximum-number-operations-invoked.
uint16_t odil::pdu::AsynchronousOperationsWindow::get_maximum_number_operations_performed | ( | ) | const |
Return the Maximum-number-operations-performed.
void odil::pdu::AsynchronousOperationsWindow::set_maximum_number_operations_invoked | ( | uint16_t | value | ) |
Set the Maximum-number-operations-invoked.
void odil::pdu::AsynchronousOperationsWindow::set_maximum_number_operations_performed | ( | uint16_t | value | ) |
Set the Maximum-number-operations-performed.
|
static |
Item type.