]> Creatis software - gdcm.git/blobdiff - src/gdcmDict.h
PLEASE : keep on waiting for the final version !
[gdcm.git] / src / gdcmDict.h
index 1e1f0754e17e2e5bce3da000978df99639df9592..66f0df52ed2207d1a0cefe565150beb13e813353 100644 (file)
@@ -54,12 +54,18 @@ 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:
-   std::string name;
+   /// ASCII file holding the Dictionnary
    std::string filename;
-
    /// Access through TagKey (see alternate access with NameHt)
        TagKeyHT  KeyHt;
    /// Access through TagName (see alternate access with KeyHt)