class documentation
class CreateDiagnoseView(ViewLoggerMixin, LoginRequiredMixin, InstitutionCheckObjectMixin, generic.CreateView):
Add a diagnose for a patient's lymphatic system.
Method | form |
As with the tumor, add the diagnose to the already existing patient after the form was validated. |
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 |
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 |
As with the tumor, add the diagnose to the already existing patient after the form was validated.
Parameters | |
form:DiagnoseForm | Undocumented |
Returns | |
HttpResponse | 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 |