DICOM-rs dcmdump

CratesIO Documentation

Warning: This tool is deprecated in favor of dicom-dump.

A command line utility for inspecting DICOM files.

This tool is part of the DICOM-rs project.

Usage

```none dcmdump [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: -w, --width the width of the display (default is to check automatically)

ARGS: The DICOM file to read ```