HL7v2.Segment.SPR (HL7v2 v3.10.1)

Copy Markdown View Source

Stored Procedure Request Definition (SPR) segment -- HL7v2 v2.5.1.

Withdrawn/deprecated query segment from v2.3 that still appears in the v2.5.1 index. Defines a stored procedure request.

4 fields per HL7 v2.5.1 specification.

Summary

Types

t()

@type t() :: %HL7v2.Segment.SPR{
  extra_fields: term(),
  input_parameter_list: term(),
  query_response_format_code: term(),
  query_tag: term(),
  stored_procedure_name: term()
}