Commit f4fb28232816f7863151a84c929cbc9577814306

Authored by Paulo Henrique Junqueira Amorim
1 parent a71f4599

FIX: Bug reported by Pedro Noritomi, 11 march 2010, at CTI. It occured while imp…

…orting DICOM files acquired at FMVZ of UNESP, in Botucatu. FIX #230
Showing 1 changed file with 0 additions and 3 deletions   Show diff stats
invesalius/reader/dicom.py
... ... @@ -1512,9 +1512,6 @@ class Parser():
1512 1512 if ds.FindDataElement(tag):
1513 1513 encoding = str(ds.GetDataElement(tag).GetValue())
1514 1514  
1515   - print '_'+encoding+'_'
1516   - print type(encoding)
1517   -
1518 1515 if encoding != None and encoding != "None":
1519 1516 print 'ENTROU......'
1520 1517 #Problem with 0051 anonymized
... ...