Rediger

Del via


Step 6: Create a Send Port to Deliver Query Messages

In this step, you create the send port to deliver the incoming queries (QRY^Q01 messages) to the Hospital Information System (HIS).

To create the HIS_Send send port

  1. In the BizTalk Server Administration Console, right-click Send Ports, point to New, and then select Static One-way Send Port.

  2. In the Send Port Properties dialog box, do the following:

    Use this To do this
    Name Type HIS_Send.
    Transport type Select MLLP.
    Configure Click the Configure button to the right of Type.
  3. In the MLLP Transport Properties dialog box, enter the following information and then click OK.

    Use this To do this
    Connection Name Type HIS_SendMLLP.
    Host Type localhost.
    Port Type 24000.
  4. In the Send Port Properties dialog box, for Send Pipeline, select BTAHL72XPipelines.BTAHL72XSendPipeline.

  5. In the Console Tree, click Filters, and then do the following:

    Use this To do this
    Property For Property, select BTS.MessageType.
    Operator Select == from the drop-down list.
    Value Type http://microsoft.com/HealthCare/HL7/2X#QRY_Q01_24_GLO_DEF.
    Group By Select AND from the drop-down list.
    Property For Property on the second line, select BTAHL7Schemas.MSH5_1.
    Operator Select == from the drop-down list.
    Value Type HIS.

    Note

    The first filter specifies that the send port only selects messages conforming to the QRY^Q01 schema you created in step 3A. The second filter specifies the destination to which the BTAHL7 Interface Engine sends these messages.

  6. Click OK.

  7. In the Administration console, select Send Ports, right-click HIS_Send, and then click Start.

    Proceed to Step 7: Create a Send Port to Deliver Response Messages.