2014-11-25 10:26:10 +00:00
|
|
|
<center>
|
|
|
|
<h2>ตารางนัดผู้ป่วย</h2>
|
|
|
|
<h3>
|
|
|
|
{{parent_company_name}} {{company_name}}<br/>
|
|
|
|
</h3>
|
|
|
|
<h4>
|
|
|
|
{{#if has_duration}}
|
|
|
|
ระหว่างวันที่ {{date_from}} ถึง {{date_to}}
|
|
|
|
{{else}}
|
|
|
|
{{date}}
|
|
|
|
{{/if}}
|
|
|
|
</h4>
|
|
|
|
</center>
|
|
|
|
<table class="table table-condensed table-striped">
|
|
|
|
<thead>
|
|
|
|
<th>รอบ</th>
|
|
|
|
<th>#</th>
|
|
|
|
<th>เลขที่อ้างอิง</th>
|
|
|
|
<th>ผู้ป่วย</th>
|
|
|
|
<th>สิทธ์</th>
|
|
|
|
<th>แพทย์</th>
|
|
|
|
<th>HD Case</th>
|
|
|
|
<th>หมายเหตุ</th>
|
|
|
|
</thead>
|
|
|
|
<tbody>
|
|
|
|
{{#each lines }}
|
|
|
|
<tr style="background-color:{{visit_color}}">
|
|
|
|
{{#if title}}
|
2014-11-26 07:35:09 +00:00
|
|
|
<td style="background-color:#ddddff"><b>{{cycle_name}}</b></td>
|
|
|
|
<td colspan="8" style="text-align:right; background-color:#ddddff"><b>{{details}}</b></td>
|
2014-11-25 10:26:10 +00:00
|
|
|
{{else}}
|
|
|
|
<td style="background-color:{{cycle_color}}">{{cycle_name}}</td>
|
|
|
|
<td style="background-color:{{visit_color}}">{{no}}</td>
|
|
|
|
<td style="background-color:{{visit_color}}"><a href="/ui#name=clinic_visit&active_id={{visit_id}}&mode=form">{{number}}</a></td>
|
2014-11-26 07:35:09 +00:00
|
|
|
<td style="background-color:{{visit_color}}"><a href="/ui#name=clinic_patient&active_id={{patient_id}}&mode=form">{{patient_name}}</a></td>
|
2014-11-25 10:26:10 +00:00
|
|
|
<td style="background-color:{{visit_color}}">{{patient_type}}</td>
|
2014-11-26 07:35:09 +00:00
|
|
|
<td style="background-color:{{visit_color}}"><a href="/ui#name=clinic_staff&active_id={{doctor_id}}&mode=form">{{doctor_name}}</a></td>
|
2014-11-25 10:26:10 +00:00
|
|
|
<td style="background-color:{{visit_color}}"><a href="/ui#name=clinic_hd_case&active_id={{hd_case_id}}&mode=form">{{hd_case_number}}</a></td>
|
|
|
|
<td style="background-color:{{visit_color}}">{{note}}</td>
|
|
|
|
{{/if}}
|
|
|
|
</tr>
|
|
|
|
{{/each}}
|
|
|
|
</tbody>
|
|
|
|
<tfoot>
|
|
|
|
</tfoot>
|
|
|
|
</table>
|