View Source Dicom.BinaryFormat (Dicom.ex v0.1.5)
This module implements the DICOM binary data format according to PS 3.5.
Summary
Functions
@spec from_file(Path.t()) :: {:ok, Dicom.DataSet.t()} | {:error, atom()}
@spec from_file!(Path.t()) :: Dicom.DataSet.t()
@spec read_next_data_element( data :: binary(), opts :: [endianness: :little | :big, explicit: boolean()] ) :: {:ok, {Dicom.DataElement.t(), binary()}} | {:error, atom()}