Module write

Module write 

Source
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§

DataSetWriter
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.
DataSetWriterOptions
The set of options for the data set writer.

Enums§

Error
ExplicitLengthSqItemStrategy
A strategy for writing data set sequences and items when the writer encounters a sequence or item with explicit (defined) length.

Type Aliases§

Result