{% load calculate_age %} {% load stack %}
Age: {{treatment.patient.birthday|age}} | Birthday ( y / m / d ): {{treatment.patient.birthday}} | Sex: {{treatment.patient.get_gender_display}} | Native | Date: {% now "Y-m-d" %} |
病理號 | 報告日 | 報告 | {% for path in treatment.patient.pathexam_set.all|dictsort:"path_code" %}
{{ path.path_code }} | {{ path.report_date }} | {{ path.report }} |
Stage | (T | N | M | ) |
BSA: {{ treatment.patient.height|stnew|stpush:treatment.patient.height|stpush:treatment.patient.weight|stmult|stpush:3600|stdiv|stsqrt|stget|floatformat:3 }} | BH | {{treatment.patient.height}} cm | BW | {{treatment.patient.weight}} Kg |
Performance | Karnofsky | {{treatment.karnofsky_score}}% | ECOG |
Date | Treatment | Dose(cGy) | Memo | {% for prior in treatment.patient.priortreatment_set.all|dictsort:"date" %}
{{ prior.date }} | {{ prior.get_treatment_display }} | {{ prior.dose }} | {{ prior.memo }} |