/*************************************/
Title: Doctor Appointment
- Show all the hospitals.
- Choosing a specialization they want to book a doctor appointment.
- Choosing a doctor from the list of doctors.
- Show all the reservations for a particular customer.
- Check availability of dates and time they need the appointment.
- Fix appointment date and time.
Forms:
- Form needs a main menu shows links to other forms.
- Form for registration new patient.
- Form for reservation.
- Form to login already registered patients.
- Form to show (all hospitals, all departments/specialization) according to user selction.
· There should be a link from each form to the main menu.
Use the object oriented design paradigm to design and develop a Java program to meet the above requirements.
- A UML Use Case Diagram for the system.
- A UML Class Diagram for the system.
- A UML Sequence & Collaboration Diagrams for the system.
