Function dicom_dump::dump_file[][src]

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

Dump the contents of a DICOM file to stdout.

Both file meta table and main data set are dumped.