ex_hl7 v1.0.0 HL7.Segment.Default.RCP

5.5.5 RCP - response control parameter 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.RCP{
  __segment__: term(),
  execution_datetime: NaiveDateTime.t(),
  query_priority: binary(),
  response_limit: :integer.t(),
  response_modality_id: :string.t(),
  response_unit: :string.t(),
  sort_by: binary()
}

Link to this section Functions

Return the segment's ID

Link to this function

new()

new() :: %HL7.Segment.Default.RCP{
  __segment__: term(),
  execution_datetime: term(),
  query_priority: term(),
  response_limit: term(),
  response_modality_id: term(),
  response_unit: term(),
  sort_by: 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