A user-friendly Java Swing desktop application designed for efficient handling and management of patient medical records.
This project helps maintain organized record-keeping using a MySQL database.
- Add new patient records
- Edit and update patient details
- View patient list in a table format
- Search and filter patient data quickly
- MySQL database storage
- Simple and intuitive GUI
| Component | Technology Used |
|---|---|
| Language | Java |
| GUI Framework | Java Swing |
| Database | MySQL |
| Connectivity | JDBC |
- Ensure MySQL Server is running before launching the application
- Stores patient-related data such as name, contact details, and medical information
- Update DB connection credentials inside the project (ConnectionProvider class)
- Java JDK 8 or above
- MySQL Server
- JDBC Driver (MySQL Connector)
- IDE (NetBeans / IntelliJ IDEA / Eclipse)
git clone https://github.com/Charann05/Patient-Management-System.git
cd Patient-Management-System