HL7.open_hl7_file_stream
You're seeing just the function
open_hl7_file_stream
, go back to HL7 module for more information.
Specs
open_hl7_file_stream(String.t(), file_type_hl7()) :: Enumerable.t()
Opens an HL7 file stream of either :mllp
, :smat
or :line
. If the file_type is not specified
it will be inferred from the first three characters of the file contents.