HL7.RawMessage (elixir_hl7 v0.8.0) 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
Specs
t() :: %HL7.RawMessage{header: nil | HL7.Header.t(), raw: nil | binary()}