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
33
41
42
43}
44
45}
46
47#endif // _6df14dad_16fc_486d_b7e0_728127e7c579
48
Definition BulkData.h:20
Representation
Data representation for DICOM requests and responses.
Definition Utils.h:36
@ DICOM_XML
Definition Utils.h:38
@ DICOM_JSON
Definition Utils.h:39
Type
Type of the request or response (use for WADO & QIDO).
Definition Utils.h:27
@ PixelData
Definition Utils.h:31
@ None
Definition Utils.h:28
@ DICOM
Definition Utils.h:29
Definition Association.h:25
Bulk data transmitted by web services (WADO-RS, STOW, etc.).
Definition BulkData.h:24