elixir_hl7 v0.3.4 HL7.Separators View Source

Contains HL7 delimiter information (optionally specified by the end system) used to parse or generate HL7 messages.

Link to this section Summary

Link to this section Types

Link to this type

t() View Source
t() :: %HL7.Separators{
  component: binary(),
  delimiter_check: [binary()],
  encoding_characters: binary(),
  escape_char: binary(),
  field: binary(),
  field_repeat: binary(),
  subcomponent: binary()
}

Link to this section Functions