UNPKG

@dotbase/hl7-v2-message

Version:

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

45 lines (44 loc) 829 B
import Hl7Fields from '../../../model/Hl7Fields'; import Hl7Field from '../../../model/Hl7Field'; export default class ILT_Fields extends Hl7Fields { /** * Set Id - ILT */ ILT_1: Hl7Field; /** * Inventory Lot Number */ ILT_2: Hl7Field; /** * Inventory Expiration Date */ ILT_3: Hl7Field; /** * Inventory Received Date */ ILT_4: Hl7Field; /** * Inventory Received Quantity */ ILT_5: Hl7Field; /** * Inventory Received Quantity Unit */ ILT_6: Hl7Field; /** * Inventory Received Item Cost */ ILT_7: Hl7Field; /** * Inventory On Hand Date */ ILT_8: Hl7Field; /** * Inventory On Hand Quantity */ ILT_9: Hl7Field; /** * Inventory On Hand Quantity Unit */ ILT_10: Hl7Field; }