Class DoctorAppMgr

java.lang.Object
Common.AppManager
Controllers.AppManagers.DoctorAppMgr

public class DoctorAppMgr extends AppManager
The DoctorAppMgr class manages the functionalities available to doctors within the Hospital X System. It provides methods for managing patient medical records, handling appointments, and accessing doctor-specific services.
  • Constructor Details

    • DoctorAppMgr

      public DoctorAppMgr()
  • Method Details

    • displayMainPage

      public void displayMainPage()
      Displays the main menu for doctors and handles user selections.
      Specified by:
      displayMainPage in class AppManager
    • loadDatabases

      protected void loadDatabases()
      Loads necessary databases for the application.
      Specified by:
      loadDatabases in class AppManager
    • saveDatabases

      protected void saveDatabases()
      Saves all databases to their respective storage formats (e.g., CSV).
      Specified by:
      saveDatabases in class AppManager
    • createManagers

      protected void createManagers()
      Creates instances of managers used in the doctor application.
      Specified by:
      createManagers in class AppManager
    • createPages

      protected void createPages()
      Creates instances of UI pages used in the doctor application.
      Specified by:
      createPages in class AppManager