Crate dicom_parser

source ·
Expand description

This crate works on top of DICOM encoding primitives to provide transfer syntax resolution and abstraction for parsing DICOM data sets, which ultimately enables the user to perceive the DICOM object as a sequence of tokens.

For the time being, all APIs are based on synchronous I/O.

For a more intuitive, object-oriented API, please see the dicom-object crate.

Re-exports§

Modules§

  • Interpretation of DICOM data sets as streams of tokens.
  • Stateful counterparts for decoding and encoding DICOM content.