In this project, we use PHP and MySQL databases. It has three modules
- Admin
- 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 assigning the test to Phlebotomist and updating the history.
- Report: In this section, the admin can generate two types of reports. One is between dates reports and another one is by search. Admin can search the report by an 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
- Users can visit the application through a URL.
- Testing: This section is divided into two parts. One is for new users and another one is for registered users. 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.
Project Name
COVID-19 Testing Management System
Client
PAKsoft Solutions Courses Section
Our Role
Development
Tools and Technologies:
Language Used:
PHP5.6, PHP 7.x
Database: MySQL 5.x
User Interface Design: HTML, AJAX,JQUERY,JAVASCRIPT
Web Browser Mozilla, Google Chrome, IE8, OPERA
Software XAMPP / Wamp / Mamp/ Lamp (anyone)
PHP5.6, PHP 7.x
Database: MySQL 5.x
User Interface Design: HTML, AJAX,JQUERY,JAVASCRIPT
Web Browser Mozilla, Google Chrome, IE8, OPERA
Software XAMPP / Wamp / Mamp/ Lamp (anyone)
How to Run?
1. Download the zip file
2. Extract the file and copy ctms folder
3. Paste inside root directory(for xampp xampp/htdocs, for wamp wamp/www, for lamp var/www/html)
4. Open PHPMyAdmin (http://localhost/phpmyadmin)
5. Create a database with name covidtmsdb
6. Import covidtmsdb.sql file(given inside the zip package in SQL file folder)
7. Run the script http://localhost/ctms
Admin Credential:
Username: admin
Password: paksoft786
2. Extract the file and copy ctms folder
3. Paste inside root directory(for xampp xampp/htdocs, for wamp wamp/www, for lamp var/www/html)
4. Open PHPMyAdmin (http://localhost/phpmyadmin)
5. Create a database with name covidtmsdb
6. Import covidtmsdb.sql file(given inside the zip package in SQL file folder)
7. Run the script http://localhost/ctms
Admin Credential:
Username: admin
Password: paksoft786