Uses of Class
Model.Prescription
Packages that use Prescription
-
Uses of Prescription in DataHandling
Methods in DataHandling that return PrescriptionMethods in DataHandling with parameters of type Prescription -
Uses of Prescription in Model
Methods in Model that return Prescription -
Uses of Prescription in Singletons
Methods in Singletons that return PrescriptionModifier and TypeMethodDescriptionInputManager.getPrescription()
AppointmentManager.getPrescriptionById
(String id) Methods in Singletons that return types with arguments of type PrescriptionMethods in Singletons with parameters of type PrescriptionModifier 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 and change status to completed