{% extends "./layout.html" %} {% block title %}患者详情{% endblock %} {% block css %} {% endblock %} {% block content %}

基本信息

患者编号:${ patient.patient_no }
姓名:${ patient.name }
性别:${ patient.gender }
手机号:${ patient.phone }
身份证号:${ patient.id_card }
出生日期:${ patient.birth_date }
所在地区: ${ patient.province_name } ${ patient.city_name } ${ patient.district_name }
详细地址:${ patient.address }
瘤种: ${ patient.tag }
提交时间:${ patient.create_time }
紧急联系人:${ patient.emergency_contact || '—' }
紧急联系电话:${ patient.emergency_phone || '—' }

上传资料

患者上传的检查报告单或出院诊断证明书

资料 ${ idx + 1 }

签字材料

患者签署的三份授权材料

${ item.label }

审核记录

  • ${ item.create_time }
    ${ item.operator_name || '系统' } 提交了患者资料,等待审核
    ${ item.operator_name } 审核通过
    ${ item.operator_name } 驳回了资料
    驳回原因:${ item.reason }
返 回 审核通过 驳 回

请选择或填写驳回原因(必填):

${ r }
取消 确认驳回
{% endblock %} {% block js %} {% endblock %}