UNPKG

@dotbase/hl7-v2-message

Version:

Parses HL7 v2.x messages into typed javascript objects and makes them easily accessable.

61 lines (60 loc) 958 B
import Hl7Fields from '../../../model/Hl7Fields'; import Hl7Field from '../../../model/Hl7Field'; export default class TQ1_Fields extends Hl7Fields { /** * Set ID - TQ1 */ TQ1_1: Hl7Field; /** * Quantity */ TQ1_2: Hl7Field; /** * Repeat Pattern */ TQ1_3: Hl7Field; /** * Explicit Time */ TQ1_4: Hl7Field; /** * Relative Time and Units */ TQ1_5: Hl7Field; /** * Service Duration */ TQ1_6: Hl7Field; /** * Start date/time */ TQ1_7: Hl7Field; /** * End date/time */ TQ1_8: Hl7Field; /** * Priority */ TQ1_9: Hl7Field; /** * Condition text */ TQ1_10: Hl7Field; /** * Text instruction */ TQ1_11: Hl7Field; /** * Conjunction */ TQ1_12: Hl7Field; /** * Occurrence duration */ TQ1_13: Hl7Field; /** * Total occurrences */ TQ1_14: Hl7Field; }