Lifespark-Technologies / Infomed

Web portal that enables communication between hospitals and health authorities
MIT License
1 stars 1 forks source link

List of DBs, API functionality and UI references #61

Open Lifespark-Technologies opened 4 years ago

Lifespark-Technologies commented 4 years ago

This is a reference doc

DBs

  1. A list of all hospitals - Each hospital has 3+14+3 = 20 attributes They are :

    Name Location Speciality

N95 Masks (Availability) 3 Layer Mask (Availability) PPE Kit (Daily availability / Total) Includes gown, gloves, head gear Sanitizer (Availability) Bleaching Powder (Availability in Weight Units) Sodium Hypochlorite (Availability in Volume Units) Chemical Gloves (Availability) Infrared Thermometer (Availability) Handwash (Availability in Volume Units) Viral Transport Medium (Availability) Swap Sticks (Availability) 3 Layer packing Mask (Availability) Ice Gel Pack (Availability) Rubbing Alcohol (Availability in Volume Units)

Covid ward beds ICU beds Ventilators

Location will be as (latitude, longitude)

The last 17 items will be numerical

  1. A list of all personnel associated with a hospital Personnel will have two roles : admin and staff Admin can change inventory and interact with admission page Staff can interact only with admission page For the MVP, do not consider whether personnel can be attached to more than one hospital.

  2. Admissions for a hospital Each admission will have attributes as follows: Name Contact Date/Time

  3. Registered users database This will be a list of all users that have booked appointments through the site. They will be able to see details/modify their appointment by logging in through otp on heir email/phone

Functionality (Numbered as the db to which it relates)

  1. Hospital list
  1. Hospital admission
  1. Users database