demo.vmd
Verified
Added by iNTERFACEWARE
The demo.vmd file used in many of our documentation examples
Description
The demo.vmd file used in many of our documentation examples
Attachments
Usage Details
This is a basic example of a VMD file for parsing HL7 messages. It includes two message definitions for: ADT messages, and the Catchall definition for all other messages. It also contains the definitions for two tables: patient and kin.
How to use demo.vmd:
- Add the demo.vmd to your project
Note: You can also copy it into <iguana install dir>\edit\admin\other - Use the VMD with
hl7.parse{}
andhl7.message{}
, etc.