Class ManageMedicalRecordPage

java.lang.Object
Common.UserInterface
UI.MedicalRecordPages.ManageMedicalRecordPage

public class ManageMedicalRecordPage extends UserInterface
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.
  • Constructor Details

    • ManageMedicalRecordPage

      public ManageMedicalRecordPage(DoctorMRM doctorMRM)
      Constructs a ManageMedicalRecordPage with the specified DoctorMRM instance.
      Parameters:
      doctorMRM - the DoctorMRM manager used to access and manage medical records
  • Method Details

    • displayOptions

      public void displayOptions()
      Displays options for managing medical records and handles user input.