ex_hl7 v1.0.0 HL7.Segment.Default.DSP

5.5.1 DSP - display data 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.DSP{
  __segment__: term(),
  break_point: binary(),
  data_line: binary(),
  display_level: binary(),
  result_id: binary(),
  set_id: integer()
}

Link to this section Functions

Return the segment's ID

Link to this function

new()

new() :: %HL7.Segment.Default.DSP{
  __segment__: term(),
  break_point: term(),
  data_line: term(),
  display_level: term(),
  result_id: term(),
  set_id: 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