Skip to main content

EnsLib.InteropTools.HL7.MessageAnalyzer.Workspace.Menu.MenuRunner

class EnsLib.InteropTools.HL7.MessageAnalyzer.Workspace.Menu.MenuRunner extends %Library.RegisteredObject

Method Inventory

Methods

method Quitting()
A client must call this if it is going to quit back to a menu - if it doesn't, it will just be reinvoked if the parent menu has only a single option
method RunMenu(pMenu As MenuBase, Output pSelectedOption As %String) as %Boolean
Run the given menu:

- if they select an option: return 1 and set pSelectedOption to the selected options tag

- if they enter "^": return 0 and set pSelectedOption to ""

Inherited Members

Inherited Methods

FeedbackOpens in a new tab