iNTERFACEWARE Products Manual > Learning Center > Tutorials and Sample Scenarios > Working With a Database > HL7 to Database > Step 2 - Setting Up the VMD File > Defining a Table |
|
Looking for Iguana v.5 or v.6? Learn More or see the Help Center.
In Chameleon, you use a table to specify the names and data types of the fields that you extract from the messages matched by your message definition. Normally, a Chameleon table will correspond to a table in your database. In this tutorial, you will create a table that contains patient demographic information. To create the table:
Each row of this window represents a column in the table you are defining. For this sample table, you will be creating columns named PatientId, FirstName, LastName, DOB, SSN and Discharged. To create a column:
After creating the columns, perform the following steps:
When you are finished defining the table, it should look like this: Now that you have created the table, the next step is to create a table grammar for the table. This table grammar will map information from the message into fields of the table you have just created.
|