{% extends "nsclc/base.html" %} {% block title %} Patient|Oncogene mutation profiling {% endblock %} {% block content %}

Target

{% if form.errors %}

Form error!!! Not saved!!!

{% endif %}
病患姓名 病歷號碼 出生年月日 性別
{{ 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) Dimensions (mm) Prescription Dose (cGy) Number of Fractions Last Modified
{{ object.Lesion.id }} {{ object.Lesion.sub_location.target_location }} {{ object.Lesion.sub_location }} {{ object.Lesion.pathology }} {{ object.Lesion.volume }} {{ object.Lesion.dimensions }} {{ object.Lesion.dose }} {{ object.Lesion.fractions }} {{ object.LastModified }}

{% csrf_token %} {{ form.as_table }}
{% if form.errors %}

Form error!!! Not saved!!!

{% endif %} {% endblock %}