Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Primary mentor

Backup mentor

Assigned to

N/ARohan Sharma

Abstract

Looking for a student with mobile app development knowledge to help out with a telemedicine project powered by OpenMRS. Currently, the project relies on human clerks to manually take calls and enter data. We’re looking for a mobile developer to help build an app that would allow prospective patients to automatically submit their contact information for followup with a physician.

Objectives

An Android and/or iPhone app that, given low-privilege user credentials to the OpenMRS API, registers patients based on contact information entered into the app.

Sample Use Cases

A user enters his/her name, phone number, and chief complaint in a simple form. The user taps a "Complete" button and is then asked to verify that the information is correct. If the user information is incorrect, the user taps a "Back" button and corrects his/her information. If the information is correct, the user taps the "Request Consult" button and the information entered is sent to the OpenMRS API. In the background, the app checks if the information was successfully received by the API. If the information was not successfully received (due to network errors, etc.) the app displays an appropriate and helpful error message. If the information was successfully received, the app displays a success message, along with information about when the user can expect a call from a physician.

...

(thanks to suggestions from Fawwaz Yusran)

  • Use the new Android Jetpack architecture
  • Write in Kotlin
  • Don't reinvent the wheel (use 3rd party libraries when possible)