Written by

Developer at eHealth Exchange / Developer Advocate / Opensource Developer
Question John McBride · May 30, 2023

HS package in HSLIB Namespace empty?

Hello All,

I have the docker container community version (2023.1) if IRIS 4 Health installed and running, but it sees that in the HSLIB namespace I see that the HS package is empty. I downloaded this container from the intersystems container registry.

Is this supposed to be empty? How do i get it populated? Am I missing something?

Version Info
(IRIS for UNIX (Ubuntu Server LTS for x86-64 Containers) 2023.1 (Build 229U))

Product version: IRIS 2023.1

Comments

Eduard Lebedyuk · May 30, 2023

Run:

do##class(HS.HC.Util.Installer).InstallFoundation(ns)

to enable HS package in a different namespace.

0