Odil
A C++11 library for the DICOM standard
|
Go to the documentation of this file.
9 #ifndef _4182d886_9654_4ec2_8cd6_7f334f290e56
10 #define _4182d886_9654_4ec2_8cd6_7f334f290e56
30 static uint8_t
const type=0x57;
34 std::string
const & sop_class_uid,
35 std::string
const & service_class_uid=
"",
36 std::vector<std::string>
const &
37 related_general_sop_class_uids=std::vector<std::string>());
62 std::vector<std::string>
const & value);
70 #endif // _4182d886_9654_4ec2_8cd6_7f334f290e56
void set_service_class_uid(std::string const &value)
Set the Service Class UID (default to "").
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
std::string const & get_sop_class_uid() const
Return the SOP Class UID.
SOPClassCommonExtendedNegotiation(std::string const &sop_class_uid, std::string const &service_class_uid="", std::vector< std::string > const &related_general_sop_class_uids=std::vector< std::string >())
Constructor.
std::vector< std::string > get_related_general_sop_class_uids() const
Return the Related General SOP Class UIDs.
SOP Class Common Extended Negotiation sub-item (PS 3.7, D.3.3.6).
Definition: SOPClassCommonExtendedNegotiation.h:27
SOPClassCommonExtendedNegotiation(std::istream &stream)
Read a SOP Class Common Extended Negotiation from a stream.
void set_related_general_sop_class_uids(std::vector< std::string > const &value)
Set the Related General SOP Class UIDs (default to empty).
std::string const & get_service_class_uid() const
Return the Service Class UID.
bool operator==(SOPClassCommonExtendedNegotiation const &other) const
Comparison.
void set_sop_class_uid(std::string const &value)
Set the SOP Class UID.