HL7v2.Segment.RDF (HL7v2 v3.10.1)

Copy Markdown View Source

Table Row Definition (RDF) segment -- HL7v2 v2.5.1.

Contains table row definition for tabular responses. 2 fields per HL7 v2.5.1 specification.

Summary

Types

t()

@type t() :: %HL7v2.Segment.RDF{
  column_description: term(),
  extra_fields: term(),
  number_of_columns_per_row: term()
}