a comprehensive healthcare management system with distinct user roles and functionalities for secretaries, doctors, and patients. This system aims to streamline healthcare management by providing tailored functionalities for secretaries, doctors, and patients, ensuring efficient and organized operations.
My Project in FOP (fundamental of programming) (BP (basic programming)) With C Programming Language.
Note: This project uses
windows.h
header file, which is specific to Windows systems and may not work on Linux and Mac. Contributions to make it compatible with other platforms are welcome.I recommend using Windows Terminal for the best experience.
-
Clone the Repository
If you have Git installed, run the following command in your terminal
git clone https://github.com/Mr-MRF-Dev/Doctors-Building.git
Alternatively, If You Have Github CLI installed:
gh repo clone Mr-MRF-Dev/Doctors-Building
-
Navigate to the Project Directory
cd ./Doctors-Building/src
-
Compile the Code
Compile the program using a C compiler. For example, using GCC:
gcc .\Main.c -o Main
-
Run the Program
./Main.exe
- Hash Password: Use a simple hash to handle the password hashing and verification.
- Login Page: Users can authenticate themselves on the platform.
- Admin Panel: Gain access to the admin panel to perform administrative tasks.
- Doctor Account: doctor can view medical histories and prescribe treatments.
- Patient Account: The patient can view personal health information, appointment schedules, and test results.
π Request for Proposal ( RFP )
A simple RFP for this project.
-
Login Page π
- Sign in
- Forgot password
- Exit
-
Secretary Account (Admin) πΎ
- Add Doctor
- Add Patient
- Monthly Schedule
- Visits Schedule
- Exit
-
Doctor's Account π§π»ββοΈ
- Determining the shifts
- Reserved Visits
- Patient Prescription
- Rent Payment
- Visirs Payment
- Exit
-
Patient Account π·
- Book an Appointment
- Cancel an Appointment
- All Appointments
- Prescriptions
- Exit
we welcome any contributions you may have. If you're interested in helping out, fork the repository and create an Issue and PR.
This project is licensed under the MIT License. See the LICENSE file for details.