DICOM-rs dictionary-builder

CratesIO Documentation

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

bash cargo build --release

Usage

```text 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 The path to the output file [default: tags.rs]

ARGS: Where to fetch the dictionary from [default: https://raw.githubusercontent.com/DCMTK/dcmtk/master/dcmdata/data/dicom.dic] ```