Module dicom_parser::stateful::decode [−][src]
Expand description
Module holding a stateful DICOM data decoding abstraction, which also supports text decoding.
Structs
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.
S is the generic parameter type for the original source,
D is the parameter type that the decoder interprets as,
whereas DB is the parameter type for the basic decoder.
TC defines the text codec used underneath.
Enums
Traits
Type Definitions
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.
Type alias for the DICOM parser of a file’s Meta group.