Odil
A C++11 library for the DICOM standard
|
Go to the documentation of this file.
9 #ifndef _1c3d6b3c_09a0_4452_9263_aa010ee1d973
10 #define _1c3d6b3c_09a0_4452_9263_aa010ee1d973
29 static uint8_t
const type=0x59;
48 #endif // _1c3d6b3c_09a0_4452_9263_aa010ee1d973
Base class for all PDU-related high-level objects (PDU, items and sub-items).
Definition: Object.h:28
std::string const & get_server_response() const
Return the server response.
Definition: Association.h:25
#define ODIL_API
Definition: odil.h:28
User Identity Sub-Item Structure (A-ASSOCIATE-AC) (PS 3.7, D.3.3.7.2).
Definition: UserIdentityAC.h:26
UserIdentityAC(std::istream &stream)
Read an User Identity from a stream.
UserIdentityAC(std::string const &server_response="")
Create an User Identity.
void set_server_response(std::string const &value)
Set the server response.