Odil
A C++11 library for the DICOM standard
Loading...
Searching...
No Matches
Utils.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 _6df14dad_16fc_486d_b7e0_728127e7c579
10#define _6df14dad_16fc_486d_b7e0_728127e7c579
11
12namespace odil
13{
14
15namespace webservices
16{
17
26enum class Type
27{
28 None,
29 DICOM,
32};
33
36{
37 DICOM,
40};
41
42
43}
44
45}
46
47#endif // _6df14dad_16fc_486d_b7e0_728127e7c579
48
Representation
Data representation for DICOM requests and responses.
Definition Utils.h:36
Type
Type of the request or response (use for WADO & QIDO).
Definition Utils.h:27
Definition Association.h:25
Bulk data transmitted by web services (WADO-RS, STOW, etc.)
Definition BulkData.h:24