Skip to content

Commit

Permalink
Merge pull request #104 from mozzy11/labform
Browse files Browse the repository at this point in the history
update lab form
  • Loading branch information
mozzy11 committed Sep 21, 2022
2 parents 9894796 + 5d18710 commit 1388cba
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions omod/src/main/webapp/resources/htmlforms/Lab.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<htmlform formUuid="56cf5b28-c0b5-4d57-8dde-a43e93e269d2"
formName="Analyse de Laboratoire" formVersion="1.0"
formEncounterType="f037e97b-471e-4898-a07c-b8e169e0ddc4"
formDescription="Analyse de laboratoire;Analyse de laboratoire">
formDescription="Analyse de laboratoire;">
<macros>
paperFormId = (Fill this in)
<!--headerColor =#009d8e-->
Expand Down 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.2</revision>
<revision>1.4.3</revision>
<openMRSVersion>2.0.5</openMRSVersion>
<uiframeworkVersion>3.11.0</uiframeworkVersion>
<jsonVersion>20160212</jsonVersion>
Expand Down

0 comments on commit 1388cba

Please sign in to comment.