Function dicom_dump::dump_file_to[][src]

pub fn dump_file_to<D>(
    to: impl Write,
    obj: &FileDicomObject<InMemDicomObject<D>>
) -> IoResult<()> where
    D: DataDictionary, 
Expand description

Dump the contents of a DICOM file to the given writer.

Both file meta table and main data set are dumped.