Configure the TIBCO BusinessWorks Private Processes on the Host Machine
BusinessConnect Container Edition - EDI Protocol HIPAA Edition powered by Instream installation package contains an example TIBCO BusinessWorks project that sends a HIPAA 837 Professional transaction to BusinessConnect Container Edition.
This section contains the following parts:
Processes Overview
The example HIPAA_Acks project contains the following processes:
| • | Send HIPAA 837 Request Reads a file containing the XML equivalent of an 837 Professional transaction and sends the XML data to BusinessConnect Container Edition. |
| • | Receive TA1 Interchange Acknowledgement Activated when BusinessConnect Container Edition receives a TA1 Interchange Acknowledgement. |
| • | Receive 997 Functional Acknowledgement Activated when BusinessConnect Container Edition receives the 997 Functional Acknowledgement. |
| • | Receive 824 Application Advice Activated when BusinessConnect Container Edition receives the 824 HIPAA Acknowledgement. |
| • | Receive 277U Claim Status Activated when BusinessConnect Container Edition receives the 277U HIPAA Acknowledgement. |
Configuring Private Process in TIBCO Business Studio
To configure the private process in TIBCO Business Studio, perform the following tasks:
| • | 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_InstallerFolder/samples/bw/HIPAA_Acksdirectory. -
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.
Figure 20: BusinessWorks Project
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.
Figure 21: BCCE Server Configuration
-
-
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.
Figure 22: BCCE Connection Configuration