[−][src]Module dicom_parser::stateful::decode
Module holding a stateful DICOM data decoding abstraction, which also supports text decoding.
Structs
StatefulDecoder | A stateful abstraction for the full DICOM content reading process.
This type encapsulates the necessary codecs in order
to be as autonomous as possible in the DICOM content reading
process.
|
Enums
Error |
Traits
StatefulDecode |
Type Definitions
DicomParser | |
DynStatefulDecoder | Alias for a dynamically resolved DICOM stateful decoder. Although the data source may be known at compile time, the required decoder may vary according to an object's transfer syntax. |
FileHeaderParser | Type alias for the DICOM parser of a file's Meta group. |
Result |