View Source Dicom.DataSet (Dicom.ex v0.1.5)
Summary
Types
@type t() :: %{required(integer()) => Dicom.DataElement.t()}
Functions
@spec fetch(t(), atom()) :: {:ok, Dicom.DataElement.t()} | {:error, atom()}
@spec fetch!(t(), atom()) :: Dicom.DataElement.t()
@spec from_elements(Enumerable.t({atom(), any()})) :: t()