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

A-ASSOCIATE-RQ, cf. PS 3.8, 9.3.2. More...

#include <AAssociateRQ.h>

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

Public Member Functions

 AAssociateRQ ()
 Constructor.
 
 AAssociateRQ (std::istream &stream)
 Constructor for binary data.
 
 ~AAssociateRQ ()
 Destructor.
 
std::vector< PresentationContextRQget_presentation_contexts () const
 Return the Presentation Context sub-items.
 
void set_presentation_contexts (std::vector< PresentationContextRQ > const &value)
 Set the Presentation Context sub-items.
 
- Public Member Functions inherited from odil::pdu::AAssociate
 AAssociate ()
 Constructor.
 
 AAssociate (std::istream &stream)
 Constructor for binary data.
 
virtual ~AAssociate ()=0
 Destructor.
 
uint16_t get_protocol_version () const
 Return the protocol version.
 
void set_protocol_version (uint16_t value)
 Set the protocol version.
 
std::string get_called_ae_title () const
 Return the called AE title.
 
void set_called_ae_title (std::string const &value)
 Set the called AE title.
 
std::string get_calling_ae_title () const
 Return the calling AE title.
 
void set_calling_ae_title (std::string const &value)
 Set the calling AE title.
 
ApplicationContext get_application_context () const
 Return the Application Context sub-item.
 
void set_application_context (ApplicationContext const &value)
 Set the Application Context sub-item.
 
UserInformation get_user_information () const
 Return the User Information sub-item.
 
void set_user_information (UserInformation const &value)
 Set the User Information sub-item.
 
- Public Member Functions inherited from odil::pdu::Object
virtual ~Object ()
 Destructor, makes the type polymorphic.
 
Item const & get_item () const
 Get the underlying item.
 

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

A-ASSOCIATE-RQ, cf. PS 3.8, 9.3.2.

Constructor & Destructor Documentation

◆ AAssociateRQ() [1/2]

odil::pdu::AAssociateRQ::AAssociateRQ ( )

Constructor.

◆ AAssociateRQ() [2/2]

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

Constructor for binary data.

◆ ~AAssociateRQ()

odil::pdu::AAssociateRQ::~AAssociateRQ ( )

Destructor.

Member Function Documentation

◆ get_presentation_contexts()

std::vector< PresentationContextRQ > odil::pdu::AAssociateRQ::get_presentation_contexts ( ) const

Return the Presentation Context sub-items.

◆ set_presentation_contexts()

void odil::pdu::AAssociateRQ::set_presentation_contexts ( std::vector< PresentationContextRQ > const &  value)

Set the Presentation Context sub-items.


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