Odil
A C++11 library for the DICOM standard
|
#include <functional>
#include <string>
#include "odil/AssociationParameters.h"
#include "odil/Exception.h"
#include "odil/odil.h"
Go to the source code of this file.
Classes | |
struct | odil::AssociationRejected |
Exception reported when an incoming association is rejected. More... | |
Namespaces | |
odil | |
Typedefs | |
typedef std::function< AssociationParameters(AssociationParameters const &)> | odil::AssociationAcceptor |
Callback to check whether the association request is acceptable. More... | |
Functions | |
AssociationParameters | odil::default_association_acceptor (AssociationParameters const &input) |
Default association acceptor. More... | |