0% found this document useful (0 votes)
2 views

php

The document is a micro-project report on a web-based COVID-19 Testing Management System developed by students under the guidance of Prof. S.N. Dudhawade. It outlines the system's features, technology stack, and importance in managing COVID-19 tests efficiently and accurately. The project aims to streamline patient registration, test management, and reporting for healthcare organizations.

Uploaded by

Anup B. Parasur
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
2 views

php

The document is a micro-project report on a web-based COVID-19 Testing Management System developed by students under the guidance of Prof. S.N. Dudhawade. It outlines the system's features, technology stack, and importance in managing COVID-19 tests efficiently and accurately. The project aims to streamline patient registration, test management, and reporting for healthcare organizations.

Uploaded by

Anup B. Parasur
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 13

A

MICRO-PROJECT REPORT

On

“COVID19 Testing”
Has been submitted by

Ms. Arote Sanika Babaji

Ms. Punde Sakshi Nandkumar

Ms.Talekar Tanuja Dattatraya

Ms. Kadam Srushti Vikas

Under The Guidance of

Prof. S.N.Dudhawade

GENERAL SCIENCE AND HUMANITY

DEPARTMENT AKOLE TALUKA EDUCATION

SOCIETY’S FACULTY OF POLYTECHNIC,

AKOLE ACADEMIC YEAR – 2024-25


CERTIFICATE
“COVID19 Testing”
This is to certify that the Micro-Project Report entitled

has been Submitted by

Ms. Arote Sanika Babaji


Ms. Punde Sakshi Nandkumar

Ms.Talekar Tanuja Dattatraya

Ms. Kadam Srushti Vikas

As a partial fulfillment of the prescribed syllabus of Subject

Web Based Application Development

With PHP(22618)

of

Third Year Diploma in Computer Engineering

Prof. S.N.Dudhawade Prof. S.B.Deshmukh

Project Guide Head Of Department

Prof .Dr.R.D.Palhade

Principal
ACKNOWLEDGEMENT

It is privilege to acknowledge with deep sense of gratitude to our seminar guide


Prof. S.N.Dudhawade for their valuable suggestions throughout our course of
study. We express our gratitude to Head Of Department Prof. S.B. Deshmukh
for his kind help & co-operation.

We also take this opportunity to thank all our colleagues who backed us interest
by giving useful suggestions & all possible help without whose help & moral
support it would not has been possible to complete this report.

By –

Ms. Arote Sanika Babaji


Ms. Punde Sakshi Nandkumar

Ms.Talekar Tanuja Dattatraya

Ms. Kadam Srushti Vikas

Under The Guidance of

Prof. S.N.Dudhawade
INDEX

Sr.No Name

1 Introduction

2 Code

3 OutPut

4 Conclusion

5 Reference
 INTRODUCTION

The COVID-19 Testing Management System is a web-based application developed


to streamline the process of managing and tracking COVID-19 tests. The system
allows health organizations, laboratories, and government agencies to efficiently
register patients, record their test results, and maintain essential records. The platform
can be extended to include features such as scheduling appointments, managing test
inventory, and generating reports for public health monitoring.

The system is built using PHP for server-side scripting and MySQL for data storage.
This combination is well-suited for developing dynamic web applications that require
robust and scalable databases. PHP handles user interaction with the application,
while MySQL stores and retrieves data about patients, tests, and results .
 Key Features of the System

1. Patient Registration:
o Allows administrators to register new patients by collecting personal
information such as name, date of birth, gender, contact details, and
address.
2. Test Registration and Management:
o Registers COVID-19 tests for patients, including specifying the type of
test (e.g., PCR or Rapid Antigen).
o Allows administrators to track the status of tests (e.g., Pending, Positive,
Negative) and record test results.
3. Test Result Management:
o Admin users can update the status of a test as "Positive", "Negative", or
"Pending" based on laboratory results.
o Option to input result dates and other relevant data.
4. Admin Panel:
o An administrative panel is used to manage users, patients, tests, and
reports.
o Admin users can have different roles (e.g., Admin, Technician, Staff) for
varying levels of access.
5. Patient History:
o The system keeps track of a patient’s test history, allowing administrators
to view all tests conducted on a particular patient, including results and
test types.
6. Reports and Analytics:
o The system can generate reports based on test results (e.g., how many
positive cases, test types, etc.).
o These reports are useful for administrative decision-making and public
health monitoring.
 Technology Stack

