elixir_hl7 v0.6.2 HL7.RawMessage View Source

Contains the raw text of an HL7 message alongside parsed header metadata from the MSH segment.

Use HL7.Message.raw/1 to generate the HL7.RawMessage struct.

Link to this section Summary

Link to this section Types

Link to this type

t() View Source
t() :: %HL7.RawMessage{header: nil | HL7.Header.t(), raw: nil | binary()}