{% extends "nsclc/base.html" %} {% block content %}
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 }} |