iNTERFACEWARE Products Manual > Learning Center > Iguana Best Practices Guide > Designing HL7 Interfaces in Iguana > Five Steps to Building HL7 Interfaces in Iguana > Design the Segment and Table Grammar |
|
Looking for Iguana v.5 or v.6? Learn More or see the Help Center.
Once you have a feel for the data, you need to consider what kind of segment and table grammar will be optimal for the data you are working with, depending on the function you want to achieve (i.e. parsing, generating, transformation, or translation). This section will focus primarily on parsing incoming messages and extracting the data into tables. The optimal format will depend primarily on the type of information you wish to extract. Typically your business logic will drive those requirements, which, in turn, will drive your message definitions. A well thought-out strategy for parsing the incoming messages can make all the difference between an easy and stable implementation and weeks of frustration. |