Version (Tools/APIs) Contents Background Information Available Tools Note 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®. Note that $ZVERSION is available within SQL queries (as are other special variables). Available Tools %SYSTEM.VersionOpens in a new tab class Provides methods like the following: GetComponents() GetBuildNumber() GetPlatform() GetProduct() GetVersion() And others Availability: All namespaces. %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().