UNPKG

@dotbase/hl7-v2-message

Version:

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

29 lines (28 loc) 571 B
import Hl7Fields from '../../../model/Hl7Fields'; import Hl7Field from '../../../model/Hl7Field'; export default class LRL_Fields extends Hl7Fields { /** * Primary Key Value - LRL */ LRL_1: Hl7Field; /** * Segment Action Code */ LRL_2: Hl7Field; /** * Segment Unique Key */ LRL_3: Hl7Field; /** * Location Relationship ID */ LRL_4: Hl7Field; /** * Organizational Location Relationship Value */ LRL_5: Hl7Field; /** * Patient Location Relationship Value */ LRL_6: Hl7Field; }