Skip to content

everythingshyam/hospital-management-system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hospital Records Manager

This is a simple Hospital Management C Program, capable of storing, accessing, and modifying records of patients and medical staff, and with properly distributed access permissions to administrator and common staff. It also contains basic encryption for passwords as all the records are saved in text files.

Project Info

App Structure

This app is for hospitals, where hospital staff manages the patient database through this software. The user base is made of three types of users:

  • Admin (with all necessary admin controls, currently restricted to only one admin)
  • User (Hospital Staff who manages the data, this userbase is managed by admin)
  • Patient (It is the list of information about a patient, added/modified/removed by users)

Admin can modify Hospital Information and add/Remove Users. Users can modify/remove themselves, and add/modify/edit patients' info. To avoid any confusion, this app is not for patients to use. So, there is no login for patients. Instead, hospital staff can access/modify the patients' information.

Features

  • Log-in-based and password-protected.
  • Users can add Patient Info, delete Patient Info, delete and replace a particular field of a Patient Info, search Patient Info by using filters, and change the Password.
  • This program is intended to be used by hospital staff members and seniors who maintain patient records.
  • This program can maintain the record of patients. This program is log-in-based and password-protected.
  • Users can add Patient Info, delete Patient Info, and delete and replace a particular field of a Patient.

About

2nd Semester Mini Project in C Language

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages