Page History
CRC Properties Configuration
In order for the CRC to know there are multiple fact tablesInfo | ||
---|---|---|
| ||
Beginning in 1.7.12, the CRC properties are in the database! See this link. |
Prio to 1.7.17 versions, multifact table property is A new property, the queryprocessor.multifacttable property in the , has been added to the crc.properties file needs to be updated file. When this property is set to true the CRC will now look for multiple fact tables. By default, this property is set to false, however for the i2b2 on OMOP project this needs to be set to . If you are going to be using multiple fact tables you will need to update this property to be true.
Property: 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 ("single" mode) |
true | The CRC will work in both modes; single or multiple fact tables. |
Update crc.properties file
1. Open the crc.properties file and scroll to the section called Derived/Multi fact table parameter.
2. Edit the queryprocessor.multifacttable property to tell the CRC to query multiple fact tables.
Panel | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||
# Derived/Multi fact table parameter queryprocessor.multifacttable=true |
3. Save your changes and close the file.
html-text |
---|
<div class="i2b2-panel">
<table class="i2b2-note">
<colgroup>
<col width="24">
<col>
</colgroup>
<tbody>
<tr>
<td>
<img src="https://community.i2b2.org/wiki/download/attachments/14091764/icon_note.png" width="16" height="16" align="absmiddle" alt="info" border="0">
</td>
<td>
<b>Note</b>
<br><br>If the above parameter does not exist in the crc.properties file, then you |
have |
to add it |
so |
the CRC |
can |
query |
more |
than |
one |
fact |
table. </td> </tr> </tbody> </table> </div> |