class documentation
class CreatePatientView(ViewLoggerMixin, LoginRequiredMixin, generic.CreateView):
View used to create a new patient entry in the database.
Method | get |
Add action to context for rendering purposes. |
Method | get |
Pass user to form, so that a newly created patient can be assigned to the same institution as the user who created them. |
Class Variable | action |
Undocumented |