From dd1db4521f60513223308827241c4d0838ad552a Mon Sep 17 00:00:00 2001 From: regrain Date: Wed, 21 Jan 2004 15:31:19 +0000 Subject: [PATCH] * Update the visible method's names -- BeNours --- gdcmPython/__init__.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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() -- 2.48.1