UNPKG

@dotbase/hl7-v2-message

Version:

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

49 lines (48 loc) 950 B
import Hl7Fields from '../../../model/Hl7Fields'; import Hl7Field from '../../../model/Hl7Field'; export default class OM2_Fields extends Hl7Fields { /** * Segment Type ID */ OM2_1: Hl7Field; /** * Sequence Number - Test/ Observation Master File */ OM2_2: Hl7Field; /** * Units of Measure */ OM2_3: Hl7Field; /** * Range of Decimal Precision */ OM2_4: Hl7Field; /** * Corresponding SI Units of Measure */ OM2_5: Hl7Field; /** * SI Conversion Factor */ OM2_6: Hl7Field; /** * Reference */ OM2_7: Hl7Field; /** * Critical range for ordinal and continuous observations */ OM2_8: Hl7Field; /** * Absolute range for ordinal and continuous observations */ OM2_9: Hl7Field; /** * Delta Check Criteria */ OM2_10: Hl7Field; /** * Minimum Meaningful Increments */ OM2_11: Hl7Field; }