main.list_views

View functions handling displaying data models as sortable, filterable lists. All views, except auth views and the index view, should be considered to check for a valid and authenticated user. If one is not found, they will direct to the appropriate error page.

Functions

chief_complaint_list_view(request[, …])

filter_patient_list_view(request)

Runs a search of all patients, using a name entered on the List page.

get_latest_timestamp(patient)

patient_csv_export_view(request)

CSV Export of an Administrative/Clinician list of patients entered into the system.

patient_list_view(request)

Administrative/Clinician list of patients entered into the system.

search_patient_list_view(request)

Runs a search of all patients, using a name entered on the List page.