### Get HealthShare Version Info using Terminal Command Source: https://docs.intersystems.com/healthconnect This code snippet demonstrates how to obtain the HealthShare version information directly from the terminal using a class method. This is an alternative to checking in the Management Portal. ```objectscript write ##class(%ZHSLIB.HealthShareMgr).VersionInfo() ``` -------------------------------- ### Determine HealthShare and Ensemble Version Source: https://docs.intersystems.com/healthconnect This snippet shows how to retrieve the HealthShare and Ensemble version information from a system. It is useful for identifying the specific versions of HealthShare and Ensemble that a kit is built upon, especially for versions prior to 2019.1. ```text Cache for Windows (x86-64) 2016.1.2 (Build 206U) Mon Jul 25 2016 16:42:32 EDT [HealthShare Modules:Core:15.03.6501 + Linkage Engine:15.02.6501 + Patient Index:15.02.6501 + Clinical Viewer:15.03.6501 + Active Analytics:15.03.6501] ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.