Skip to main content

dump_file

Function dump_file 

Source
pub fn dump_file<D>(obj: &FileDicomObject<InMemDicomObject<D>>) -> Result<()>
where D: DataDictionary,
Expand description

Dump the contents of a DICOM file to stdout.

Both file meta table and main data set are dumped.