list_dicom
list_dicom#
- qx_utilities.dicom.list_dicom.list_dicom(folder=None)#
list_dicom [folder=inbox]Identify all DICOM files in a folder and print a detailed report.
Parameters
- --folder (str, default 'inbox'):
The folder to be inspected for the presence of the DICOM files.
Notes
The command inspects the folder (folder) for dicom files and prints a detailed report of the results. Specifically, for each dicom file it finds in the specified folder and its subfolders it will print:
location of the file
session id recorded in the dicom file
sequence number and name
date and time of acquisition.
Importantly, it can work with both regular and gzipped DICOM files.
Examples
qunex list_dicom \ --folder=OP269/dicom
