Skip to content

aragahan/HI-191

Repository files navigation

HI-191

HI 191 Project

  • Create a telemedicine application that would enable a patient to consult with a physician.

Patient:

  • View information about the application, doctors (name, specialization, hospital affiliations, cellphone)
  • Register as patient
  • Login to system
  • Consult with doctor via video chat
  • Upload documents (ex. patient lab results)
  • Download documents (ex. prescriptions, lab requests)

Setting of appointment with physician is done via text message to doctor. Patient and Physician should make appointment arrangements via text message

Physician:

  • View information about the application, doctors (name, specialization, hospital affiliations)
  • Register as physician
  • Login to system
  • Consult with patient via video chat
  • View previous consultations of patients under his care
  • Add new patient consultation record
  • View or download uploaded documents (ex. patient lab results)
  • Upload prescription

System Administrator:

  • Approve request for accounts (patient or physician account)
  • Deactivate an account

to help on video conferencing app in python: https://eazydevelop.com/2020/08/16/build-a-video-conferencing-app-in-15-minutes/