Health Monitoring Management System Using PHP and MySQL
Project Name | Health Monitoring Management System Project |
---|---|
Language Used | PHP5.6, PHP7.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) |
View Demo——————————————–
Download Health Monitoring Management System Project, Report and PPT in Rs. 399/ $ 5.28
In the HMMS project, we use PHP and MySQL database. It has two modules.
1.Admin Module
2.User Module
Admin Module
- Dashboard: In this section, admin can see all detail in brief like the total registered users, Total member, Total Blood Pressure Entry, and Total Blood Sugar entry.
- Manage Test Range: In this section, admin can update the test range.
- View Reg Users: In this section, admin view the detail of registered users.
- BP Report: In this section, admin can view the detail of the blood pressure report of a particular member of the registered user.
- Blood Sugar Report: In this section, admin can view the detail of the blood sugar report of a particular member of the registered user.
- Temperature Report: In this section, admin can view the detail of the body temperature report of a particular member of the registered user.
Admin can also update his profile, change the password, and recover the password.
User Module
- Dashboard: This is the welcome page of the user in which he/she view the detail of the test range.
- Members: In this section, user can manage his/her family member(add/del/update).
- BP Monitoring: In this section, user can add blood pressure of his/her family member and view the monitoring history of blood pressure.
- Sugar Monitoring: In this section, user can add blood sugar to his/her family member and view the monitoring history of blood sugar.
- Temperature Monitoring: In this section, user can add body temperature of his/her family member and view the monitoring history of body temperature.
- BP Report: In this section, user can view the detail of the blood pressure report of a particular member according to date.
- Blood Sugar Report: In this section, user can view the detail of the blood sugar report of a particular member according to date.
- Temperature Report: In this section, admin can view the detail of the body temperature report of a particular member according to date.
Users can also update his profile, change the password, and recover the password.
Project Screens
User Signup
User Add BP Details
User BP History Details
How to run the Health Monitoring Management Project Using PHP and MySQL
1.Download the zip file
2.Extract the file and copy hmms 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 hmmsdb
6.Import hmmsdb.sql file(given inside the zip package in SQL file folder)
7.Run the script http://localhost/hmms
Admin Credential
Username: admin
Password: Test@123
User Credential
Username: test1@gmail.com
Password: Test@123
Or You can register yourself as a user.
View Demo——————————————–