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.
pub fn dump_file<D>(obj: &FileDicomObject<InMemDicomObject<D>>) -> Result<()>where
D: DataDictionary,Dump the contents of a DICOM file to stdout.
Both file meta table and main data set are dumped.