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

SCU for C-Store services. More...

#include <NSetSCU.h>

Inheritance diagram for odil::NSetSCU:
Collaboration diagram for odil::NSetSCU:

Public Member Functions

 NSetSCU (Association &association)
 Constructor.
void set_affected_sop_class (std::shared_ptr< DataSet const > dataset)
 Set the affected SOP class based on the dataset.
void set (std::shared_ptr< DataSet > dataset) const
 Perform the N-SET.
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 C-Store services.

Constructor & Destructor Documentation

◆ NSetSCU()

odil::NSetSCU::NSetSCU ( Association & association)

Constructor.

Member Function Documentation

◆ set()

void odil::NSetSCU::set ( std::shared_ptr< DataSet > dataset) const

Perform the N-SET.

◆ set_affected_sop_class()

void odil::NSetSCU::set_affected_sop_class ( std::shared_ptr< DataSet const > dataset)

Set the affected SOP class based on the dataset.


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