[][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. 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

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