Skip to content

Commit

Permalink
update Lab form to use lab On FHIR openelis url
Browse files Browse the repository at this point in the history
  • Loading branch information
mozzy11 committed Jun 20, 2022
1 parent 0a2ecbf commit 6289b6e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions omod/src/main/webapp/resources/htmlforms/Lab.xml
Original file line number Diff line number Diff line change
Expand Up @@ -908,10 +908,10 @@
<table>
<tr>
<td colspan="3">
<includeIf velocityTest="$fn.globalProperty('labintegration.openElis.url') != ''">
<includeIf velocityTest="$fn.globalProperty('labonfhir.openElisUrl') != ''">
<obs id="destinationOfTestOrder" labelText="Envoyez le résultat de laboratoire à:" conceptId="CIEL:160632" answers="SCC,OpenELIS" style="dropdown" />
</includeIf>
<excludeIf velocityTest="$fn.globalProperty('labintegration.openElis.url') != ''">
<excludeIf velocityTest="$fn.globalProperty('labonfhir.openElisUrl') != ''">
<obs id="destinationOfTestOrder" labelText="Envoyez le résultat de laboratoire à:" conceptId="CIEL:160632" answers="SCC" style="dropdown" />
</excludeIf>
</td>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
</modules>

<properties>
<revision>1.4.3-SNAPSHOT</revision>
<revision>1.4.4-SNAPSHOT</revision>
<openMRSVersion>2.0.5</openMRSVersion>
<uiframeworkVersion>3.11.0</uiframeworkVersion>
<jsonVersion>20160212</jsonVersion>
Expand Down

0 comments on commit 6289b6e

Please sign in to comment.