9 releases
0.3.2 | Dec 12, 2022 |
---|---|
0.3.1 | Oct 23, 2022 |
0.3.0 | Apr 28, 2022 |
0.3.0-rc.2 | Feb 3, 2022 |
0.1.0 | Aug 31, 2019 |
#2178 in Command line utilities
42 downloads per month
13KB
265 lines
DICOM-rs dictionary-builder
This sub-project is a tool for generating machine readable attribute dictionaries from the DICOM standard. At the moment, the tool is capable of parsing .dic files from the DCMTK project.
This tool is part of the DICOM-rs project.
Building
cargo build --release
Usage
DICOM Dictionary Builder 0.1.0
USAGE:
dicom-dictionary-builder [FLAGS] [OPTIONS] [FROM]
FLAGS:
-h, --help Prints help information
--no-retired Whether to ignore retired tags
-V, --version Prints version information
OPTIONS:
-o <OUTPUT> The path to the output file [default: tags.rs]
ARGS:
<FROM> Where to fetch the dictionary from [default:
https://raw.githubusercontent.com/DCMTK/dcmtk/master/dcmdata/data/dicom.dic]
Dependencies
~5–6.5MB
~168K SLoC