]> Creatis software - gdcm.git/blobdiff - src/gdcmDict.h
ENH: 1. Remove remp solution of gdcmTests.cxx+ gdcmMain directly in src director...
[gdcm.git] / src / gdcmDict.h
index 10a585693b1a93de7b15dd2a687219730c313f42..66f0df52ed2207d1a0cefe565150beb13e813353 100644 (file)
@@ -54,7 +54,14 @@ public:
     * \brief   returns a ref to the Dicom Dictionary H table (map)
     * return the Dicom Dictionary H table
     */
-   inline TagKeyHT & gdcmDict::GetEntries(void)  { return KeyHt; }
+   inline TagKeyHT & GetEntriesByKey(void)  { return KeyHt; }
+
+   /**
+    * \ingroup gdcmDict
+    * \brief   returns a ref to the Dicom Dictionary H table (map)
+    * return the Dicom Dictionary H table
+    */
+   inline TagNameHT & GetEntriesByName(void)  { return NameHt; }
  
 private:
    /// ASCII file holding the Dictionnary