Expand description
Module holding a stateful DICOM data encoding abstraction.
The StatefulEncoder supports encoding of binary data and text
while applying the necessary padding to conform to DICOM encoding rules.
Structs§
- Also called a printer, this encoder type provides a stateful mid-level abstraction for writing DICOM content. Unlike
Encode, the stateful encoder knows how to write text values and keeps track of how many bytes were written.Wis the write target,Eis the encoder, andTis the text codec.