odil
Public Types | Public Member Functions | List of all members
odil::MoveSCU Class Reference

SCU for C-MOVE services. More...

#include <MoveSCU.h>

Inheritance diagram for odil::MoveSCU:
odil::SCU

Public Types

typedef std::function< void(DataSet const &)> Callback
 Callback called when a response is received.
 

Public Member Functions

 MoveSCU (Association &association)
 Constructor.
 
virtual ~MoveSCU ()
 Destructor.
 
std::string const & get_move_destination () const
 Return the AE title of the destination, defaults to "".
 
void set_move_destination (std::string const &move_destination)
 Set the AE title of the destination.
 
void move (DataSet const &query, Callback callback) const
 Perform the C-MOVE using a callback.
 
std::vector< DataSetmove (DataSet const &query) const
 Return a list of datasets matching the query.
 
- 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.
 
void echo () const
 Perform DICOM ping.
 

Additional Inherited Members

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

Detailed Description

SCU for C-MOVE services.


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