Expand description
Module for the data set writer
This module contains a mid-level abstraction for printing DICOM data sets
sequentially.
The DataSetWriter
receives data tokens to be encoded and written
to a writer.
In this process, the writer will also adapt values
to the necessary DICOM encoding rules.
Structs§
- Data
SetWriter - A stateful device for printing a DICOM data set in sequential order.
This is analogous to the
DatasetReader
type for converting data set tokens to bytes. - Data
SetWriter Options - The set of options for the data set writer.
Enums§
- Error
- Explicit
Length SqItem Strategy - A strategy for writing data set sequences and items when the writer encounters a sequence or item with explicit (defined) length.