Skip to main content

CLI Reference

dicomqc scan

dicomqc scan PATH [PATH ...] [--json FILE] [--csv FILE] [--multiqc [DIR]] [--profile PROFILE] [--quiet]

Arguments

ArgumentDescription
PATHDICOM file or directory. Multiple paths are accepted.

Options

OptionDescription
--json FILEWrite a redaction-safe JSON report.
--csv FILEWrite a CSV findings report.
--multiqc [DIR]Write a MultiQC custom-content directory. Defaults to dicomqc_mqc/.
--profile PROFILESelect a rule profile. v0.1 supports research-release-v0.1.
--quietSuppress the text summary.

Exit codes

CodeMeaning
0Clean scan
1Warnings only
2Errors or fatal scan failures

dicomqc demo

dicomqc demo [--output-dir DIR] [--force]

Generate a synthetic DICOM dataset and a complete dicomqc report bundle.

Options

OptionDescription
--output-dir DIRWrite demo files under DIR instead of dicomqc-demo/.
--forceReplace the output directory if it already exists.

The demo command exits 0 when generation succeeds, even though the synthetic scan result contains intentional findings. The reported scan exit code is shown in the command output.