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§
- Data
SetReader - A higher-level reader for retrieving structure in a DICOM data set from an arbitrary data source.
- Data
SetReader Options - The set of options for the data set reader.
Enums§
- Error
- OddLength
Strategy - A strategy for when the parser finds a data element with an odd number in the length header field.
- Value
Read Strategy - The value reading strategy for the data set reader.