diff --git a/invesalius/reader/dicom.py b/invesalius/reader/dicom.py index 63edeb8..bd347ff 100644 --- a/invesalius/reader/dicom.py +++ b/invesalius/reader/dicom.py @@ -1513,7 +1513,7 @@ class Parser(): encoding = str(ds.GetDataElement(tag).GetValue()) if encoding != None and encoding != "None": - print 'ENTROU......' + #Problem with 0051 anonymized if (encoding.split(":"))[0] == "Loaded": return 'ISO_IR 100' -- libgit2 0.21.2