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

SCP for C-Find services. More...

#include <FindSCP.h>

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

Public Member Functions

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

Additional Inherited Members

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

Detailed Description

SCP for C-Find services.

Constructor & Destructor Documentation

◆ FindSCP() [1/2]

odil::FindSCP::FindSCP ( Association association)

Constructor.

◆ FindSCP() [2/2]

odil::FindSCP::FindSCP ( Association association,
std::shared_ptr< DataSetGenerator > const &  generator 
)

Constructor.

◆ ~FindSCP()

virtual odil::FindSCP::~FindSCP ( )
virtual

Destructor.

Member Function Documentation

◆ get_generator()

DataSetGenerator const& odil::FindSCP::get_generator ( ) const

Return the generator.

◆ operator()() [1/2]

virtual void odil::FindSCP::operator() ( message::Message const &  message)
virtual

Process a C-Find request.

Implements odil::SCP.

◆ operator()() [2/2]

virtual void odil::FindSCP::operator() ( message::Message &&  message)
virtual

Process a C-Find request.

Implements odil::SCP.

◆ set_generator()

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

Set the generator.


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