]> Creatis software - gdcm.git/blobdiff - gdcmPython/demo/printGroupedPublicDict.py
change
[gdcm.git] / gdcmPython / demo / printGroupedPublicDict.py
index 7a5aca6d5c69ac7afad301a0a4e8a584d3f31c80..636119d4cbdab76a0128a3408cac6470cab8c29f 100644 (file)
@@ -12,6 +12,8 @@ print "##############################################################"
 print "### Display all the possible tags of the current public"
 print "### dictionary, but grouped by using the Fourth field"
 print "##############################################################"
+print " WARNING : the 'fourth' fiels IS NOT part of DICOM"
+print " DO NOT use it"
 PubDict = GetPubDictTagNamesByCategory()
 for fourth in PubDict:
    print "   ############ Fourth group = ", fourth, " ##############"