Odil
A C++11 library for the DICOM standard
Loading...
Searching...
No Matches
odil::MoveSCP::DataSetGenerator Class Referenceabstract

Generator of C-MOVE responses. More...

#include <MoveSCP.h>

Inheritance diagram for odil::MoveSCP::DataSetGenerator:
Collaboration diagram for odil::MoveSCP::DataSetGenerator:

Public Member Functions

virtual unsigned int count () const =0
 Return the number of responses.
virtual Association get_association (std::shared_ptr< message::CMoveRequest const >) const =0
 Return the sub-association to send responses on.
Public Member Functions inherited from odil::SCP::DataSetGenerator
virtual ~DataSetGenerator ()=0
 Destructor.
virtual void initialize (std::shared_ptr< message::Request const > request)=0
 Initialize the generator.
virtual bool done () const =0
 Test whether all elements have been generated.
virtual void next ()=0
 Prepare the next element.
virtual std::shared_ptr< DataSetget () const =0
 Return the current element.

Detailed Description

Generator of C-MOVE responses.

Member Function Documentation

◆ count()

virtual unsigned int odil::MoveSCP::DataSetGenerator::count ( ) const
pure virtual

Return the number of responses.

◆ get_association()

virtual Association odil::MoveSCP::DataSetGenerator::get_association ( std::shared_ptr< message::CMoveRequest const > ) const
pure virtual

Return the sub-association to send responses on.

If the move destination is unknown, an odil::Exception must be thrown.


The documentation for this class was generated from the following file:
  • /build/reproducible-path/odil-0.13.0/src/odil/MoveSCP.h