HL7.InvalidMessage (elixir_hl7 v0.8.0) 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
Specs
t() :: %HL7.InvalidMessage{ created_at: nil | DateTime.t(), header: nil | HL7.InvalidHeader.t(), raw: nil | String.t(), reason: nil | atom() }