Odil
A C++11 library for the DICOM standard
|
User Identity Sub-Item Structure (A-ASSOCIATE-AC) (PS 3.7, D.3.3.7.2). More...
#include <UserIdentityAC.h>
Public Member Functions | |
UserIdentityAC (std::string const &server_response="") | |
Create an User Identity. | |
UserIdentityAC (std::istream &stream) | |
Read an User Identity from a stream. | |
std::string const & | get_server_response () const |
Return the server response. | |
void | set_server_response (std::string const &value) |
Set the server response. | |
![]() | |
virtual | ~Object () |
Destructor, makes the type polymorphic. | |
Item const & | get_item () const |
Get the underlying item. | |
Static Public Attributes | |
static uint8_t const | type =0x59 |
Item type. | |
Additional Inherited Members | |
![]() | |
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. | |
![]() | |
Item | _item |
User Identity Sub-Item Structure (A-ASSOCIATE-AC) (PS 3.7, D.3.3.7.2).
odil::pdu::UserIdentityAC::UserIdentityAC | ( | std::string const & | server_response = "" | ) |
Create an User Identity.
odil::pdu::UserIdentityAC::UserIdentityAC | ( | std::istream & | stream | ) |
Read an User Identity from a stream.
std::string const & odil::pdu::UserIdentityAC::get_server_response | ( | ) | const |
Return the server response.
void odil::pdu::UserIdentityAC::set_server_response | ( | std::string const & | value | ) |
Set the server response.
|
static |
Item type.