Uses of Class
Model.Prescription
-
Uses of Prescription in DataHandling
-
Uses of Prescription in Model
-
Uses of Prescription in Singletons
Modifier and TypeMethodDescriptionInputManager.getPrescription()
AppointmentManager.getPrescriptionById
(String id) Modifier and TypeMethodDescriptionboolean
AppointmentManager.addPrescription
(Prescription prescription) Add a new prescriptionboolean
AppointmentManager.editPrescription
(Prescription prescription) Edit an existing prescriptionvoid
AppointmentManager.recordAppointmentOutcome
(String doctorId, Appointment appointment, AppointmentOutcomeRecord outcome, Prescription prescription) record the outcome of an appointment