UNPKG

@dotbase/hl7-v2-message

Version:

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

109 lines (108 loc) 1.9 kB
import Hl7Fields from '../../../model/Hl7Fields'; import Hl7Field from '../../../model/Hl7Field'; export default class IVT_Fields extends Hl7Fields { /** * Set Id – IVT */ IVT_1: Hl7Field; /** * Inventory Location Identifier */ IVT_2: Hl7Field; /** * Inventory Location Name */ IVT_3: Hl7Field; /** * Source Location Identifier */ IVT_4: Hl7Field; /** * Source Location Name */ IVT_5: Hl7Field; /** * Item Status */ IVT_6: Hl7Field; /** * Bin Location Identifier */ IVT_7: Hl7Field; /** * Order Packaging */ IVT_8: Hl7Field; /** * Issue Packaging */ IVT_9: Hl7Field; /** * Default Inventory Asset Account */ IVT_10: Hl7Field; /** * Patient Chargeable Indicator */ IVT_11: Hl7Field; /** * Transaction Code */ IVT_12: Hl7Field; /** * Transaction amount - unit */ IVT_13: Hl7Field; /** * Item Importance Code */ IVT_14: Hl7Field; /** * Stocked Item Indicator */ IVT_15: Hl7Field; /** * Consignment Item Indicator */ IVT_16: Hl7Field; /** * Reusable Item Indicator */ IVT_17: Hl7Field; /** * Reusable Cost */ IVT_18: Hl7Field; /** * Substitute Item Identifier */ IVT_19: Hl7Field; /** * Latex-Free Substitute Item Identifier */ IVT_20: Hl7Field; /** * Recommended Reorder Theory */ IVT_21: Hl7Field; /** * Recommended Safety Stock Days */ IVT_22: Hl7Field; /** * Recommended Maximum Days Inventory */ IVT_23: Hl7Field; /** * Recommended Order Point */ IVT_24: Hl7Field; /** * Recommended Order Amount */ IVT_25: Hl7Field; /** * Operating Room Par Level Indicator */ IVT_26: Hl7Field; }