HL7.open_hl7_file_stream

You're seeing just the function open_hl7_file_stream, go back to HL7 module for more information.
Link to this function

open_hl7_file_stream(file_path, file_type \\ nil)

View Source

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.