elixir_hl7 v0.6.2 HL7.InvalidMessage View Source

Contains information concerning any failed attempt to parse an HL7 message, generally MSH-related.

Link to this section Summary

Link to this section Types

Link to this type

t() View Source
t() :: %HL7.InvalidMessage{
  created_at: nil | DateTime.t(),
  header: nil | HL7.InvalidHeader.t(),
  raw: nil | String.t(),
  reason: nil | atom()
}