|
Odil
A C++11 library for the DICOM standard
|
SCU for C-Store services. More...
#include <NSetSCU.h>


Public Member Functions | |
| NSetSCU (Association &association) | |
| Constructor. More... | |
| virtual | ~NSetSCU () |
| Destructor. More... | |
| void | set_affected_sop_class (DataSet const &dataset) |
| Set the affected SOP class based on the dataset. More... | |
| void | set (DataSet const &dataset) const |
| Perform the N-SET. More... | |
Public Member Functions inherited from odil::SCU | |
| SCU (Association &association) | |
| Create a default Service Class User. More... | |
| virtual | ~SCU () |
| Destructor. More... | |
| std::string const & | get_affected_sop_class () const |
| Return the affected SOP class. Defaults to "". More... | |
| void | set_affected_sop_class (std::string const &sop_class) |
| Set the affected SOP class. More... | |
Additional Inherited Members | |
Protected Attributes inherited from odil::SCU | |
| Association & | _association |
| Association with peer. More... | |
| std::string | _affected_sop_class |
| Affected SOP class. More... | |
SCU for C-Store services.
| odil::NSetSCU::NSetSCU | ( | Association & | association | ) |
Constructor.
|
virtual |
Destructor.
| void odil::NSetSCU::set | ( | DataSet const & | dataset | ) | const |
Perform the N-SET.
| void odil::NSetSCU::set_affected_sop_class | ( | DataSet const & | dataset | ) |
Set the affected SOP class based on the dataset.
1.8.13