Package Databases
package Databases
-
ClassesClassDescriptionThe
AccountDatabase
class manages a collection ofAccount
objects, providing functionalities to create, search, print, and remove accounts from the database.TheAppointmentOutcomeDatabase
class manages a collection ofAppointmentOutcome
objects, providing functionalities to extract, search, remove, and create appointment outcomes from a CSV file.TheDoctorSchedule
class manages the schedule of a specific doctor.TheInventoryDatabase
class manages a collection of medicines in inventory.TheInventoryRequestDatabase
class manages a collection of inventory requests.TheMedicalRecordDatabase
class manages a collection of medical records.