Main Page | File List | Related Pages

gdcm.h

00001 // gdcm.h
00002 //-----------------------------------------------------------------------------
00003 #ifndef GDCM_H
00004 #define GDCM_H
00005 
00007 // Tag based hash tables.
00008 // We shall use as keys the strings (as the C++ type) obtained by
00009 // concatenating the group value and the element value (both of type
00010 // unsigned 16 bit integers in Dicom) expressed in hexadecimal.
00011 // Example: consider the tag given as (group, element) = (0x0010, 0x0010).
00012 // Then the corresponding TagKey shall be the string 0010|0010 (where
00013 // the | (pipe symbol) acts as a separator).  
00014 // Refer to gdcmDictEntry::TranslateToKey for this conversion function.
00015 
00016 #include "gdcmException.h"
00017 #include "gdcmCommon.h"
00018 
00019 #include "gdcmDictEntry.h"
00020 #include "gdcmDict.h"
00021 #include "gdcmDictSet.h"
00022 
00023 #include "gdcmParser.h"
00024 
00025 #include "gdcmHeaderEntry.h"
00026 
00027 #include "gdcmHeader.h"
00028 #include "gdcmHeaderHelper.h"
00029 #include "gdcmFile.h"
00030 
00031 #include "gdcmUtil.h"
00032 
00033 //-----------------------------------------------------------------------------
00034 #endif // #ifndef GDCM_H

Generated on Mon Feb 14 16:13:43 2005 for gdcm by doxygen 1.3.6