Crates.io | dcmdump |
lib.rs | dcmdump |
version | 0.5.0 |
source | src |
created_at | 2019-08-31 23:51:30.005349 |
updated_at | 2022-04-28 16:11:51.155375 |
description | (DEPRECATED) A CLI tool for inspecting DICOM files |
homepage | |
repository | https://github.com/Enet4/dicom-rs |
max_upload_size | |
id | 161235 |
size | 26,293 |
dcmdump
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.
dcmdump [FLAGS] [OPTIONS] <file>
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 <width> the width of the display (default is to check automatically)
ARGS:
<file> The DICOM file to read