Versions Compared

Key

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

...

Expand
titleUse test source and destination systems within Iguana to simulate the HL7 integration

For testing your workflow you can use:

  1. The /wiki/spaces/DEVELOPMEN/pages/2317287425 to send messages to localhost and the port configured for the HL7 Server. The HL7 Simulator does not need to be directly linked to the HL7 Server as messages won’t be queued between the components, they use the LLP protocol.

  2. Add a second HL7 Server but name it “Test Listener” to act as your destination system receiving and responding to your HL7 feed.

    1. Make sure you change the port to receive messages from your HL7 Client via LLP.

    2. Since this is acting as a test destination, in HL7 Server’s main.lua, comment or remove line 38, which queues the received messages. This ensures you keep your queue decluttered!

See Customizing You can use the HL7 Server Component if as is or you may want to modify the way the HL7 Server component handles the LLP protocol, for example:

...