<center>
    <!--
    <h2>ตารางนัดผู้ป่วย</h2>
    <h3>
        {{parent_company_name}}&nbsp;{{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>HN</th>
        <th>ผู้ป่วย</th>
        <!--
        <th>สาขา</th>
        -->
        <th>สิทธ์</th>
        <th>แพทย์</th>
        <th>ชั้น</th>
        <th>เตียง</th>
        <th>บันทึกการรักษา</th>
        <th>หมายเหตุ</th>
    </thead>
    <tbody>
        {{#each lines }}
            {{#if footer}}
                <tr>
                    <td rowspan="5" align="middle" style="vertical-align:middle; background-color:#4183c4;color:white"><span><b>สรุป</b></span></td>
                    <td colspan="12" style="text-align:right; background-color:#dbdbdb"><b>{{details1}}</b></td>
                </tr>
                <tr>
                    <td colspan="12" style="text-align:right; background-color:#dbdbdb"><b>{{details2}}</b></td>
                </tr>
                <tr>
                    <td colspan="12" style="text-align:right; background-color:#dbdbdb"><b>{{details3}}</b></td>
                </tr>
                <tr>
                    <td colspan="12" style="text-align:right; background-color:#dbdbdb"><b>{{details4}}</b></td>
                </tr>
                <tr>
                    <td colspan="12" style="text-align:right; background-color:#dbdbdb"><b>{{details5}}</b></td>
                </tr>
            {{else}}
                <tr style="background-color:{{visit_color}}">
                    {{#if title}}
                        <td style="background-color:#ddddff"><b>{{cycle_name}}</b></td>
                        <td style="background-color:#ddddff" colspan="10"></td>
                    {{else}}
                        <td style="background-color:{{cycle_color}};color:white;width:6%"><center>{{cycle_name}}</center></td>
                        <td style="background-color:{{visit_color}}">{{no}}</td>
                        <td style="background-color:{{visit_color}};width:8%"><a href="/ui#name=clinic_visit&active_id={{visit_id}}&mode=form">{{number}}</a></td>
                        <td style="background-color:{{visit_color}}">{{hn_name}}</td>
                        <td style="background-color:{{visit_color}}"><a href="/ui#name=clinic_patient&active_id={{patient_id}}&mode=form">{{patient_name}}</a></td>
                        <!--
                        <td style="background-color:{{visit_color}}"><a href="/ui#name=clinic_branch&active_id={{branch_id}}&mode=form">{{branch_name}}</a></td>
                        -->
                        <td style="background-color:{{visit_color}}">{{patient_type}}</td>
                        <td style="background-color:{{visit_color}}"><a href="/ui#name=clinic_staff&active_id={{doctor_id}}&mode=form">{{doctor_name}}</a></td>
                        <td style="background-color:{{visit_color}}"><a href="/ui#name=clinic_department&active_id={{department_id}}&mode=form">{{department_name}}</a></td>
                        {{#if sickbed_id}}
                            <td style="background-color:{{visit_color}}"><a href="/ui#name=clinic_sickbed&active_id={{sickbed_id}}&mode=form">{{sickbed_name}}</a></td>
                        {{else}}
                            <td style="background-color:{{visit_color}}">{{sickbed_name}}</td>
                        {{/if}}
                        <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>
            {{/if}}
        {{/each}}
    </tbody>
    <tfoot>
    </tfoot>
</table>