Skip to content

A simple hospital management system developed in C# with Windows Forms and Microsoft Access. Manage patient information and appointments effectively.

License

Notifications You must be signed in to change notification settings

Maliplt/hospital-automation

Repository files navigation

<title>Hospital Management System</title>

Hospital Management System

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.

Features

  • 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

Installation

  1. Clone the repository:
    git clone https://github.com/maliplt/hospital-automation.git
  2. Open the project:
    • Open the project in Visual Studio.
  3. 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.
  4. Build and Run:
    • Build the project in Visual Studio.
    • Run the application.

Usage

  1. 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.
  2. 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.
  3. 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.

Screenshots

Main Form

Main Form

Add Patient

Add Patient

Add Appointment

Add Appointment

Contributing

  1. Fork the repository.
  2. Create a new branch for your feature or bugfix.
  3. Make your changes.
  4. Submit a pull request.

License

This project is licensed under the MIT License. See the LICENSE file for details.

Acknowledgements

Thanks to the Mustafa Hilmi Seker for all helpings.

Contact

For any inquiries or issues, please contact [email protected].

About

A simple hospital management system developed in C# with Windows Forms and Microsoft Access. Manage patient information and appointments effectively.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages