Commit a67d91c022e7f25d2ee9e06c2f108f53c6bfcc73
1 parent
f4fb2823
Exists in
master
and in
68 other branches
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 (Clear Code)
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
invesalius/reader/dicom.py
... | ... | @@ -1513,7 +1513,7 @@ class Parser(): |
1513 | 1513 | encoding = str(ds.GetDataElement(tag).GetValue()) |
1514 | 1514 | |
1515 | 1515 | if encoding != None and encoding != "None": |
1516 | - print 'ENTROU......' | |
1516 | + | |
1517 | 1517 | #Problem with 0051 anonymized |
1518 | 1518 | if (encoding.split(":"))[0] == "Loaded": |
1519 | 1519 | return 'ISO_IR 100' | ... | ... |