This is a simple hospital management system developed in C# with Windows Forms and Microsoft Access (ACCDB) database. The system allows users to manage patient information and their appointments effectively.
- Patient Management:
- Add new patients
- Edit patient information
- Delete patients
- View patient details
- Appointment Management:
- Add new appointments
- Edit existing appointments
- Delete appointments
- View appointment details
- Clone the repository:
git clone https://github.com/maliplt/hospital-automation.git
- Open the project:
- Open the project in Visual Studio.
- Setup the database:
- Ensure you have Microsoft Access installed.
- The database file
hasta_bilgisi.accdb
should be placed in the root directory of the project.
- Build and Run:
- Build the project in Visual Studio.
- Run the application.
- Add a New Patient:
- Click the "Add New Patient" button.
- Fill in the required patient details.
- Click "Save" to add the patient to the database.
- Manage Appointments:
- Select a patient from the DataGridView.
- If the patient has no appointments, the system will prompt to add a new appointment.
- Fill in the appointment details and save.
- Edit/Delete Patients and Appointments:
- Select a patient or appointment from the list.
- Click "Edit" to modify the details.
- Click "Delete" to remove the entry from the database.
- Fork the repository.
- Create a new branch for your feature or bugfix.
- Make your changes.
- Submit a pull request.
This project is licensed under the MIT License. See the LICENSE file for details.
Thanks to the Mustafa Hilmi Seker for all helpings.
For any inquiries or issues, please contact [email protected].