Skip to main content

Install the Healthcare Action Engine on InterSystems IRIS for Health

To set up an functional InterSystems® Healthcare Action Engine namespace on an instance of InterSystems IRIS® for Health, perform the following steps:

  1. Install an InterSystems IRIS for Health instance and acquire the Healthcare Action Engine module installation package, as described in Deployment Prep.

  2. Extract the HAE module installation package in a temporary directory on your system.

  3. Start a Terminal session on the instance and switch to a namespace where you can load and compile the installer class.

  4. Load and compile the installer class by executing the following command:

     do $system.OBJ.Load("<tempDir>/Installer.MountInstallHAE.cls","ck")
  5. Run the installer routine by executing the following command:

     set status=##class(Installer.MountInstallHAE).InstallPackage("<tempDir>",1)

    The installer routine loads all the necessary code to run HAE and sets up a functional Healthcare Action Engine namespace. By default, the name of this namespace is HAE1.

  6. When the installer has finished, start the Healthcare Action Engine production by performing the following steps:

    1. Open the Management Portal and switch to your Healthcare Action Engine namespace.

    2. From the Management Portal Home page, select Interoperability > Configure > Production.

    3. Select Start to start the Healthcare Action Engine production. Select OK to confirm, and then OK again when the production has started.

To finish configuring the Healthcare Action Engine, perform the steps described in Post-Deployment Tasks.

FeedbackOpens in a new tab