HS.HC.Util.Installer.AbstractStartupClass
abstract class HS.HC.Util.Installer.AbstractStartupClass extends %ZHSLIB.AbstractStartupItem
Extends %ZHSLIB.AbstractStartupItem, to provide base class for HealthShare and IRIS for Health startup items. Adds macros for HealthShare and IRIS for Health specific logging mechanisms:- Use $$$startupLogMsg(%msg) to log informational messages.
- Use $$$startupLogMsgQuiet(%msg) to log informational messages without displaying to screen.
- Use $$$startupLogErr(%msg) to log error messages.