HL7.Separators (elixir_hl7 v0.10.0)

View Source
This module is deprecated. Use `HL7` instead.

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

Summary

Types

t()

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

Functions

new(raw_text)

@spec new(String.t()) :: t()

new(arg1, encoding_chars)

@spec new(binary(), binary()) :: t()