From: regrain Date: Wed, 21 Jan 2004 15:31:19 +0000 (+0000) Subject: * Update the visible method's names X-Git-Tag: Version0.4~74 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=dd1db4521f60513223308827241c4d0838ad552a;p=gdcm.git * Update the visible method's names -- BeNours --- diff --git a/gdcmPython/__init__.py b/gdcmPython/__init__.py index cb32100c..3cbeb9cf 100644 --- a/gdcmPython/__init__.py +++ b/gdcmPython/__init__.py @@ -76,8 +76,8 @@ gdcmHeader = gdcm.gdcmHeader gdcmHeaderHelper = gdcm.gdcmHeaderHelper gdcmFile = gdcm.gdcmFile -def GetPubDictTagNames(): - return gdcm.cvar.gdcmGlob.GetDicts().GetPubDictTagNames() +def GetPubDictEntryNames(): + return gdcm.cvar.gdcmGlob.GetDicts().GetPubDictEntryNames() -def GetPubDictTagNamesByCategory(): - return gdcm.cvar.gdcmGlob.GetDicts().GetPubDictTagNamesByCategory() +def GetPubDictEntryNamesByCategory(): + return gdcm.cvar.gdcmGlob.GetDicts().GetPubDictEntryNamesByCategory()