Evgeny Shvarov · Feb 22, 2024 go to post

Basically it's a way to store and retrieve arbitrary XML data resources within the ObjectScript class definition

Evgeny Shvarov · Feb 7, 2024 go to post

This is a fantastic discussion. Is there any service other than @Lorenzo Scalese's that can provide host IP and port for a docker iris? e.g. to be able to use it during development? 

Evgeny Shvarov · Feb 7, 2024 go to post

Nice! Thank you @Brett Saviano! 

And it works for host versions nicely! But of course if it is a docker image there could be a ports mapping. e.g. if I start iris with the following command:

docker run --rm --name iris-demo -d -p 9091:1972 -p 9092:52773   intersystemsdc/irishealth-community:preview

and open terminal with:

docker exec -it iris-demo iris session iris

then the command gives us:

USER>Do ##class(%Studio.General).GetWebServerPort(,,,.url) Write url,"csp/sys/UtilHome.csp" Kill url

http://172.17.0.2:52773/csp/sys/UtilHome.csp

and the working one is:

http://localhost:19092/csp/sys/UtilHome.csp

Maybe it is not possible at all for docker. 

Unless we setup a special global intentionally during the docker image build.

Evgeny Shvarov · Feb 5, 2024 go to post

Yes, I confirm that! Thank you!

BTW, the image in the top of the article is not visible:

Evgeny Shvarov · Feb 5, 2024 go to post

Yes. But docker-compose provides the mapping of PWS server (9092 in my case), so the web apps based on it should be reached out via 9092 in the host system. Even more - the FHIR SQL Builder setup application is running on 9092 port, but the settings should be on 52773. 

Evgeny Shvarov · Feb 4, 2024 go to post

This worked finally!

With the next step I'm trying to import file. the instruction in the repo doesn't tell where can I find it:

Evgeny Shvarov · Feb 4, 2024 go to post

52773 worked. Even I have 9092 port mapped for the host system. This was not very obvious. Thank you!

Evgeny Shvarov · Feb 3, 2024 go to post

Hi @Maria Nesterenko !

Installed Health Harbor with IPM: 

zpm "install health-harbour -dev"

no errors.

But, when I try to setup a FHIR SQL Builder configuration it doesn't allow me to choose fhir end-point:

I don't see any FHIR repository in drop-down. Any thoughts?

The system is IRIS for Health 2024.1 preview.

Evgeny Shvarov · Feb 2, 2024 go to post

It says: ListResources+12^dc.FhirLab.Client.1 *FHIRLAB.FoundationProduction : CLASS Doesn't exist for this line:

set status = ##class(FHIRLAB.FoundationProduction).Start()
Evgeny Shvarov · Feb 2, 2024 go to post

Hi Muhammad!

Thanks for publishing such a useful application.

Though, I cannot open the application which is installed via IPM.

I see the following picture:

Could you please check?

Evgeny Shvarov · Jan 28, 2024 go to post

Hi @David hay !

If I don't know the ID of the patient any chance I can discover it with clinFHIR services to feed then to Patient Viewer?