odil
C++11libraryfortheDICOMstandard
xml_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 _61eb6ed2_447a_43b5_a6ba_ca7c2a5fb492
10 #define _61eb6ed2_447a_43b5_a6ba_ca7c2a5fb492
11 
12 #include <boost/property_tree/ptree.hpp>
13 
14 #include "odil/DataSet.h"
15 #include "odil/odil.h"
16 
17 namespace odil
18 {
19 
21 ODIL_API boost::property_tree::ptree as_xml(DataSet const & data_set);
22 
24 ODIL_API DataSet as_dataset(boost::property_tree::ptree const & xml);
25 
26 } // namespace odil
27 
28 #endif // _61eb6ed2_447a_43b5_a6ba_ca7c2a5fb492
Definition: Association.cpp:39