{% extends "base.html" %} {#% load endless %#} {% load static %} {% block head %} {% comment %} {% endcomment %} {% endblock %} {% block topsection %} {% endblock %} {% block menu %}

事前審查案件

NTUH CyberKnife {% if user.is_authenticated %} {{ user.username }} 登出 {% else %} 登入 {% endif %} {% endblock %} {% block content %}
{%if nhiorders%} {%for order in nhiorders %} {%endfor%}
病歷號 病患姓名 申請類別 案件狀態 科別 送案日期 申請項目 項目名稱 申請數量 核定結果 優先 申請醫師
{{order.ChartNo}} {{order.PatientName}} {{order.ApplyTypeDesc}} {{order.StatusDesc}} {{order.NhiDeptName}} {{order.PackageTime}} {{order.OrderCode}} {{order.OrderName}} {{order.ResultDesc}} {{order.Quantity}} {{order.Priority}} {%if order.ApplyDoctor%} {{order.ApplyDoctor}} {%else%} 認領 {%endif%}
{%else%}
病歷號{{pat.ChartNo}}
病患姓名{{pat.ChtName}}
性別{{pat.Sex}}
生日{{pat.Birth}}
{%endif%}
{%if nhiorders or pat%}
{%if nhiorders %} 若送核未通過,不必新增自費,只需編輯更改優先值即可 edit編輯 {%endif%} add自費
{%endif%} {% endblock %}