{% 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.hospital || '—' }
医院所在地: ${ hospitalRegionText || '—' }
紧急联系人:${ patient.emergency_contact || '—' }
紧急联系电话:${ patient.emergency_phone || '—' }
年可支配收入:${ patient.income_amount } 元
监护人姓名:${ patient.guardian_name }
监护人身份证:${ patient.guardian_id_card }
与患者关系:${ patient.guardian_relation }

实名认证照片

人像面
国徽面
免冠照片

上传资料

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

资料 ${ idx + 1 }

签字材料

患者签署的授权材料

${ item.label }

送检信息

状态: ${ sampleInfoStatusText(patient.sample_info_status) }
送检样本: 未选择
样本需寄回:
收件人:${ 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 }
回寄单号:${ patient.return_tracking_no }
回寄时间:${ patient.return_time }
申请原因:${ patient.sample_edit_reason }
申请时间:${ patient.sample_edit_apply_time }
驳回原因:${ patient.sample_edit_reject_reason }
处理时间:${ patient.sample_edit_audit_time }
送检单照片

流转日志

  • ${ item.create_time }
    ${ item.title || item.content || '流转记录' }
    ${ item.content }
    ${ item.action === 'reject' || item.action === 'sample_reject_edit' ? '驳回原因' : '原因' }:${ item.reason }
返 回 审核通过 驳 回 编辑送检信息 通过送检修改申请 驳回送检修改申请 重置送检信息编辑 ${ patient.sample_info_status == 2 ? '修改回寄物流单号' : '填写回寄物流单号' }

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

${ r }
取消 确认驳回
取消 保存
取消 确认驳回
${ st.name }
取消 保存并生效
{% endblock %} {% block js %} {% endblock %}