Odil
A C++11 library for the DICOM standard
Loading...
Searching...
No Matches
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
Association.h
SCU.h
odil::Association
Association.
Definition
Association.h:31
odil::EchoSCU::EchoSCU
EchoSCU(Association &association)
Constructor.
odil::EchoSCU::echo
void echo() const
Perform DICOM ping.
odil::SCU::SCU
SCU(Association &association)
Create a default Service Class User.
odil
Definition
Association.h:25
odil.h
ODIL_API
#define ODIL_API
Definition
odil.h:28
src
odil
EchoSCU.h
Generated by
1.15.0