main.edit_views

Handles template rendering and logic for editing 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

aux_form_view(request[, patient_id, …])

Used to edit Encounter objects.

delete_photo_view(request[, patient_id, …])

Used to edit Encounter objects.

edit_photo_view(request[, patient_id, …])

param request

encounter_edit_form_view(request[, …])

Used to edit Encounter objects.

history_view(request[, patient_id, encounter_id])

param request

hpi_view(request[, patient_id, encounter_id])

param request

new_diagnosis_view(request[, patient_id, …])

Used to edit Encounter objects.

new_treatment_view(request[, patient_id, …])

Used to edit Encounter objects.

new_vitals_view(request[, patient_id, …])

Used to edit Encounter objects.

patient_edit_form_view(request[, id])

Used to edit Patient objects.

patient_export_view(request[, id])

patient_medical(request[, id])

submit_hpi_view(request[, patient_id, …])

param request

upload_photo_view(request[, patient_id, …])

param request