DICOM-rs dump

CratesIO Documentation

A command line utility for inspecting the contents of DICOM files by printing them in a human readable format.

A programmatic API for dumping DICOM objects is also available.

This tool is part of the DICOM-rs project.

Usage

```none dicom-dump [FLAGS] [OPTIONS]

FLAGS: -h, --help Prints help information --no-text-limit whether text value width limit is disabled (limited to width by default) -V, --version Prints version information

OPTIONS: --color color mode [default: auto] -w, --width the width of the display (default is to check automatically)

ARGS: The DICOM file to read ```