.
This commit is contained in:
+2
-2
@@ -127,8 +127,8 @@ def print_dicom(dataset, indent=0):
|
|||||||
"""
|
"""
|
||||||
dont_print = ['Pixel Data', 'File Meta Information Version']
|
dont_print = ['Pixel Data', 'File Meta Information Version']
|
||||||
|
|
||||||
indent_string = " " * indent
|
indent_string = "---" * indent
|
||||||
next_indent_string = " " * (indent + 1)
|
next_indent_string = "---" * (indent + 1)
|
||||||
|
|
||||||
l = []
|
l = []
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user