iNTERFACEWARE Products Manual > Installing and Using Chameleon > HL7 <-> HL7 Transformation > Scripted Transformation > Transformation Algorithm |
|
Looking for Iguana v.5 or v.6? Learn More or see the Help Center.
These are the basic steps that Chameleon follows when implementing scripted transformation:
The order of Python execution for transformation is described in the following diagram: So typically the main work in setting up the scripted transformation is defining the message identities and then writing a transformation script for each one in Python. Scripted transformation does not actually make use of the segment grammar definition unlike other parsing operations in Chameleon. |