Wb app to monitor medical consultations registered via KoBo.
Developed for the rescue ship "Ocean Viking" in support of the HSP@Sea operation.
Synopsis: a flask python app that is connected to Kobo (data collection tool).
Worflow: a kobo form registers patient information, diagnosis and referral needs. From a website, the clinician can retrieve each patient's information and previous consultations, as well as having an overview of all morbidities and patients. Referral status can be updated on each patient's page.
- Create an account on Kobo
- Set up the form in Kobo, here is the template.
- Create a .env file in the root directory and add the following credentials
- TOKEN: KoBo API user token
- ASSET: ID of the form
- PASSWORD: to login into the website
- Deploy the flask application using Azure Web App