dicom-dump

Crates.iodicom-dump
lib.rsdicom-dump
version0.7.0
sourcesrc
created_at2021-11-18 21:39:53.574228
updated_at2024-04-25 11:42:44.427621
descriptionA CLI tool for inspecting DICOM files
homepage
repositoryhttps://github.com/Enet4/dicom-rs
max_upload_size
id484201
size65,639
Eduardo Pinho (Enet4)

documentation

README

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. If you intend to use dicom-dump exclusively as a library, you can disable the cli Cargo feature.

This tool is part of the DICOM-rs project.

Usage

    dicom-dump [FLAGS] [OPTIONS] <files>...

FLAGS:
        --fail-first       fail if any errors are encountered
    -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>    color mode [default: auto]
    -w, --width <width>    the width of the display (default is to check automatically)

ARGS:
    <files>...    The DICOM file(s) to read
Commit count: 1983

cargo fmt