UNPKG

@dotbase/hl7-v2-message

Version:

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

33 lines (32 loc) 587 B
import Hl7Fields from '../../../model/Hl7Fields'; import Hl7Field from '../../../model/Hl7Field'; export default class CTD_Fields extends Hl7Fields { /** * Contact Role */ CTD_1: Hl7Field; /** * Contact Name */ CTD_2: Hl7Field; /** * Contact Address */ CTD_3: Hl7Field; /** * Contact Location */ CTD_4: Hl7Field; /** * Contact Communication Information */ CTD_5: Hl7Field; /** * Preferred Method of Contact */ CTD_6: Hl7Field; /** * Contact Identifiers */ CTD_7: Hl7Field; }