{% 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 || '—' }
年可支配收入:${ patient.income_amount } 元
监护人姓名:${ patient.guardian_name }
监护人身份证:${ patient.guardian_id_card }
与患者关系:${ patient.guardian_relation }

情况描述

医院名称:${ patient.hospital || '—' }
瘤种: ${ patient.tag } 未选择
送检样本: 未选择
样本需寄回:
收件人:${ patient.return_name }
收件电话:${ patient.return_phone }
收件地址: ${ patient.return_province_name || '' } ${ patient.return_city_name || '' } ${ patient.return_district_name || '' } ${ patient.return_address }
报告邮箱:${ patient.report_email }
物流单号:${ patient.sample_tracking_no }
送检单照片

实名认证照片

人像面
国徽面
免冠照片

上传资料

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

资料 ${ idx + 1 }

签字材料

患者签署的授权材料

${ item.label }

审核记录

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

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

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