ex_hl7 v0.3.0 HL7.Composite.TQ

4.3 Quantity/Timing (TQ) data type definition

Components:

  • quantity (CQ)
  • interval (CM)
  • duration (ST)
  • start_datetime (TS)
  • end_datetime (TS)
  • priority (ST)
  • condition (ST)
  • text (TX)
  • conjunction (ID)
  • order_sequencing (CM)
  • occurrence_duration (CE)
  • total_occurrences (NM)

Summary

Functions

Create a new composite field

Types

t :: %HL7.Composite.TQ{condition: binary, conjunction: binary, duration: binary, end_datetime: :calendar.datetime, interval: HL7.Composite.CM_TQ_2.t, order_duration: HL7.Composite.CE.t, order_sequencing: HL7.Composite.CM_TQ_10.t, priority: binary, quantity: HL7.Composite.CQ.t, start_datetime: :calendar.datetime, text: binary, total_occurrences: integer}

Functions

new()

Specs

new :: t

Create a new composite field