1. PHP:
o PHP is used for server-side scripting and handles the business logic of the
application, including form processing, database interactions, and session
management.
o PHP is a popular scripting language known for its simplicity and
effectiveness in building web applications.
2. MySQL:
o MySQL is a relational database management system used to store patient
records, test results, and admin user data.
o It supports complex queries, transactions, and the relational nature of the
data in this system.
3. HTML/CSS:
o HTML is used to structure the web pages, while CSS is used for styling
and making the interface more user-friendly.
4. Bootstrap (Optional):
o A CSS framework like Bootstrap can be used for responsive and mobile-
friendly UI design, making it easy to build a professional interface
without requiring custom styling from scratch.
 Importance of the System

 Efficiency: COVID-19 testing systems often face the challenge of handling


large volumes of data. By digitalizing the process, this system simplifies and
speeds up the management and tracking of test results.
 Accuracy: Ensuring that test results are recorded and managed accurately is
crucial, especially in a public health crisis. This system reduces human error in
manual data handling.
 Compliance: A digital system can help ensure that health organizations comply
with local regulations regarding data storage, patient privacy, and test reporting.
 Scalability: As the number of tests grows, the system can be scaled by adding
more features such


 modules
In this project, we use PHP and MySQL database. It has three modules

1. Admin
2. User(Patients)

 Admin Module
Admin is the superuser of the website who can manage everything on the website.
Admin can log in through the login page
 Dashboard: In this section, the admin can see all detail in brief like the total,
assigned and the sample collected and completed tests.
 Phlebotomist: In this section, the admin can manage Phlebotomist (add, update,
delete).
 Testing: In this section, the admin can manage all the tests like assign the test to
Phlebotomist and update the history.
 Report: In this section, the admin can generate two types of report. One is
between dates reports and another one is by search. Admin can search the report
by order number, name and mobile number.
 Notification: In this section, the admin will get a notification for every new test
request (notification bell).
 Admin can also update his profile, change the password and recover the password.

 User(Patient) Module

 User can visit the application through a URL.


 Testing: This section divided into two parts. One is for new user and another one
is for registered user. New user(First-time user) needs to provide personal and
testing Information. A registered user only needs to provide test information, their
personal information will be fetched from the database.
 Report: In this section, Users can search their test report using order number,
name and registered mobile number.
 Dashboard: In this section, the User can see the in which State of how many tests
are done.
Output:-

 New User Test Page

 admin Dashboard
 Test Details

 State-wise Dashboard
 Conclusion

The COVID-19 Testing Management System provides an efficient, reliable, and


scalable solution for managing COVID-19 testing operations. By using PHP and
MySQL, it offers a robust platform that can be adapted to meet the needs of various
healthcare organizations. The system simplifies the process of registering patients,
recording test results, and generating reports, making it easier for healthcare staff to
manage large volumes of testing data while ensuring accuracy and compliance.
 References

 1.Lu H., Stratton C.W., Tang Y.W. Outbreak of pneumonia of unknown etiology in
Wuhan China: the mystery and the miracle. J Med Virol. 2020 doi:
10.1002/jmv.25678. [DOI] [PMC free article] [PubMed] [Google Scholar]

 2.Hui D.S., E I.A., Madani T.A., Ntoumi F., Kock R., Dar O. The continuing 2019-
nCoV epidemic threat of novel coronaviruses to global health – the latest 2019 novel
coronavirus outbreak in Wuhan, China. Int J Infect Dis. 2020;91:264–266. doi:
10.1016/j.ijid.2020.01.009. [DOI] [PMC free article] [PubMed] [Google Scholar]

 3.Gorbalenya A.E.A. Severe acute respiratory syndrome-related coronavirus: the


species and its viruses – a statement of the Coronavirus Study Group. BioRxiv. 2020 doi:
10.1101/2020.02.07.937862. [DOI] [Google Scholar]

 4.Burki T.K. Coronavirus in China. Lancet Respir Med. 2020 doi: 10.1016/S2213-
2600(20)30056-4. [DOI] [PMC free article] [PubMed] [Google Scholar]

You might also like