Odil
A C++11 library for the DICOM standard
|
Go to the documentation of this file.
9 #ifndef _b2091b0b_1a6e_435c_b927_e5c54aff89c5
10 #define _b2091b0b_1a6e_435c_b927_e5c54aff89c5
29 static uint8_t
const type=0x51;
48 #endif // _b2091b0b_1a6e_435c_b927_e5c54aff89c5
uint32_t get_maximum_length() const
Return the maximum length.
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
Maximum Length Sub-Item Structure (PS 3.8, D.1).
Definition: MaximumLength.h:26
void set_maximum_length(uint32_t value)
Set the maximum length.
MaximumLength(std::istream &stream)
Read a Maximum Length item from a stream.
MaximumLength(uint32_t maximum_length=0)
Create a Maximum Length item.