Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/vukedd/health-care-management-system
- Owner: vukedd
- License: mit
- Created: 2024-06-08T17:14:32.000Z (8 months ago)
- Default Branch: master
- Last Pushed: 2024-08-28T10:40:55.000Z (5 months ago)
- Last Synced: 2024-11-26T04:33:09.168Z (2 months ago)
- Topics: csv, gui, healthcare-application, java, object-oriented-programming, oops-in-java, swing
- Language: Java
- Homepage:
- Size: 1.1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)