Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Expand
titleSTEP 1: Using the HL7 Server component from the previous tutorial
  1. Stop the component.

  2. Make the HL7 Server editable.

    1. Click Customize → Copy and Edit.

Screen Shot 2024-09-18 at 6.34.56 PM.pngImage Added
  1. Enter the translator by the Edit Script button.

Expand
titleSTEP 2: Alter the code to have ACKs generated hardcoded to say THANK YOU FOR TESTING WITH US for the Sending Facility

Copy and paste the following line to replace line 10 of your code:

Code Block
A.MSH[4][1] = "THANK YOU FOR TESTING WITH US"
Image RemovedScreen Shot 2024-09-18 at 6.40.04 PM.pngImage Added
Expand
titleSTEP 3: Commit the code and run it by changing the commit on the component card

Step 1: Click the + commit button in the menu bar of the translator:

Image Removed

. Then follow this the screenshot below:

Image Removed

Step 2:

Screen Shot 2024-09-18 at 6.40.41 PM.pngImage AddedScreen Shot 2024-09-18 at 6.42.04 PM.pngImage Added
  1. Notice changes made

  2. Add commit message

  3. Commit changes

Navigate back to the dashboard and open the component card, change the commit to the one you just made:

Image Removed

Step 3: Run , and START the component.

Screen Shot 2024-09-18 at 6.47.49 PM.pngImage Added

The source code of the HL7 Server is deliberately written to make it easy to customize. Consider how you would do the same customization in Iguana 6?

Next Understanding Databases in IguanaThis is part of your product Orientation or back to Orientation!