12 releases
0.5.4 | Apr 11, 2023 |
---|---|
0.5.3 | Dec 12, 2022 |
0.5.2 | Oct 23, 2022 |
0.5.1 | Jul 19, 2022 |
0.1.0 | Aug 31, 2019 |
#97 in Images
1,111 downloads per month
Used in 24 crates
(13 directly)
405KB
9K
SLoC
DICOM-rs core
This sub-project implements the essential data structures and mechanisms for dealing with DICOM information and communication formats, thus serving as a center piece for other crates in DICOM-rs.
This crate is part of the DICOM-rs project
and is contained by the parent crate dicom
.
lib.rs
:
This is the core library of DICOM-rs containing various concepts, data structures and traits specific to DICOM content.
The current structure of this crate is as follows:
header
comprises various data types for DICOM element header, including common definitions for DICOM tags and value representations.dictionary
describes common behavior of DICOM data dictionaries, which translate attribute names and/or tags to a dictionary entry containing relevant information about the attribute.value
holds definitions for values in standard DICOM elements, with the awareness of multiplicity, representation, and the possible presence of sequences.error
contains crate-level error and result types.
Dependencies
~3MB
~57K SLoC