DICOM-rs dictionary-builder

CratesIO Documentation

This sub-project is a tool for generating machine readable attribute dictionaries from the DICOM standard.

This tool is part of the DICOM-rs project.

Building

bash cargo build --release

Usage

```text dictionary-builder [OPTIONS]

FLAGS: -h, --help Prints help information -V, --version Prints version information

OPTIONS: -f The output format [values: rs, json] -o The path to the output file ```