odil
Main Page
Classes
Files
File List
src
odil
UIDsDictionary.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 _7b126e41_bd4d_443f_8873_d2fec52b1019
10
#define _7b126e41_bd4d_443f_8873_d2fec52b1019
11
12
#include <map>
13
#include <string>
14
15
namespace
odil
16
{
17
21
struct
UIDsDictionaryEntry
22
{
23
std::string name;
24
std::string keyword;
25
std::string type;
26
27
UIDsDictionaryEntry
(
28
std::string
const
& name, std::string
const
& keyword,
29
std::string
const
& type);
30
};
31
32
typedef
std::map<std::string, UIDsDictionaryEntry> UIDsDictionary;
33
34
}
35
36
#endif // _7b126e41_bd4d_443f_8873_d2fec52b1019
odil
Definition:
Association.cpp:39
odil::UIDsDictionaryEntry
Entry in a dictionary of DICOM UIDs.
Definition:
UIDsDictionary.h:21
Generated on Tue May 3 2016 09:08:36 for odil by
1.8.11