iNTERFACEWARE Products Manual > Installing and Using Chameleon > Tutorials and Exercises > HL7 to Application > Step 3 - Stubcode Generation |
|
Looking for Iguana v.5 or v.6? Learn More or see the Help Center.
So far, you have seen how Chameleon can be used to extract user-defined data from HL7 messages. However, in normal applications, you certainly do not want to examine each message individually in Chameleon. In most cases, you will have an application that does the following:
The parsing of the HL7 message and the extraction of the data should be automatic and invisible, since the application only cares about the extracted data. To make this possible, Chameleon can automatically generate a set of classes that will hold the extracted data and which can be accessed from within your application; this set of classes is called stubcode. Chameleon's built-in Stubcode Generation Wizard can generate these classes in a wide variety of programming languages. Your application only needs to include these classes in order to have access to the HL7 data. In this section of the tutorial, you will learn how to generate the stubcode for your project. |