class documentation

class DeleteDiagnoseView(ViewLoggerMixin, LoginRequiredMixin, InstitutionCheckObjectMixin, generic.DeleteView):

View In Hierarchy

Remove a particular diagnose frm a patient's entry.

Method get_context_data Add this diagnose's patient, the patient's tumor and diagnoses, as well as the currently performed action to the context dictionary.
Method get_object Get diagnose by PK.
Method get_success_url After successfully updating the diagnose, redirect to patient's detail view.
Class Variable action Undocumented
Class Variable template_name Undocumented

Inherited from InstitutionCheckObjectMixin (via ViewLoggerMixin):

Method test_func Undocumented
def get_context_data(self, **kwargs):

Add this diagnose's patient, the patient's tumor and diagnoses, as well as the currently performed action to the context dictionary.

Parameters
**kwargs:AnyUndocumented
Returns
Dict[str, Any]Undocumented
def get_object(self):

Get diagnose by PK.

def get_success_url(self):

After successfully updating the diagnose, redirect to patient's detail view.

Returns
strUndocumented
action: str =

Undocumented

template_name: str =

Undocumented