Record entry of Covid patients

What is the aim ?

Gone are the days when medical files were manually handled. With the increase of healthcare facilities, the technology should cater the needs of patient. And now more than ever, with a pandemic , the data of the overflowing number of patients needs to be managed in an orderly manner to avoid collapse of the system.

How can we help ?

This application helps in organizing the medical files of covid patients in a systematic manner in order to reduce the overwhelming nature of incoming patients. Each patient's record should be filed carefully for current and future references.

The input for each patient look like :

Record of patient :

What does this form do ?

This form takes the input of each patient with their patient id and stores the data in the database. This way it creates a unique entry in the database for the future reference

Behind the scenes

In this application, I have integrated html as well as firebase to create Database Management System. The form is created using skeleton over html which has been included at beginning in the head.

The rows and columns are used to create the database entry of the patients.

Multiple options can be chosen using "select" option

Now to integrate firebase with html, the code snippet should be copied from firebase source and pasted at the end of body. The will attach the Database with the html.

Initialization of firebase. A variable db is defined to refer the database.

Data can be written in data base through set() function.

Each data needs to be filled by the authorized personnel (Patient Id., Patient Name...) to store the information in the database for the easy update and access of the records.

And voila the database is ready to use !