#dicom #tags #data #attributes #medical-imaging #value #element

dicom-core

Efficient and practical core library for DICOM compliant systems

17 unstable releases (6 breaking)

0.7.0 Apr 25, 2024
0.6.3 Nov 21, 2023
0.6.2 Oct 31, 2023
0.6.1 Jul 30, 2023
0.1.0 Aug 31, 2019

#886 in Images

Download history 817/week @ 2024-01-14 919/week @ 2024-01-21 871/week @ 2024-01-28 677/week @ 2024-02-04 715/week @ 2024-02-11 1069/week @ 2024-02-18 753/week @ 2024-02-25 901/week @ 2024-03-03 1501/week @ 2024-03-10 835/week @ 2024-03-17 501/week @ 2024-03-24 712/week @ 2024-03-31 458/week @ 2024-04-07 1108/week @ 2024-04-14 1107/week @ 2024-04-21 1273/week @ 2024-04-28

4,007 downloads per month
Used in 26 crates (15 directly)

MIT/Apache

515KB
10K SLoC

DICOM-rs core

CratesIO Documentation

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.
  • [ops] provides constructs for defining operations on DICOM attributes, to be applied on types resembling DICOM objects or data sets.
  • value holds definitions for values in standard DICOM elements, with the awareness of multiplicity, representation, and the possible presence of sequences.

Dependencies

~2–8MB
~55K SLoC