Skip to main content

HS.HC.UI.Installer.Welcome

class HS.HC.UI.Installer.Welcome extends HS.UI.Base

HealthShare Install Wizard.
This is a Studio Wizard that creates or updates the Hub, Edge or Access components of a HealthShare system

Property Inventory

Method Inventory

Parameters

parameter FAVORITEICON = $$$ISCFAVORITEICON;
Inherited description: If defined, this is the url of the "favorite" (or shortcut) icon to display for this page.
Defining this causes Zen to include a <link rel="shortcut icon" href="FAVORITEICON"> in the head section of the page.
For maximum browser compatibility this should be an .ico file.
parameter PAGENAME = Installer Wizard;
Inherited description: Optional. This is the display name used for this page. If not provided, the class name is used.
parameter RESOURCE = %HSAdmin_InstallationManagement;
Security requirement

Properties

property msgSSLConfigRequired as %ZEN.Datatype.caption [ InitialExpression = $$$Text("SSL/TLS Configuration is required to enable instance-wide secure commnucation.") ];
Property methods: msgSSLConfigRequiredDisplayToLogical(), msgSSLConfigRequiredGet(), msgSSLConfigRequiredIsValid(), msgSSLConfigRequiredLogicalToDisplay(), msgSSLConfigRequiredLogicalToOdbc(), msgSSLConfigRequiredNormalize(), msgSSLConfigRequiredSet()

Methods

method %OnAfterCreatePage() as %Status
If license is not in place, show message and hide everything.
method DrawDelete(pTable As %ZEN.Component.tablePane, pName As %String, pSeed As %String) as %Status
method DrawTitle(pSeed As %String) as %Status
method IsGenericFoundation(pID As %String) as %Boolean
classmethod OldDrawTitle(pSeed As %String) as %Status
clientmethod SSLConfigHelpMsg() [ Language = javascript ]
method StoreNetHost(pNetHost) [ ZenMethod ]
clientmethod activateConfig(id) [ Language = javascript ]
clientmethod addConfig(type, component) [ Language = javascript ]
clientmethod changeSSLName() [ Language = javascript ]
User changed SSL Info for this instance. Construct SSL Root end point.
clientmethod deleteConfig(id) [ Language = javascript ]
User clicked Delete
clientmethod editConfig(id) [ Language = javascript ]
clientmethod onPopupAction(popupName, action, value) [ Language = javascript ]
Inherited description: This client event, if present, is fired when a popup page has specified this component as its parent and fires an action.
popupName is the name of the popup window sending the action.
action is the name of the action.
value is the value associated with the action.
clientmethod onloadHandler() [ Language = javascript ]
When the page is loaded, put cursor where it belongs.
clientmethod saveNetHost() [ Language = javascript ]
clientmethod saveSSLConfig() [ Language = javascript ]
method storeSSLConfig(pPort, pPrefix, pIsActive, pSSLConfig) [ ZenMethod ]

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab