]> Creatis software - gdcm.git/blobdiff - gdcmPython/__init__.py
To display the actual value of Transfer Syntax (instead of its code)
[gdcm.git] / gdcmPython / __init__.py
index e1b32c2a36194f0879246753b734a79c86414a0e..a4c36f33062ebd1fdd2d24a85fa9cc286001f6b5 100644 (file)
@@ -57,3 +57,9 @@ except ImportError,e:
 gdcmHeader = gdcm.gdcmHeader
 gdcmDictSet = gdcm.gdcmDictSet
 gdcmFile = gdcm.gdcmFile
+
+def GetPubDictTagNames():
+   return gdcm.cvar.gdcmGlob.GetDicts().GetPubDictTagNames()
+
+def GetPubDictTagNamesByCategory():
+   return gdcm.cvar.gdcmGlob.GetDicts().GetPubDictTagNamesByCategory()