HL7 Module 10.5 | Understanding and Using HL7 Module | Installing and Using HL7 Module | Configuring webMethods HL7 Module | Configuring the HL7 Module Database
 
Configuring the HL7 Module Database
You must configure the HL7 Module database to store, manage, and use code tables for validation of HL7 version 2.x messages.
*To configure the HL7 Module database
1. In Integration Server Administrator, connect Integration Server to the HL7 Module database component, as follows:
a. Create a new Pool Alias Definition for one of the supported databases. HL7 Module can use any of the supported databases for its database. For a list of all supported RDBMSs, see System Requirements for Software AG Products.
b. Associate the HL7 functional alias with the Pool Alias Definition.
c. Restart the HL7 functional alias for the changes to take effect.
For the steps to create a new Pool Alias Definition and associate it with the HL7 functional alias, see the Installing webMethods Products On Premises guide for your release.
2. Create the database tables required by the HL7 Module database, as follows:
a. In Designer, in the Package Navigator view, expand the WmHL7 package and locate the wm.ip.hl7.codetables:runScripts service.
b. In Designer, select Run > Run As > Run Service.
c. In the Enter Input for 'runScripts' dialog box, specify the following input values:
*In the database input field, select the database that is associated with the HL7 functional alias.
*In the mode input field, select create to create the database tables required by the HL7 Module database.
For more information about the service parameters, see the wm.ip.hl7.codetables:runScripts service.
d. Click OK.
Designer runs the service and displays the results in the Service Result view.
3. Populate the code table and code table values in the HL7 Module database, as follows:
a. In Designer, in the Package Navigator view, expand the WmHL7 package and locate the wm.ip.hl7.codetables:loadData service.
b. In Designer, select Run > Run As > Run Service.
Designer runs the service and displays the results in the Service Result view.
Note:
The wm.ip.hl7.codetables:loadData service loads the standard code table and code table values from two files (codeTables.tsv and codeTableValues.tsv) located in the Integration Server_directory\packages\WmHL7\data\codetables directory.