class documentation
class UpdateTumorView(ViewLoggerMixin, LoginRequiredMixin, InstitutionCheckObjectMixin, generic.UpdateView):
Update specifics of a patient's tumor.
Method | get |
Add this tumor's patient, the patient's tumor and diagnoses, as well as the currently performed action to the context dictionary. |
Method | get |
Get tumor by PK. |
Method | get |
After successfully updating the tumor, redirect to patient's detail view. |
Class Variable | action |
Undocumented |
Class Variable | template |
Undocumented |
Inherited from InstitutionCheckObjectMixin
(via ViewLoggerMixin
):
Method | test |
Undocumented |