Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

The Simulator is a helpful test utility component you can use to simulate a stream of HL7 messages from a file. The component reads in the file, extracts the HL7 messages and sends them out via LLP.

 Import the Simulator component

On the Dashboard, click +COMPONENT and search for Simulator.

Screen Shot 2024-01-12 at 2.02.38 PM.png
 Modify the custom fields according to your workflow

Modify the custom fields:

  • MessageFile: Browse for a sample file containing a batch of HL7 messages. If you do not configure a file, the component will default to use the messages included in the components sample data (Samples/messages.hl7).

  • Host: Destination IP address (default is localhost).

  • Port: Destination port (default is 65432).

  • Secure: Use TLS true or false.

  • Delay: Set a delay between each message sent (default is 1 second).

  • Repeat: True or false to set the simulator to loop through the file continuously.

Screen Shot 2024-01-12 at 2.33.08 PM.png
 Try the Simulator out with the HL7 Server component

By default, the Simulator is set with default custom field configurations to work with the HL7 Server component. Create an end to end integration with the:

Note this is a standalone component that does not need to be linked with an HL7 Server component as it sends messages via LLP.

  • No labels