HL7.Separators (elixir_hl7 v0.9.2) 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

Specs

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

Link to this section Functions

Specs

new(String.t()) :: t()
Link to this function

new(arg1, encoding_chars)

View Source

Specs

new(binary(), binary()) :: t()