liwanzhong / edoc-doctor-appointment-system

这个基于 PHP 的开源项目是一个用于预约就诊的网络应用程序。患者可使用该平台轻松安排与医生的预约,从而节省时间和精力。该项目的源代码是开放的,任何人都可以根据自己的需要使用、修改和发布。

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Open Source Doctor Appointment Booking System using PHP

Edoc is a Simple web project that is made for e-channeling Using PHP,HTML & CSS. This initiative facilitates online appointment requests for clients or patients of medical establishments, including clinics and hospitals. This project can also help doctors to manage their appointment with their patients. This doctor's appointment system will organize the schedules of each patient's appointment, which will be submitted as a request to the doctor they have selected. The system comprises three key roles: administrator, doctor, and patient. The system admin will populate the list of the doctors with their specialties and along with the doctor's details and system credentials. The patients can browse the doctor's appointment system website to find a doctor that has the specialty of their needs. Patients can review the doctor's weekly schedule, enabling them to select a suitable day and time for their appointment. Subsequently, they can submit their appointment request. After that, the doctors can view all their appointments and the appointment request of the patients for their availability.

Features

Admin

  • Admin can add doctors, edit doctors, delete doctors
  • Schedule new doctors sessions, remove sessions
  • View patients details
  • View booking of patients

Doctors

  • View their Appointment
  • View their scheduled sessions
  • View details of patients
  • Delete account
  • Eedit account settings

Patiens(Clients)

  • Make appointment online
  • Create accounts themslves
  • View their old booking
  • Delete account
  • Edit account settings
Admin Dashboard Doctor Dashboard Patient Dashboard
Email: admin@edoc.com Email: doctor@edoc.com Email: patient@edoc.com
Password: 123 Password: 123 Password: 123

GET STARTED

  1. Open your XAMPP Control Panel and start Apache and MySQL.
  2. Extract the downloaded source code zip file.
  3. Copy the extracted source code folder and paste it into the XAMPP's "htdocs" directory.
  4. Browse the PHPMyAdmin in a browser. i.e. http://localhost/phpmyadmin
  5. Create a new database naming edoc.
  6. Import the provided SQL file. The file is known as DATABASE edoc.sql located inside the source code root folder.
  7. Browse the Doctor's Appointment Systsem in a browser. i.e. http://localhost/edoc-echanneling-main/.

Screenshots

The Project was developed using the following:

Apache Version: 2.4.39

PHP Version: 7.3.5

Server Software: Apache/2.4.39 (Win64) PHP/7.3.5

MySQL Version: 5.7.26

Demo video: https://youtu.be/mAWHYAHmit4

About

这个基于 PHP 的开源项目是一个用于预约就诊的网络应用程序。患者可使用该平台轻松安排与医生的预约,从而节省时间和精力。该项目的源代码是开放的,任何人都可以根据自己的需要使用、修改和发布。

License:MIT License


Languages

Language:PHP 95.3%Language:CSS 4.3%Language:HTML 0.5%