odil
C++11libraryfortheDICOMstandard
json_converter.h
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 _6f5dc463_a89a_4f77_a0ed_36dca74b9e59
10 #define _6f5dc463_a89a_4f77_a0ed_36dca74b9e59
11 
12 #include <json/json.h>
13 #include "odil/DataSet.h"
14 
15 namespace odil
16 {
17 
19 Json::Value as_json(DataSet const & data_set);
20 
22 DataSet as_dataset(Json::Value const & json);
23 
24 }
25 
26 #endif // _6f5dc463_a89a_4f77_a0ed_36dca74b9e59
Definition: Association.cpp:39