Odil
A C++11 library for the DICOM standard
|
Go to the documentation of this file.
9 #ifndef _6e3d351d_e5dc_4ab6_9c2d_8582e4fe2aa5
10 #define _6e3d351d_e5dc_4ab6_9c2d_8582e4fe2aa5
31 static uint8_t
const type=0x56;
35 std::string
const & sop_class_uid,
36 std::vector<uint8_t>
const & service_class_application_information);
55 std::vector<uint8_t>
const & value);
64 #endif // _6e3d351d_e5dc_4ab6_9c2d_8582e4fe2aa5
Base class for all PDU-related high-level objects (PDU, items and sub-items).
Definition: Object.h:28
SOPClassExtendedNegotiation(std::string const &sop_class_uid, std::vector< uint8_t > const &service_class_application_information)
Constructor.
std::string const & get_sop_class_uid() const
Return the SOP Class UID.
Definition: Association.h:25
#define ODIL_API
Definition: odil.h:28
SOP Class Extended Negotiation sub-item (PS 3.7, D.3.3.5).
Definition: SOPClassExtendedNegotiation.h:28
SOPClassExtendedNegotiation(std::istream &stream)
Read a SOP Class Common Extended Negotiation from a stream.
void set_sop_class_uid(std::string const &value)
Set the SOP Class UID.
void set_service_class_application_information(std::vector< uint8_t > const &value)
Set the Service Class Application Information.
bool operator==(SOPClassExtendedNegotiation const &other) const
Comparison.
std::vector< uint8_t > get_service_class_application_information() const
Return the Service Class Application Information.