Odil
A C++11 library for the DICOM standard
Loading...
Searching...
No Matches
Public Member Functions | Static Public Attributes | List of all members
odil::pdu::SOPClassExtendedNegotiation Class Reference

SOP Class Extended Negotiation sub-item (PS 3.7, D.3.3.5). More...

#include <SOPClassExtendedNegotiation.h>

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

Public Member Functions

 SOPClassExtendedNegotiation (std::string const &sop_class_uid, std::vector< uint8_t > const &service_class_application_information)
 Constructor.
 
 SOPClassExtendedNegotiation (std::istream &stream)
 Read a SOP Class Common Extended Negotiation from a stream.
 
bool operator== (SOPClassExtendedNegotiation const &other) const
 Comparison.
 
std::string const & get_sop_class_uid () const
 Return the SOP Class UID.
 
void set_sop_class_uid (std::string const &value)
 Set the SOP Class UID.
 
std::vector< uint8_t > get_service_class_application_information () const
 Return the Service Class Application Information.
 
void set_service_class_application_information (std::vector< uint8_t > const &value)
 Set the Service Class Application Information.
 
- Public Member Functions inherited from odil::pdu::Object
virtual ~Object ()
 Destructor, makes the type polymorphic.
 
Item const & get_item () const
 Get the underlying item.
 

Static Public Attributes

static uint8_t const type =0x56
 Item type.
 

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

Detailed Description

SOP Class Extended Negotiation sub-item (PS 3.7, D.3.3.5).

Constructor & Destructor Documentation

◆ SOPClassExtendedNegotiation() [1/2]

odil::pdu::SOPClassExtendedNegotiation::SOPClassExtendedNegotiation ( std::string const &  sop_class_uid,
std::vector< uint8_t > const &  service_class_application_information 
)

Constructor.

◆ SOPClassExtendedNegotiation() [2/2]

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

Read a SOP Class Common Extended Negotiation from a stream.

Member Function Documentation

◆ get_service_class_application_information()

std::vector< uint8_t > odil::pdu::SOPClassExtendedNegotiation::get_service_class_application_information ( ) const

Return the Service Class Application Information.

◆ get_sop_class_uid()

std::string const & odil::pdu::SOPClassExtendedNegotiation::get_sop_class_uid ( ) const

Return the SOP Class UID.

◆ operator==()

bool odil::pdu::SOPClassExtendedNegotiation::operator== ( SOPClassExtendedNegotiation const &  other) const

Comparison.

◆ set_service_class_application_information()

void odil::pdu::SOPClassExtendedNegotiation::set_service_class_application_information ( std::vector< uint8_t > const &  value)

Set the Service Class Application Information.

◆ set_sop_class_uid()

void odil::pdu::SOPClassExtendedNegotiation::set_sop_class_uid ( std::string const &  value)

Set the SOP Class UID.

Member Data Documentation

◆ type

uint8_t const odil::pdu::SOPClassExtendedNegotiation::type =0x56
static

Item type.


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