{% extends 'user_base.html' %} {% block title %}Write|COVID-19 Detector {% endblock %} {% block specific_info %} {% set doctor = User.query.get(appointment.doc_id) %}

{{appointment.date}}日诊断报告单

ct诊断结果
医院:{{doctor.location}}
科室:感染科
姓名:{{appointment.name}}
性别:{{appointment.gender}}
年龄:{{appointment.age}}
诊断结果:
开具日期:
诊断建议:

医生签名:
{% endblock %}