iNTERFACEWARE Products Manual > Installing and Using Chameleon > HL7 <-> HL7 Transformation > Scripted Transformation > Example: Transforming Lab Message and Patient Update Messages > Examining the Lab Message Transformation Script |
|
Looking for Iguana v.5 or v.6? Learn More or see the Help Center.
Now that you have seen how the transformations work, the next step is to examine the script that transforms the Lab Message messages. To view this transformation script:
The Transformation Script window displays the Python code that performs the actual transformation. The Python code used in this transformation script is shown below. While the size of this script may seem intimidating, the basic idea of the script is simple:
The example script includes detailed comments that explain what the code is doing. The Python functions that are called from the script are defined in the VMD file's global inbound script.
|