iNTERFACEWARE Products Manual > Learning Center > Iguana Best Practices Guide > Designing HL7 Interfaces in Iguana > Five Steps to Building HL7 Interfaces in Iguana > Analyze the Data |
|
Looking for Iguana v.5 or v.6? Learn More or see the Help Center.
Once you have acquired the data, you need to analyze it. To analyze the data: 1. Start with a new message definition file (VMD)
2. Use the right tools
3. Consider using the msgtransform tool
This makes it very convenient to iteratively build up your message definition file. Typically you are probably going to be interested in running the tool in the 'table' mode, which tests out parsing each message into the defined table grammar. For example:
The msgtransform utility is available for both Windows and Unix.
|