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
1,589 downloads per month
Used in 23 crates
(12 directly)
1.5MB
25K
SLoC
DICOM-rs standard dictionary
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