]> Creatis software - gdcm.git/commitdiff
* Update the visible method's names
authorregrain <regrain>
Wed, 21 Jan 2004 15:31:19 +0000 (15:31 +0000)
committerregrain <regrain>
Wed, 21 Jan 2004 15:31:19 +0000 (15:31 +0000)
     -- BeNours

gdcmPython/__init__.py

index cb32100c5d098b1133ff5ea284458bf682222572..3cbeb9cf18b236957a6c9245fc11e37b287fa503 100644 (file)
@@ -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()