Developing a doctor's appointment mobile application
In this section, we'll develop a doctor's appointment mobile application that can be used to view all booked appointments as well as book a new appointment from a list of doctors.
In order to complete this use case, two Business Objects are created with the names Appointment
and Doctors
. The Doctors
Business Object contains the doctor's details.
You can download the Excel sheet (from https://github.com/PacktPublishing/Effortless-App-Development-with-Oracle-Visual-Builder/blob/main/Chapter11/Doctors%20and%20Appointment%20Business%20Objects%20file.xlsx) and import it using the Data Manager.
Important Note:
Refer to Chapter 4, Creating and Managing Business Objects, under the Importing a Business Object section, to know how to import Business Objects.
In the next section, we'll see how to book an appointment.
Booking an appointment
In this section, we'll show a list of doctors from...