This is a python Django medical webapp
This web app was built to meet the following requirements and posses the following features:
-
Sign up page for users
-
A page were users can fill in their medical information with relevant questions depending on the developer's discretion.
-
A sign up page for medical practitioners
-
A page that displays the statistical details of the medical records gotten from the users(all users can view this page). e.g A chart that shows the count for users with Ebola.
-
A table that displays all users and their relevant medical records(only users registered as medical practitioners can view this page).
-
A drop down filter to show users with specified medical records of your own discretion e.g show only users with malaria.