main.form_views

Handles template rendering and logic for web forms. 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

patient_encounter_form_view(request[, id])

Used to create new PatientEncounter objects.

patient_form_view(request)

Used to create new Patient objects.

referral_form_view(request[, id])