HL7.Message.raw
You're seeing just the function
raw
, go back to HL7.Message module for more information.
Specs
raw(content_hl7()) :: HL7.RawMessage.t() | HL7.InvalidMessage.t()
Creates an HL7.Message
struct containing the raw HL7 text for further processing. It will
also expose basic header information (e.g. encoding characters, message type) for routing.
Invalid MSH formats will return an HL7.InvalidMessage
struct.