Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alibghz/clinic-management-system
Clinic Management System web application is developed by using PHP & MySql and is designed to automate internal work flows and manage different aspects of small to medium size medical clinics.
https://github.com/alibghz/clinic-management-system
ci clinic clinic-management codeigniter health healthcare mysql php
Last synced: about 1 month ago
JSON representation
Clinic Management System web application is developed by using PHP & MySql and is designed to automate internal work flows and manage different aspects of small to medium size medical clinics.
- Host: GitHub
- URL: https://github.com/alibghz/clinic-management-system
- Owner: alibghz
- License: other
- Created: 2016-08-30T05:36:24.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2021-04-18T13:10:19.000Z (over 3 years ago)
- Last Synced: 2024-10-14T00:04:28.526Z (about 1 month ago)
- Topics: ci, clinic, clinic-management, codeigniter, health, healthcare, mysql, php
- Language: PHP
- Homepage:
- Size: 1.47 MB
- Stars: 72
- Watchers: 6
- Forks: 64
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: license.txt
Awesome Lists containing this project
README
# Clinic Management System
Healthcare computer system, commonly known as clinic management system, is created to computerize manual operations in clinics. The primary purpose is to digitize patient records so as to make data retrieval easy and efficient. Clinic Management System web application is developed by using PHP & MySql and is designed to automate internal work flows and manage different aspect of a small to medium size medical clinics.# Features
- Patient Registration
- Keep Track of Patient Electronic Health Record History
- Laboratory Management
- Pharmacy Management
- X-Ray Management# Preparation Steps:
1. You need to create the database. The scripts for the database is in the 'sql' directory.
2. Change your database configuration in 'application/configs/database.php'.
3. Now you can browse the web application.
4. To sign up for a user account, change your browser location to 'http://< hostname >[:portnumber]/[subdirectory/][index.php/]account/signup'. Ensure that the first user to register must be of role admin.Signup page address examples:
- http://localhost:8080/clinic-management-system/index.php/account/signup
- http://localhost/account/signup