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

SCU for the C-ECHO services. More...

#include <EchoSCU.h>

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

Public Member Functions

 EchoSCU (Association &association)
 Constructor.
 
void echo () const
 Perform DICOM ping.
 
- Public Member Functions inherited from odil::SCU
 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.
 

Additional Inherited Members

- Protected Attributes inherited from odil::SCU
Association_association
 Association with peer.
 
std::string _affected_sop_class
 Affected SOP class.
 

Detailed Description

SCU for the C-ECHO services.

Constructor & Destructor Documentation

◆ EchoSCU()

odil::EchoSCU::EchoSCU ( Association association)

Constructor.

Member Function Documentation

◆ echo()

void odil::EchoSCU::echo ( ) const

Perform DICOM ping.


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