{% extends "nsclc/base.html" %} {% block content %}

Are you sure that you would like to delete this target?

病患姓名 病歷號碼 出生年月日 性別
{{ object.Lesion.treatment.patient.name }} {{ object.Lesion.treatment.patient.medical_records }} {{ object.Lesion.treatment.patient.birthday }} {{ object.Lesion.treatment.patient.get_gender_display }}

Lesion ID Target Location Anatomic Sublocation Pathology Target Volume (mm3) Prescription Dose (cGy) Number of Fractions
{{ object.Lesion.id }} {{ object.Lesion.sub_location.target_location }} {{ object.Lesion.sub_location }} {{ object.Lesion.pathology }} {{ object.Lesion.volume }} {{ object.Lesion.dose }} {{ object.Lesion.fractions }}

{% endblock %}