batch.vmd

Verified
Added by iNTERFACEWARE

Use this VMD to process HL7 batch files, it recognizes the FSH and BSH batch headers

Description
Use this VMD to process HL7 batch files, it recognizes the FSH and BSH batch headers
Attachments
Usage Details

This VMD is designed to help process HL7 batch files, it recognizes the FSH and BSH batch headers. This means you can parse a batch of HL7 messages, and then split them into separate messages for processing.

How to use batch.vmd:

  • Add the batch.vmd to your project
    Note: You can also copy it into <iguana install dir>\edit\admin\other
  • Use the VMD with hl7.parse{} to parse a batch of HL7 messages
  • Split the batch into individual messages for processing
    Note: See Processing a batch of HL7 messages for details