odil
C++11libraryfortheDICOMstandard
uid.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 _d8ae0008_075b_4a28_a241_1c6fb1a6c79b
10 #define _d8ae0008_075b_4a28_a241_1c6fb1a6c79b
11 
12 #include <string>
13 
14 #include "odil/odil.h"
15 
16 namespace odil
17 {
18 
20 std::string const uid_prefix="1.2.826.0.1.3680043.9.5560";
21 
23 extern ODIL_API std::string implementation_class_uid;
24 
26 extern ODIL_API std::string implementation_version_name;
27 
29 std::string ODIL_API generate_uid();
30 
31 }
32 
33 #endif // _d8ae0008_075b_4a28_a241_1c6fb1a6c79b
Definition: Association.cpp:39