Module dicom_parser::dataset::read

source ·
Expand description

This module contains a mid-level abstraction for reading DICOM content sequentially.

The rest of the crate is used to obtain DICOM element headers and values. At this level, headers and values are treated as tokens which can be used to form a syntax tree of a full data set.

Structs§

  • A higher-level reader for retrieving structure in a DICOM data set from an arbitrary data source.
  • The set of options for the data set reader.

Enums§

Type Aliases§