[][src]Function dicom_encoding::decode::get_file_header_decoder

pub fn get_file_header_decoder<S>() -> ExplicitVRLittleEndianDecoder<S> where
    S: Read

Obtain a data element decoder for reading the data elements in a DICOM

  • file's Meta information. According to the standard, these are always
  • encoded in Explicit VR Little Endian.