Skip to main content

EnsPortal.InterfaceReferences

Management Portal page for displaying which components reference other components

Property Inventory

Method Inventory

Parameters

parameter CANCANCELSEARCH = 1;
Indicate if can cancel search.
parameter PAGENAME = Interface References;
Displayed name of this page
parameter RESOURCE = %Ens_Code:READ;
User needs READ permissions on the %Ens_Code resource to view this page
parameter SETUPTEMPPORTALNODE = 1;
Indicate if ought to create tempPortalNode when page created. Used by Cancel feature for example.

Properties

property SearchIn as %ZEN.Datatype.string;
result types for latest search
Property methods: SearchInDisplayToLogical(), SearchInGet(), SearchInIsValid(), SearchInLogicalToDisplay(), SearchInLogicalToOdbc(), SearchInNormalize(), SearchInSet()
property detailsWidth as %ZEN.Datatype.integer (MAXVAL = 0, MINVAL = 0) [ InitialExpression = 0 ];
Inherited description: Value to indicate the percentage of the horizontal screen which should be devoted to the details panel (if it is visible). This is exposed as a client-side property for the layout code to use the value.
Property methods: detailsWidthDisplayToLogical(), detailsWidthGet(), detailsWidthIsValid(), detailsWidthLogicalToDisplay(), detailsWidthLogicalToOdbc(), detailsWidthNormalize(), detailsWidthSet()
property tempPortalNode as %ZEN.Datatype.string;
Inherited description: This is the temp global used for cancelling search
Property methods: tempPortalNodeDisplayToLogical(), tempPortalNodeGet(), tempPortalNodeIsValid(), tempPortalNodeLogicalToDisplay(), tempPortalNodeLogicalToOdbc(), tempPortalNodeNormalize(), tempPortalNodeSet()

Methods

method %OnAfterCreatePage() as %Status
This callback is called after the server-side page object and all of its children are created.
Subclasses can override this to add, remove, or modify items within the page object model, or to provide values for controls.
classmethod %OnFinishBackgroundTask(pTaskID As %String)
Inherited description: This server-side callback method is called whenever the client calls to monitor the current background task and the task is complete. Typically a subclass uses this to send back JavaScript to update the page.
method %OnGetPageName() as %String
Get the (localized) name of the page.
method %OnGetTitle() as %String
Get the (localized) title string for the page.
classmethod %OnMonitorBackgroundTask(pTaskID As %String, pStatus As %String, pPercentComplete As %Float)
Inherited description: This server-side callback method is called whenever the client calls to monitor the current background task. Typically a subclass uses this to send back JavaScript to update a progress bar.
method DoSearchInBackground(pText As %String, pCaseSensitive As %Boolean = 1, pSearchFor As %String = "", pSearchIn As %String = "") [ ZenMethod ]
method DrawBPLRefs(pSeed) as %Status
method DrawDTLRefs(pSeed) as %Status
method DrawHostRefs(pSeed) as %Status
method DrawRuleRefs(pSeed) as %Status
method DrawStatus(pSeed) as %Status
method GetBPLList() as %String [ ZenMethod ]
method GetDTLList() as %String [ ZenMethod ]
classmethod GetFunctionList() as %String [ ZenMethod ]
method GetHL7List() as %String [ ZenMethod ]
classmethod GetItemId(pProdName, pItemName) as %Integer [ ZenMethod ]
method GetLUTList() as %String [ ZenMethod ]
method GetRuleList() as %String [ ZenMethod ]
classmethod IsBPL(pClassname As %String) as %Boolean [ ZenMethod ]
method IsDTL(pClassname As %String) as %Boolean [ ZenMethod ]
classmethod IsRule(pClassname) as %Boolean [ ZenMethod ]
method IsSearching() as %Boolean [ ZenMethod ]
method OnGetRibbonInfo(Output pDisplay As %Boolean, Output pViewIcons As %List, Output pSortOptions As %List, Output pSearchBox As %Boolean, Output pRibbonTitle As %String, Output pCommands As %List) as %Status
Get information to display in the ribbon bar.
classmethod ProductionExists(id) as %Boolean [ ZenMethod ]
classmethod RunSearch(pText As %String, pCaseSensitive As %Boolean = 1, pSearchFor As %String = "", pSearchIn As %String = "", pTempPortalNode As %String) as %Status
method UpdateExpandosHeadings() [ ZenMethod ]
method UpdateStatus(pCheckStop As %Boolean = 1) [ ZenMethod ]
clientmethod adjustSizes() [ Language = javascript ]
clientmethod cancelSearch() [ Language = javascript ]
Inherited description: Client side method to invoke the Cancel.
clientmethod delayedAdjustSizes() [ Language = javascript ]
clientmethod doSearch() [ Language = javascript ]
Inherited description: Invoke a search using values from the search form.
clientmethod doShowResults() [ Language = javascript ]
clientmethod formReset() [ Language = javascript ]
Reset the search form fields to blank
clientmethod onlayoutHandler(load) [ Language = javascript ]
Adjust sizes of components on the page.
clientmethod openBPL(id) [ Language = javascript ]
clientmethod openDTL(id) [ Language = javascript ]
clientmethod openProduction(prodId, item) [ Language = javascript ]
clientmethod openRule(id) [ Language = javascript ]
clientmethod updateResults() [ Language = javascript ]
clientmethod updateTermOptions() [ Language = javascript ]

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab