#dicom #dictionary

dicom-dictionary-std

Standard DICOM attribute dictionary

7 releases (4 breaking)

0.5.0 Apr 28, 2022
0.5.0-rc.2 Feb 3, 2022
0.5.0-rc.1 Nov 18, 2021
0.4.0 Apr 27, 2021
0.1.0 Aug 31, 2019

#463 in Rust patterns

Download history 479/week @ 2022-11-28 432/week @ 2022-12-05 465/week @ 2022-12-12 474/week @ 2022-12-19 158/week @ 2022-12-26 135/week @ 2023-01-02 341/week @ 2023-01-09 310/week @ 2023-01-16 427/week @ 2023-01-23 714/week @ 2023-01-30 617/week @ 2023-02-06 313/week @ 2023-02-13 515/week @ 2023-02-20 219/week @ 2023-02-27 526/week @ 2023-03-06 296/week @ 2023-03-13

1,589 downloads per month
Used in 23 crates (12 directly)

MIT/Apache

1.5MB
25K SLoC

DICOM-rs standard dictionary

CratesIO Documentation

This sub-project uses entries generated by the dictionary_builder to provide the standard DICOM data dictionary.

This crate is part of the DICOM-rs project and is contained by the parent crate dicom.


lib.rs:

This crate implements the standard attribute dictionary.

This dictionary is a singleton containing all information about the DICOM attributes specified in the standard according to DICOM PS3.6 2019c, and it will be used by default in most other abstractions available.

When not using private tags, this dictionary should suffice.

Dependencies

~2.5MB
~53K SLoC