Odil
A C++11 library for the DICOM standard
src
odil
pdu
AReleaseRP.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 _a70fb011_8d69_4768_a84d_7f535621c335
10
#define _a70fb011_8d69_4768_a84d_7f535621c335
11
12
#include <istream>
13
14
#include "
odil/odil.h
"
15
#include "
odil/pdu/Object.h
"
16
17
namespace
odil
18
{
19
20
namespace
pdu
21
{
22
24
class
ODIL_API
AReleaseRP
:
public
Object
25
{
26
public
:
28
AReleaseRP
();
29
31
AReleaseRP
(std::istream & stream);
32
};
33
34
}
35
36
}
37
38
#endif // _a70fb011_8d69_4768_a84d_7f535621c335
odil::pdu::Object
Base class for all PDU-related high-level objects (PDU, items and sub-items).
Definition:
Object.h:28
odil::pdu::AReleaseRP::AReleaseRP
AReleaseRP()
Constructor.
odil
Definition:
Association.h:25
ODIL_API
#define ODIL_API
Definition:
odil.h:28
odil.h
odil::pdu::AReleaseRP
A-RELEASE-RP PDU, cf. PS 3.8, 9.3.7.
Definition:
AReleaseRP.h:25
Object.h
odil::pdu::AReleaseRP::AReleaseRP
AReleaseRP(std::istream &stream)
Constructor from stream.
Generated by
1.8.20