Configure Private Processes on the Host Machine
BusinessConnect Container Edition - EDI Protocol HIPAA Edition powered by Instream installation package contains an example TIBCO ActiveMatrix BusinessWorks™ project that sends a HIPAA 270 transaction to BusinessConnect Container Edition.
This section contains the following parts:
Processes Overview
The example HIPAA_RTPatientEligibility project contains the following processes:
| • | Send 270 RT Request: Reads a file containing the XML data equivalent to the 270 transaction and sends the XML data to BusinessConnect Container Edition. |
| • | Validation Error Advisory Received: Activated when BusinessConnect Container Edition sends out an advisory indicating that there is a validation error on the original 270 Transaction. |
Configuring Private Process in TIBCO Business Studio
To configure the private process in TIBCO Business Studio:
| • | Opening the TIBCO ActiveMatrix BusinessWorks Project |
| • | Configuring Connections to BusinessConnect Container Edition |
Opening the TIBCO ActiveMatrix BusinessWorks Project
To open the TIBCO ActiveMatrix BusinessWorks project in TIBCO Business Studio, perform the following steps:
- Procedure
-
Start TIBCO Business Studio.
-
Go to File > Import.
-
On the Import page, expand the General folder and select the Existing Studio Projects into Workspace item. Click Next.
-
Click Browse next to the Select archive file field.
-
Go to the
/bcce-edihipaa-1.0.0/samples/bw/HIPAA_RTPatientEligibilitydirectory and select theHIPAA_RTPatientEligibility_for_bw6.zipfile. -
Click Finish.
After importing the sample, perform the following steps:
-
Expand Module Descriptors in the Project Explorer view.
-
Double-click Module Properties.
-
On the User tab, change the default values of the BCHome and TPName properties according to your environment.
Configuring Connections to BusinessConnect Container Edition
To configure connections to BusinessConnect Container Edition on the Initiator computer, perform the following steps:
- Procedure
-
In the Project Explorer view, expand Resources and double-click BCConnection.bcResource.
-
Configure the server information on the Server Access tab.
-
From the JDBC Driver dropdown list, select the JDBC driver that you use to communicate with the BusinessConnect Container Edition configuration store.
-
In the JDBC URL field, enter the URL for the configuration store.
-
In the DB User and Password fields, enter the configuration store username and password.
-
Click Apply and Save.

-
-
On the Configuration tab, click Update from Configuration Store.
-
From the Protocol Name dropdown list, select X12.
If you select the Select Operations checkbox, you can select any of the configured or imported operations. For this tutorial, select all operations and click OK.
-
Click Import Selected Business Protocol.
When you import the protocol, BusinessWorks retrieves information from the BusinessConnect Container Edition configuration store and puts them in the project folder.
-
Click Save.