Skip to main content

HS.HC.Util.SystemStartup

class HS.HC.Util.SystemStartup extends HS.HC.Util.Installer.AbstractStartupClass

IRIS for Health system startup tasks.

Method Inventory

Parameters

parameter ExecutionContext = 2;
Inherited description: Permitted execution context. 1 = Startup only (default), 2 = System becoming primary (also startup in non-mirrored)
parameter Name = IRIS for Health System Startup;
Inherited description: Optional descriptive name to use in logging messages regarding the execution of this class.

Methods

classmethod CleanTempDirGlobals(pNamespace As %String)
Delete all the globals that are directly in the database for the specified namespace.
classmethod OnSystemStartup()
Inherited description: Method invoked by Startup loop. Implementation of this class implements this method.
- Expected startup mode is as a background job.
- Expected startup namespace is HSLIB.

Inherited Members

Inherited Methods

FeedbackOpens in a new tab