.
This commit is contained in:
+1
-1
@@ -117,7 +117,7 @@ def get_dicom_order(path):
|
|||||||
def pretty_print_dicom(dataset, indent=0):
|
def pretty_print_dicom(dataset, indent=0):
|
||||||
l = print_dicom(dataset, indent)
|
l = print_dicom(dataset, indent)
|
||||||
print(l)
|
print(l)
|
||||||
return "\n<br/>".join(l)
|
return "".join(l)
|
||||||
|
|
||||||
|
|
||||||
def print_dicom(dataset, indent=0):
|
def print_dicom(dataset, indent=0):
|
||||||
|
|||||||
Reference in New Issue
Block a user