2015-01-15 16:18:06 +00:00
|
|
|
<table class="table table-condensed table-striped">
|
2015-05-06 11:25:15 +00:00
|
|
|
<thead class="scroll-header">
|
2015-01-15 16:18:06 +00:00
|
|
|
<th>#</th>
|
|
|
|
<th>วันที่</th>
|
|
|
|
<th>รอบ</th>
|
2015-01-15 16:26:44 +00:00
|
|
|
<th>HN</th>
|
2015-01-15 16:18:06 +00:00
|
|
|
<th>ผู้ป่วย</th>
|
|
|
|
<th>สิทธ์</th>
|
|
|
|
<th>แพทย์</th>
|
|
|
|
<th>หมายเหตุ</th>
|
|
|
|
</thead>
|
|
|
|
<tbody>
|
|
|
|
{{#each lines }}
|
|
|
|
<tr>
|
|
|
|
<td>{{no}}</td>
|
|
|
|
<td><a href="/ui#name=clinic_visit&active_id={{vid}}&mode=form">{{date}}</a></td>
|
|
|
|
<td><a href="/ui#name=clinic_cycle&active_id={{cid}}&mode=form">{{cname}}</a></td>
|
2015-01-15 16:26:44 +00:00
|
|
|
<td>{{hn}}</td>
|
2015-01-15 16:18:06 +00:00
|
|
|
<td><a href="/ui#name=clinic_patient&active_id={{pid}}&mode=form">{{pname}}</a></td>
|
|
|
|
<td><a href="/ui#name=clinic_patient&active_id={{tid}}&mode=form">{{tname}}</a></td>
|
|
|
|
<td><a href="/ui#name=clinic_staff&active_id={{did}}&mode=form">{{dname}}</a></td>
|
|
|
|
<td style="background-color:{{visit_color}}">{{note}}</td>
|
|
|
|
</tr>
|
|
|
|
{{/each}}
|
|
|
|
</tbody>
|
|
|
|
<tfoot>
|
|
|
|
</tfoot>
|
|
|
|
</table>
|