Odil
A C++11 library for the DICOM standard
Public Member Functions | Static Public Attributes | List of all members
odil::pdu::UserIdentityAC Class Reference

User Identity Sub-Item Structure (A-ASSOCIATE-AC) (PS 3.7, D.3.3.7.2). More...

#include <UserIdentityAC.h>

Inheritance diagram for odil::pdu::UserIdentityAC:
Inheritance graph
[legend]
Collaboration diagram for odil::pdu::UserIdentityAC:
Collaboration graph
[legend]

Public Member Functions

 UserIdentityAC (std::string const &server_response="")
 Create an User Identity. More...
 
 UserIdentityAC (std::istream &stream)
 Read an User Identity from a stream. More...
 
std::string const & get_server_response () const
 Return the server response. More...
 
void set_server_response (std::string const &value)
 Set the server response. More...
 
- Public Member Functions inherited from odil::pdu::Object
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 =0x59
 Item type. More...
 

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. 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...
 
- Protected Attributes inherited from odil::pdu::Object
Item _item
 

Detailed Description

User Identity Sub-Item Structure (A-ASSOCIATE-AC) (PS 3.7, D.3.3.7.2).

Constructor & Destructor Documentation

◆ UserIdentityAC() [1/2]

odil::pdu::UserIdentityAC::UserIdentityAC ( std::string const &  server_response = "")

Create an User Identity.

◆ UserIdentityAC() [2/2]

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

Read an User Identity from a stream.

Member Function Documentation

◆ get_server_response()

std::string const & odil::pdu::UserIdentityAC::get_server_response ( ) const

Return the server response.

◆ set_server_response()

void odil::pdu::UserIdentityAC::set_server_response ( std::string const &  value)

Set the server response.

Member Data Documentation

◆ type

uint8_t const odil::pdu::UserIdentityAC::type =0x59
static

Item type.


The documentation for this class was generated from the following file: