Odil
A C++11 library for the DICOM standard
src
odil
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
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
odil::implementation_class_uid
std::string implementation_class_uid
Implementation class UID of Odil.
odil
Definition:
Association.h:25
ODIL_API
#define ODIL_API
Definition:
odil.h:28
odil::uid_prefix
std::string const uid_prefix
UID prefix of Odil.
Definition:
uid.h:20
odil::generate_uid
std::string generate_uid()
Generate a UID under the UID prefix.
odil.h
odil::implementation_version_name
std::string implementation_version_name
Implementation version name of Odil.
Generated by
1.8.20