Module read

Module 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§

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

Enums§

Error
OddLengthStrategy
A strategy for when the parser finds a data element with an odd number in the length header field.
ValueReadStrategy
The value reading strategy for the data set reader.

Type Aliases§

Result