Version (Tools/APIs)
Obtain information about the system version.
Background Information
ObjectScript provides a special variable ($ZVERSION) that you can use to obtain version information for InterSystems IRIS® data platform. Note that $ZVERSION is available within SQL queries (as are other special variables).
Available Tools
%ZHSLIB.HealthShareMgr class
Provides the VersionInfo() method, which displays information on HealthShare product versions.
Availability: All namespaces in a HealthShare instance.
Note
The special variable $SYSTEM is bound to the %SYSTEM package. This means that instead of ##class(%SYSTEM.class).method(), you can use $SYSTEM.class.method().