iNTERFACEWARE Products Manual > Installing and Using Chameleon > Tutorials and Exercises > Application to HL7 > Step 3 - Stubcode Generation > The Generated Classes |
![]() ![]() |
Looking for Iguana v.5 or v.6? Learn More or see the Help Center.
The Stubcode Generation Wizard creates a subfolder whose name matches the prefix you specified in the Prefix field; in this case, the subfolder is named HL7. This subfolder is located in the same folder as your VMD file. In this subfolder, the following classes are created by this tutorial example:
The Engine class represents the Chameleon engine that actually parses and classifies the HL7 messages. From this class, you can access the Message classes that have been created.
The Message class represents the message definition you specified in your VMD file. The interface to this class enables you to access the Table and TableRow classes. You can access any row of any defined table or, if you prefer, each table in its entirety. One message class is defined for every message you create.
Each Table class represents a table you created when building your VMD file. This class enables you to access any row of the table. One Table class is created for every table you define. Each TableRow class represents a row of its table. The TableRow objects are accessed from the Table class. One TableRow class is created for every table you define. |