ex_hl7 v1.0.0 HL7.Segment.Default.MSA

2.16.8 MSA - message acknowledgment segment

Link to this section Summary

Functions

Return the segment's ID

Create a new segment of this type

Return the segment's specification

Link to this section Types

Link to this type

t()

t() :: %HL7.Segment.Default.MSA{
  __segment__: term(),
  ack_code: binary(),
  error_code: :string.t(),
  error_text: :string.t(),
  message_control_id: binary(),
  text_message: binary()
}

Link to this section Functions

Return the segment's ID

Link to this function

new()

new() :: %HL7.Segment.Default.MSA{
  __segment__: term(),
  ack_code: term(),
  error_code: term(),
  error_text: term(),
  message_control_id: term(),
  text_message: term()
}

Create a new segment of this type

Link to this function

spec()

spec() :: %{required(HL7.Type.seq()) => HL7.Type.field_spec()}

Return the segment's specification