Odil
A C++11 library for the DICOM standard
src
odil
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
16
namespace
odil
17
{
18
20
class
ODIL_API
EchoSCU
:
public
SCU
21
{
22
public
:
24
EchoSCU
(
Association
& association);
25
27
void
echo
()
const
;
28
};
29
30
}
31
32
#endif // _94f3b347_1f95_49ab_83f6_8710f5a3ad67
33
odil::EchoSCU
SCU for the C-ECHO services.
Definition:
EchoSCU.h:21
odil::EchoSCU::EchoSCU
EchoSCU(Association &association)
Constructor.
odil
Definition:
Association.h:25
ODIL_API
#define ODIL_API
Definition:
odil.h:28
Association.h
odil.h
odil::EchoSCU::echo
void echo() const
Perform DICOM ping.
odil::Association
Association.
Definition:
Association.h:31
SCU.h
odil::SCU
Base class for all Service Class Users.
Definition:
SCU.h:22
Generated by
1.8.20