Skip to main content

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

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().

FeedbackOpens in a new tab