Odil
A C++11 library for the DICOM standard
EchoSCU.h
Go to the documentation of this file.
1/*************************************************************************
2 * odil - Copyright (C) Universite de Strasbourg
3 * Distributed under the terms of the CeCILL-B license, as published by
4 * the CEA-CNRS-INRIA. Refer to the LICENSE file or to
5 * http://www.cecill.info/licences/Licence_CeCILL-B_V1-en.html
6 * for details.
7 ************************************************************************/
8
9#ifndef _94f3b347_1f95_49ab_83f6_8710f5a3ad67
10#define _94f3b347_1f95_49ab_83f6_8710f5a3ad67
11
12#include "odil/Association.h"
13#include "odil/odil.h"
14#include "odil/SCU.h"
15
16namespace odil
17{
18
20class ODIL_API EchoSCU: public SCU
21{
22public:
24 EchoSCU(Association & association);
25
27 void echo() const;
28};
29
30}
31
32#endif // _94f3b347_1f95_49ab_83f6_8710f5a3ad67
33
Association.
Definition: Association.h:31
SCU for the C-ECHO services.
Definition: EchoSCU.h:21
EchoSCU(Association &association)
Constructor.
void echo() const
Perform DICOM ping.
Base class for all Service Class Users.
Definition: SCU.h:22
Definition: Association.h:25
#define ODIL_API
Definition: odil.h:28