class documentation
class PatientListView(ViewLoggerMixin, generic.ListView):
Renders a list of all patients in the database showing basic information and links to the individual entries. Depending from where this view is called, the list is filterable.
Method | get |
Add FilterSet to context for displaying filter form. |
Method | get |
Add ability to filter queryset via FilterSets to generic ListView. |
Class Variable | action |
Undocumented |
Class Variable | context |
Undocumented |
Class Variable | template |
Undocumented |
Instance Variable | filterset |
Undocumented |
Instance Variable | form |
Undocumented |
Instance Variable | is |
Undocumented |
Instance Variable | queryset |
Undocumented |
Add FilterSet to context for displaying filter form.
Parameters | |
**kwargs:Any | Undocumented |
Returns | |
Dict[ | Undocumented |
Add ability to filter queryset via FilterSets to generic ListView.
Returns | |
QuerySet[ | Undocumented |