2 //-----------------------------------------------------------------------------
6 #include "gdcmCommon.h"
11 //-----------------------------------------------------------------------------
12 typedef std::string VRKey;
13 typedef std::string VRAtr;
14 typedef std::map<VRKey, VRAtr> VRHT; // Value Representation Hash Table
16 //-----------------------------------------------------------------------------
18 * Container for dicom Value Representation Hash Table
19 * \note This is a singleton
21 class GDCM_EXPORT gdcmVR
27 void Print(std::ostream &os = std::cout);
35 //-----------------------------------------------------------------------------