File tree Expand file tree Collapse file tree
omod/src/main/webapp/fragments/clinicianfacing Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1919 <% if (config. showVisitTypeOnPatientHeaderSection == false ) { % >
2020 <% recentVisitsWithLinks. each { it, url - > % >
2121 <li class =" clear" >
22- <a href =" ${ url } " class =" visit-link" >
22+ <a href =" ${ url } " class =" visit-link identifier " >
2323 ${ ui. formatDatePretty(it. startDatetime) }
2424 <% if (it. stopDatetime && ! it. startDatetime. format(" yyyy/MM/dd" ). equals(it. stopDatetime. format(" yyyy/MM/dd" ))){ % > - ${ ui. formatDatePretty(it. stopDatetime) } <% } % >
2525 </a >
26+ <ul id =" " class =" appui-toggle" >
27+ <li >
28+ visit details to be displayed gere
29+ </li >
30+ </ul >
31+
32+ <script type =" text/javascript" >
33+ jq (' .identifier' ).on (event ,function (){
34+ jq (' .appui-toggle' ).toggle ();
35+ });
36+ </script >
37+
2638 <div class =" tag" >
2739 <% if (it. stopDatetime == null || new Date (). before(it. stopDatetime)) { % > ${ ui. message(" coreapps.clinicianfacing.active" ) } - <% } % >
2840 ${ (it. admissionEncounter) ? ui. message(" coreapps.clinicianfacing.inpatient" ) : ui. message(" coreapps.clinicianfacing.outpatient" ) }
You can’t perform that action at this time.
0 commit comments