Odil
A C++11 library for the DICOM standard
|
Base class for all Service Class Users. More...
#include <SCU.h>
Public Member Functions | |
SCU (Association &association) | |
Create a default Service Class User. | |
virtual | ~SCU () |
Destructor. | |
std::string const & | get_affected_sop_class () const |
Return the affected SOP class. Defaults to "". | |
void | set_affected_sop_class (std::string const &sop_class) |
Set the affected SOP class. | |
Protected Attributes | |
Association & | _association |
Association with peer. | |
std::string | _affected_sop_class |
Affected SOP class. | |
Base class for all Service Class Users.
odil::SCU::SCU | ( | Association & | association | ) |
Create a default Service Class User.
|
virtual |
Destructor.
std::string const & odil::SCU::get_affected_sop_class | ( | ) | const |
Return the affected SOP class. Defaults to "".
void odil::SCU::set_affected_sop_class | ( | std::string const & | sop_class | ) |
Set the affected SOP class.
|
protected |
Affected SOP class.
|
protected |
Association with peer.