Home
Site Map
Members Login
iNTERFACEWARE™ Inc.
News
Products
Downloads
Support
Services
Resources
Company
Contact
SEARCH:
iNTERFACEWARE Products Manual
>
Chameleon
>
Learning the Basics
>
Understanding the Benefits of Using Multiple Configurations
>
Tutorial: Using Multiple Configurations
> Tutorial Objective
About This Manual
HL7 Overview
Iguana
Chameleon
Getting Started
Chameleon Overview
Chameleon Interface
Learning the Basics
Starting Chameleon
Creating and Opening Projects
Viewing the News Feed
Quick Start Guide For Creating Message Definitions
Using Message Definitions
Using Message Identities
Working with Segments and Segment Grammars
Working with Tables and Table Grammars
Mapping Data
Working with Composites
Understanding Date Time Formats
Understanding the Benefits of Using Multiple Configurations
Creating a New Configuration
Renaming or Deleting a Configuration
Selecting a Configuration at Runtime
Setting the Configuration in the Application Code Using the Index Number
Setting the Configuration in the Application Code Using the Name
Tutorial: Using Multiple Configurations
Tutorial Scenario
Tutorial Objective
Examining the Magic Hospital Message
Creating Another Configuration
Modifying the Configuration
Testing the Changes
VMD File After Changes
Using Wizards
Configuring VMDs Using the Options Window
Using Python Scripting
HL7 <-> HL7 Transformation
XML <-> HL7 Translation
Learning the Advanced Features
Using the Tools and Utility Applications
Deploying Chameleon Applications
Tutorials and Exercises
Designing HL7 Interfaces
Troubleshooting
Unix Support
Language API Documentation
Tutorial Objective
In order to accomplish the objective, there are a few steps you have to complete:
Examine the second message you need to parse using the Message Browser;
Create another configuration in an
existing VMD file
;
Modify the configuration, namely the misplaced fields in the PID segment, to meet the Magic Hospital parsing requirements;
Correct the table mappings for the misplaced values;
Remove the leading zeros from the Patient Identifier field using Python; and
Add the SetConfiguration code to the application code, depending on the site you are deploying it to (in this case, either Magic or Acme).