View Source HL7.Separators (elixir_hl7 v0.9.3)

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

@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

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

new(arg1, encoding_chars)

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