iNTERFACEWARE Products Manual > Learning Center > Tutorials and Sample Scenarios > Working With Other Message Formats > Generating HL7 Version 3 Messages > Loading the Python Module Into Iguana |
|
Looking for Iguana v.5 or v.6? Learn More or see the Help Center.
The VMD file created in Creating a VMD File To Generate HL7 Version 3 Messages generates its HL7 Version 3 messages by calling a function named hl7version3(), which is part of a module named hl7version3. The Python source code for this module can be found here: hl7version3.py. This module uses code from a helper module, named v3Helpers.py, which can be found here: v3Helpers.py. To use the hl7version3 module, you must locate the hl7version3.py and v3Helpers.py files in a place where Iguana can find them. One way to do this is to copy the files into the directory in which Iguana normally looks for Python scripts, which is the lib subdirectory of the directory in which Iguana is installed. However, if you are a member of the Administrators role, you can update the server's CHM_PYTHON_LIB_PATH environment variable to tell Iguana to look for Python modules in the directory that contains these files. To do this:
Note that the CHM_PYTHON_LIB PATH environment variable and its value are in italics. This indicates that the environment variable has been modified.
|