Package UI.AOMUI

Class PharmaOutcomeInterface

java.lang.Object
Common.UserInterface
UI.AOMUI.PharmaOutcomeInterface

public class PharmaOutcomeInterface extends UserInterface
The PharmaOutcomeInterface class provides functionality for managing appointment outcomes related to medicine dispensing. It extends UserInterface and interacts with the PharmaAOM manager to handle appointment outcomes.
  • Constructor Details

    • PharmaOutcomeInterface

      public PharmaOutcomeInterface(PharmaAOM pharmaManager)
      Constructs a PharmaOutcomeInterface with the specified PharmaAOM instance.
      Parameters:
      pharmaManager - the manager used to access and manage pharmacy appointment outcomes
  • Method Details

    • displayOptions

      public void displayOptions()
      Displays options for managing appointment outcomes. Prompts the user to select an option and executes the corresponding functionality.