UNPKG

@dotbase/hl7-v2-message

Version:

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

37 lines (36 loc) 643 B
import Hl7Fields from '../../../model/Hl7Fields'; import Hl7Field from '../../../model/Hl7Field'; export default class LOC_Fields extends Hl7Fields { /** * Primary Key Value - LOC */ LOC_1: Hl7Field; /** * Location Description */ LOC_2: Hl7Field; /** * Location Type - LOC */ LOC_3: Hl7Field; /** * Organization Name - LOC */ LOC_4: Hl7Field; /** * Location Address */ LOC_5: Hl7Field; /** * Location Phone */ LOC_6: Hl7Field; /** * License Number */ LOC_7: Hl7Field; /** * Location Equipment */ LOC_8: Hl7Field; }