Advertisement
ssmusoke

OpenMRS Lookup Expression

Dec 3rd, 2015
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 KB | None | 0 0
  1. <ifMode mode="ENTER">
  2. &lt;lookup complexExpression="
  3. #set( $encounter = 0 )
  4. #set( $encounter = $fn.latestEncounter('8d5b27bc-c2cc-11de-8d13-0010c6dffd0f') )
  5. #if( $encounter != 0 )
  6. &lt;script type=&quot;text/javascript&quot;>
  7. if (window.location.href.indexOf('/module/htmlformentry/htmlForm.form?id=3') == -1)
  8. {
  9. // window.location=
  10. alert(window.location.host + &quot;://&quot; + window.location.host + openmrsContextPath + &quot;/htmlformentry/htmlFormEntry.form?patientId=$encounter.patientId&amp;encounterId=$encounter.encounterId&quot;);
  11. }
  12. &lt;/script>
  13. #end
  14. "/>
  15. </ifMode>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement