.
This commit is contained in:
+1
-1
@@ -140,7 +140,7 @@ def print_dicom(dataset, indent=0):
|
||||
l.append(next_indent_string + "---------")
|
||||
else:
|
||||
if data_element.name in dont_print:
|
||||
l.append("""<item not printed -- in the "don't print" list>""")
|
||||
l.append("""item not printed -- in the "don't print" list""")
|
||||
else:
|
||||
repr_value = repr(data_element.value)
|
||||
if len(repr_value) > 50:
|
||||
|
||||
Reference in New Issue
Block a user