|
@@ -45,10 +45,10 @@
|
|
|
{{#js_if "this.patientListFields.Last_visit"}}
|
|
{{#js_if "this.patientListFields.Last_visit"}}
|
|
|
<th class="label-cell">{{js "global.tr[global.lang].existing.lastVisit"}}</th> <!-- sortable-cell sortable-cell-active sortable-desc-->
|
|
<th class="label-cell">{{js "global.tr[global.lang].existing.lastVisit"}}</th> <!-- sortable-cell sortable-cell-active sortable-desc-->
|
|
|
{{/js_if}}
|
|
{{/js_if}}
|
|
|
- {{#js_if "app.data.user.type=='physician'"}}
|
|
|
|
|
|
|
+ <!-- {{#js_if "app.data.user.type=='physician'"}}
|
|
|
<th class="numeric-cell" style="width:100px;">{{js "global.tr[global.lang].existing.visitNumber"}}</th>
|
|
<th class="numeric-cell" style="width:100px;">{{js "global.tr[global.lang].existing.visitNumber"}}</th>
|
|
|
- {{/js_if}}
|
|
|
|
|
- {{#js_if "this.patientListFields.Last_count"}}
|
|
|
|
|
|
|
+ {{/js_if}} -->
|
|
|
|
|
+ {{#js_if "this.patientListFields.Visit_count"}}
|
|
|
<th class="numeric-cell" style="width:100px;">{{js "global.tr[global.lang].existing.visitCount"}}</th>
|
|
<th class="numeric-cell" style="width:100px;">{{js "global.tr[global.lang].existing.visitCount"}}</th>
|
|
|
{{/js_if}}
|
|
{{/js_if}}
|
|
|
{{#js_if "this.patientListFields.Image_count"}}
|
|
{{#js_if "this.patientListFields.Image_count"}}
|
|
@@ -90,10 +90,10 @@
|
|
|
{{#js_if "../patientListFields.Last_visit"}}
|
|
{{#js_if "../patientListFields.Last_visit"}}
|
|
|
<td class="label-cell">{{lastVisit}}</td>
|
|
<td class="label-cell">{{lastVisit}}</td>
|
|
|
{{/js_if}}
|
|
{{/js_if}}
|
|
|
- {{#js_if "app.data.user.type=='physician'"}}
|
|
|
|
|
|
|
+ <!-- {{#js_if "app.data.user.type=='physician'"}}
|
|
|
<td class="numeric-cell" style="width:100px;">{{visitNumber}}</td>
|
|
<td class="numeric-cell" style="width:100px;">{{visitNumber}}</td>
|
|
|
- {{/js_if}}
|
|
|
|
|
- {{#js_if "../patientListFields.Last_count"}}
|
|
|
|
|
|
|
+ {{/js_if}} -->
|
|
|
|
|
+ {{#js_if "../patientListFields.Visit_count"}}
|
|
|
<td class="numeric-cell" style="width:100px;">{{visitCount}}</td>
|
|
<td class="numeric-cell" style="width:100px;">{{visitCount}}</td>
|
|
|
{{/js_if}}
|
|
{{/js_if}}
|
|
|
{{#js_if "../patientListFields.Image_count"}}
|
|
{{#js_if "../patientListFields.Image_count"}}
|