.
This commit is contained in:
+3
-1
@@ -113,7 +113,9 @@ def get_dicom_order(path):
|
||||
#get_dicom_order("/home/ross/Downloads/DICOM HEAD/STD4/SER1/*.dcm")
|
||||
|
||||
def pretty_print_dicom(dataset, indent=0):
|
||||
return "\n<br/>".join(print_dicom(dataset, indent))
|
||||
l = print_dicom(dataset, indent)
|
||||
print(l)
|
||||
return "\n<br/>".join(l)
|
||||
|
||||
|
||||
def print_dicom(dataset, indent=0):
|
||||
|
||||
Reference in New Issue
Block a user