class documentation
class DeleteDiagnoseView(ViewLoggerMixin, LoginRequiredMixin, InstitutionCheckObjectMixin, generic.DeleteView):
Remove a particular diagnose frm a patient's entry.
Method | get |
Add this diagnose's patient, the patient's tumor and diagnoses, as well as the currently performed action to the context dictionary. |
Method | get |
Get diagnose by PK. |
Method | get |
After successfully updating the diagnose, redirect to patient's detail view. |
Class Variable | action |
Undocumented |
Class Variable | template |
Undocumented |
Inherited from InstitutionCheckObjectMixin
(via ViewLoggerMixin
):
Method | test |
Undocumented |
Add this diagnose's patient, the patient's tumor and diagnoses, as well as the currently performed action to the context dictionary.
Parameters | |
**kwargs:Any | Undocumented |
Returns | |
Dict[ | Undocumented |