Odil
A C++11 library for the DICOM standard
Public Member Functions | Protected Attributes | List of all members
odil::SCU Class Reference

Base class for all Service Class Users. More...

#include <SCU.h>

Inheritance diagram for odil::SCU:
Inheritance graph
[legend]
Collaboration diagram for odil::SCU:
Collaboration graph
[legend]

Public Member Functions

 SCU (Association &association)
 Create a default Service Class User. More...
 
virtual ~SCU ()
 Destructor. More...
 
std::string const & get_affected_sop_class () const
 Return the affected SOP class. Defaults to "". More...
 
void set_affected_sop_class (std::string const &sop_class)
 Set the affected SOP class. More...
 

Protected Attributes

Association_association
 Association with peer. More...
 
std::string _affected_sop_class
 Affected SOP class. More...
 

Detailed Description

Base class for all Service Class Users.

Constructor & Destructor Documentation

◆ SCU()

odil::SCU::SCU ( Association association)

Create a default Service Class User.

◆ ~SCU()

virtual odil::SCU::~SCU ( )
virtual

Destructor.

Member Function Documentation

◆ get_affected_sop_class()

std::string const& odil::SCU::get_affected_sop_class ( ) const

Return the affected SOP class. Defaults to "".

◆ set_affected_sop_class()

void odil::SCU::set_affected_sop_class ( std::string const &  sop_class)

Set the affected SOP class.

Member Data Documentation

◆ _affected_sop_class

std::string odil::SCU::_affected_sop_class
protected

Affected SOP class.

◆ _association

Association& odil::SCU::_association
protected

Association with peer.


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