%ZHSLIB.Version
abstract class %ZHSLIB.Version
This class provides various HealthShare product version information. Format and method naming is inspired by %SYSTEM.Version.Method Inventory
- GetAdhocNumber()
- GetBuildNumber()
- GetFullBuildNumber()
- GetMaintenance()
- GetMaintenanceWithSuffix()
- GetMajor()
- GetMinor()
- GetNumber()
- GetNumberWithSuffix()
- GetPatch()
Methods
Returns the adhoc number of the full build number for the product with format:
......
Returns 0 if no adhoc number present.
@Argument pBuildNumber Unique build number of the build. Default to be the current build number.
@API.Method
Returns 0 if no adhoc number present.
@Argument pBuildNumber Unique build number of the build. Default to be the current build number.
@API.Method
Returns the number of the full build number for the product with format:
......
@Argument pBuildNumber Unique build number of the build. Default to be the current build number.
@API.Method
@Argument pBuildNumber Unique build number of the build. Default to be the current build number.
@API.Method
classmethod GetFullBuildNumber() as %String
Returns the full build number .....
for the product.
@API.Method
@API.Method
Returns the maintenance version of the full build number for the product with format:
......
@Argument pBuildNumber Unique build number of the build. Default to be the current build number.
@API.Method
@Argument pBuildNumber Unique build number of the build. Default to be the current build number.
@API.Method
classmethod GetMaintenanceWithSuffix(pBuildNumber As %String = $Get($$$BuildNumberGblHSLIB)) as %String
Returns the maintenance version of the full build number for the product with format:
......
Does not force to an integer so any character suffix (such as 0HS) remains.
@Argument pBuildNumber Unique build number of the build. Default to be the current build number.
@API.Method
Does not force to an integer so any character suffix (such as 0HS) remains.
@API.Method
Returns the major version of the full build number for the product with format:
......
@Argument pBuildNumber Unique build number of the build. Default to be the current build number.
@API.Method
@Argument pBuildNumber Unique build number of the build. Default to be the current build number.
@API.Method
Returns the minor version of the full build number for the product with format:
......
@Argument pBuildNumber Unique build number of the build. Default to be the current build number.
@API.Method
@Argument pBuildNumber Unique build number of the build. Default to be the current build number.
@API.Method
Returns the .. part of the full build number for the product with format:
......
@Argument pBuildNumber Unique build number of the build. Default to be the current build number.
@API.Method
@Argument pBuildNumber Unique build number of the build. Default to be the current build number.
@API.Method
Returns the .. part of the full build number for the product with format:
......
The number is returned with its character suffix.
@Argument pBuildNumber Unique build number of the build. Default to be the current build number.
@API.Method
The
@Argument pBuildNumber Unique build number of the build. Default to be the current build number.
@API.Method
Returns the patch number of the full build number for the product with format:
......
@Argument pBuildNumber Unique build number of the build. Default to be the current build number.
@API.Method
@Argument pBuildNumber Unique build number of the build. Default to be the current build number.
@API.Method