Odil
A C++11 library for the DICOM standard
registry_0088.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 _afc7b2d7_0869_4fea_9a9b_7fe6228baca9_0088
10 #define _afc7b2d7_0869_4fea_9a9b_7fe6228baca9_0088
11 
12 #include <map>
13 #include <string>
14 
15 #include "odil/odil.h"
16 #include "odil/Tag.h"
17 
18 namespace odil
19 {
20 
21 namespace registry
22 {
23 Tag const StorageMediaFileSetID(0x0088, 0x0130);
24 Tag const StorageMediaFileSetUID(0x0088, 0x0140);
25 Tag const IconImageSequence(0x0088, 0x0200);
26 Tag const TopicTitle(0x0088, 0x0904);
27 Tag const TopicSubject(0x0088, 0x0906);
28 Tag const TopicAuthor(0x0088, 0x0910);
29 Tag const TopicKeywords(0x0088, 0x0912);
30 
31 }
32 
33 }
34 
35 #endif // _afc7b2d7_0869_4fea_9a9b_7fe6228baca9_0088
odil::registry::StorageMediaFileSetUID
Tag const StorageMediaFileSetUID(0x0088, 0x0140)
odil
Definition: Association.h:25
odil::registry::TopicKeywords
Tag const TopicKeywords(0x0088, 0x0912)
odil::registry::TopicTitle
Tag const TopicTitle(0x0088, 0x0904)
odil::registry::IconImageSequence
Tag const IconImageSequence(0x0088, 0x0200)
odil::Tag
A DICOM element tag.
Definition: Tag.h:25
odil.h
odil::registry::TopicAuthor
Tag const TopicAuthor(0x0088, 0x0910)
Tag.h
odil::registry::StorageMediaFileSetID
Tag const StorageMediaFileSetID(0x0088, 0x0130)
odil::registry::TopicSubject
Tag const TopicSubject(0x0088, 0x0906)