Configure Data Sources
Update data lookup tables
Update Properties file
Step 3: Configure the build properties
The third step in the i2b2 on OMOP configuration process is to edit the build.properties file for edu.harvard.i2b2.pm. During this step you need to set the jboss.home and axis2.war.name properties.
Steps to update build.properties
Update crc.properties
CRC Properties Configuration
The crc.properties file contains a number of properties that define how the CRC cell will behave during certain operations. For the i2b2 on OMOP project there is only one property in this file that needs to be modified.
Property Name: queryprocessor.multifacttable
Value | Behavior |
---|---|
false | The CRC will continue to work as it does in the classic i2b2. Only one fact table (observation_fact) will be queried |
true | The CRC will query multiple fact tables as defined in the OMOP CDM version 5 |
Update crc.properties file
Assumptions:
- You are logged into the command line application for your environment. (Linux: Terminal or Shell and Windows: Command Prompt)
- You have already changed your working directory to the one that is appropriate for this installation.
EXAMPLES: