View Source ExDicom.Reader.ReadSequence (EX_DICOM v0.2.0)
Provides functions to read DICOM sequence items in both explicit and implicit VR.
Summary
Functions
Reads sequence items for an element in an explicit VR byte stream.
Reads sequence items for an element in an implicit VR byte stream.
Functions
Reads sequence items for an element in an explicit VR byte stream.
Returns:
{:ok, updated_element, updated_stream, updated_warnings}
on success{:error, reason}
on failure
Reads sequence items for an element in an implicit VR byte stream.
Returns:
{:ok, updated_element, updated_stream, updated_warnings}
on success{:error, reason}
on failure