Odil
A C++11 library for the DICOM standard
Loading...
Searching...
No Matches
uid.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 _d8ae0008_075b_4a28_a241_1c6fb1a6c79b
10#define _d8ae0008_075b_4a28_a241_1c6fb1a6c79b
11
12#include <string>
13
14#include "odil/odil.h"
15
16namespace odil
17{
18
20std::string const uid_prefix="1.2.826.0.1.3680043.9.5560";
21
23extern ODIL_API std::string implementation_class_uid;
24
26extern ODIL_API std::string implementation_version_name;
27
29std::string ODIL_API generate_uid();
30
31}
32
33#endif // _d8ae0008_075b_4a28_a241_1c6fb1a6c79b
Definition Association.h:25
std::string implementation_class_uid
Implementation class UID of Odil.
std::string implementation_version_name
Implementation version name of Odil.
std::string generate_uid()
Generate a UID under the UID prefix.
std::string const uid_prefix
UID prefix of Odil.
Definition uid.h:20
#define ODIL_API
Definition odil.h:28