class documentation
class UpdatePatientView(ViewLoggerMixin, LoginRequiredMixin, InstitutionCheckPatientMixin, generic.UpdateView):
Update a given patient's information.
Method | get |
Add action to context for rendering purposes. |
Method | get |
Pass current user to the form. |
Method | get |
When successfully edited, redirect to that patient's PatientDetailView |
Class Variable | action |
Undocumented |
Inherited from InstitutionCheckPatientMixin
(via ViewLoggerMixin
):
Method | test |
Undocumented |
Add action to context for rendering purposes.
Parameters | |
**kwargs:Any | Undocumented |
Returns | |
Dict[ | Undocumented |