Configuring Register Sets and Registers

How to:

This section describes how to configure register sets and registers using iWay Integration Tools (iIT).


Top of page

x
Procedure: How to Configure Register Sets and Registers
  1. In the EDIHL7_usr_sample_proj project tree, right-click the Registers folder, and select New, and then click Register Set from the context menu, as shown in the following image.

  2. In the Name field, enter a name for the register set and click Finish, as shown in the following image.

    The new register set appears under Registers in the Registers folder, as shown in the following image.

  3. Click the Add a property icon to add a register to the register set, as shown in the following image.

  4. Enter a name for the new register in the Name field, select a register type from the Type drop-down list (set to string by default), and then enter a value in the Value field, as shown in the following image.

  5. Click OK.
  6. Create the following registers under the EDIHL7 registers set you just created, along with the values shown in the table below.

    Register Name

    Value

    Input

    Name=Input, Value=sreg(EDIHL7_INPUT)

    Error

    Name=Error, Value=sreg(EDIHL7_INPUT)\IB_Error

    GoodOutput

    Name=Output, Value=sreg(EDIHL7_INPUT)\IB_TransformGood

    BadOutput

    Name=BadOutput, Value=sreg(EDIHL7_INPUT)\IB_Error

    ValidReport

    Name=ValidReport, Value=sreg(EDIHL7_INPUT)\IB_Report

    Archive

    Name=Archive, Value=sreg(EDIHL7_INPUT)\IB_Archive

    After creating all of the required registers in register set, your iIT screen should resemble the following image.


Top of page

x
Procedure: How to Add a Register Set to an Inbound Channel as a Dependency
  1. Click the XMLEDIHL7_IB_QS_pFlow_Ebix_Channel node and then click the Add dependency icon on the far right side panel of the channel properties pane, as shown in the following image.

  2. From the Registers folder under the integration folder, select EDIHL7 and click OK.

    The iIT page should resemble the following image.

  3. Click the Save icon to save your changes. You can also use the keyboard shortcut (Ctrl+S) if you are using a Windows environment.

iWay Software