Skip to main content

Creating an HL7 Business Service and Message Router

Instead of using the existing components, we will now add new components to the production. First, we will add a service. The new service wizard will also add a new process (in this case a message routing process). The wizard will configure the service to send its messages to the new process. This is controlled through the service's Target Config Names setting.

To begin, click the generated description: addcomponent 20141 button next to Services in the menu bar above the components. This will bring up the Business Service Wizard.

generated description: create4 20142

Here are the rest of the steps.

  1. Click the HL7 Input tab on the top of the window, then click File for the input type.

  2. Next, enter the following configuration:

    • Input Type: File

    • HL7 Service Name: TutorialFileService

    • Enable Now: Selected

    • HL7 Service Target: Create New Router

    • HL7 Schema Category: 2.3

    • File Path: C:\Tutorial\In

    • Filenames: *.txt

    generated description: create5 20141

  3. Click OK. You will see a couple of alert boxes informing of the names chosen for the new router and its routing rules. Click OK for both.

The next page describes some configuration changes to the new process.

FeedbackOpens in a new tab