Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/vukedd/health-care-management-system

Health Center Java Swing desktop application that features appointment organization
https://github.com/vukedd/health-care-management-system

csv gui healthcare-application java object-oriented-programming oops-in-java swing

Last synced: 13 days ago
JSON representation

Health Center Java Swing desktop application that features appointment organization

Awesome Lists containing this project

README

        

# Health Care Java Desktop Application

## "Introduction to Object Oriented Programming" class project, second semester

### Administrator
- Access to all entities and actions except creating appointments
- Viewing and canceling appointments
- Adding new users (administrator, patient, doctor)

### Patient
- Viewing available, scheduled, and canceled appointments
- Booking available appointments
- Canceling scheduled appointments (before the appointment date)
- Viewing prescribed therapies

### Doctor
- Creating and updating appointments and therapies
- Scheduling and canceling appointments (before the appointment date)
- Viewing own appointments
- Generating reports for specific time intervals

![login ss](readmeimg/login.PNG)
![adminhome ss](readmeimg/adminHome.PNG)
![admindetail ss](readmeimg/adminKartoni.PNG)
![adminRegister ss](readmeimg/adminRegister.PNG)
![adminEditUser ss](readmeimg/adminEditUser.PNG)
![adminDelUser ss](readmeimg/adminDelUser.PNG)
![docInterval ss](readmeimg/doctorInterval.PNG)
![docInterval2 ss](readmeimg/doctorInterval2.PNG)
![docSearchSort ss](readmeimg/doctorSearchBarSort.PNG)
![patientFillApp ss](readmeimg/patientFillIAppointment.PNG)