Odil
A C++11 library for the DICOM standard
Loading...
Searching...
No Matches
odil::GetSCP Class Reference

SCP for C-Get services. More...

#include <GetSCP.h>

Inheritance diagram for odil::GetSCP:
Collaboration diagram for odil::GetSCP:

Classes

class  DataSetGenerator
 Generator of C-GET responses. More...

Public Member Functions

 GetSCP (Association &association, std::shared_ptr< DataSetGenerator > const &generator={})
 Constructor.
std::shared_ptr< DataSetGenerator const > get_generator () const
 Return the generator.
void set_generator (std::shared_ptr< DataSetGenerator > const &generator)
 Set the generator.
virtual void operator() (std::shared_ptr< message::Message > message)
 Process a C-Get request.
Public Member Functions inherited from odil::SCP
 SCP (Association &association)
 Create a Service Class Provider.
virtual ~SCP ()=default
 Destructor.
void receive_and_process ()
 Receive and process a message.

Additional Inherited Members

Protected Attributes inherited from odil::SCP
Association_association
 Association with peer.

Detailed Description

SCP for C-Get services.

Constructor & Destructor Documentation

◆ GetSCP()

odil::GetSCP::GetSCP ( Association & association,
std::shared_ptr< DataSetGenerator > const & generator = {} )

Constructor.

Member Function Documentation

◆ get_generator()

std::shared_ptr< DataSetGenerator const > odil::GetSCP::get_generator ( ) const

Return the generator.

◆ operator()()

virtual void odil::GetSCP::operator() ( std::shared_ptr< message::Message > message)
virtual

Process a C-Get request.

Implements odil::SCP.

◆ set_generator()

void odil::GetSCP::set_generator ( std::shared_ptr< DataSetGenerator > const & generator)

Set the generator.


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