Package UI.MedicalRecordPages
Class ManageMedicalRecordPage
java.lang.Object
Common.UserInterface
UI.MedicalRecordPages.ManageMedicalRecordPage
The
ManageMedicalRecordPage
class provides functionality for managing
a patient's medical records. It extends UserInterface
and interacts
with the DoctorMRM
manager to perform operations such as viewing,
editing, and updating medical records.-
Field Summary
Fields inherited from class Common.UserInterface
scanner
-
Constructor Summary
ConstructorsConstructorDescriptionManageMedicalRecordPage
(DoctorMRM doctorMRM) Constructs aManageMedicalRecordPage
with the specifiedDoctorMRM
instance. -
Method Summary
Modifier and TypeMethodDescriptionvoid
Displays options for managing medical records and handles user input.Methods inherited from class Common.UserInterface
displayError, displaySuccess, getIntInput, getNumericString, getValidatedInt, getValidatedString, pauseAndView
-
Constructor Details
-
Method Details
-
displayOptions
public void displayOptions()Displays options for managing medical records and handles user input.
-