Evgeny Shvarov · Sep 15, 2023 go to post

Hi @Robert Cemper !

Thanks for the initiative! The quality of applications on OEX is one of the key focuses of Open Exchange team.

For both projects I'd invite first the authors to review your PR: @Peter Steiwer and @Zachary Krowiak - could you please take a look?

On the republishing copies of the projects on OEX - I'm not sure that the complete copy with improved readme and fixed dockerfile is a good idea. But the new project that introduces a new quality and new values added to an existing project is something that makes more sense to me. 

Evgeny Shvarov · Sep 14, 2023 go to post

One of the most effective approaches to make it happen is "Infrastructure as a code" approach. Article in Wikipedia.

So if you have your infrastructure in files and scripts you'll be able to have the difference just by comparing to github/gitlab branches. Easy like that.

Evgeny Shvarov · Sep 11, 2023 go to post

Hi Robert!

The quality of Open Exchange is very important, of course! And we have a set of features and processes are intended to understand and improve the average quality of projects. And as OEX is a living mechanism it is not possible to "click" and improve the quality forever.

I appreciate your willingness to improve the quality and PRs submission. Please suggest what do you think could be introduced more to improve the quality. 
We'll try to make PRs more visible in Open Exchange.

And also the ideas on how to improve the quality of the submissions are very welcome! 

Evgeny Shvarov · Sep 11, 2023 go to post

Community images can be used for now:

intersystemsdc/irishealth-community:latest

and 

intersystemsdc/iris-community:latest

Evgeny Shvarov · Sep 3, 2023 go to post

You are welcome! Yes, as you can see I had the similar issue some time before. Glad it worked for you!

Evgeny Shvarov · Sep 3, 2023 go to post

You can use the command to change from the namespace USER to %SYS:

USER>zn “%SYS”

%SYS>

Evgeny Shvarov · Sep 3, 2023 go to post

Added a template release that demonstrates how you can use IRIS without a line of ObjectScript to let you collect 5 bonus points. Yes, the template contains ObjectScript classes but it is for demo purposes of using Python from ObjectScript only.

Evgeny Shvarov · Aug 16, 2023 go to post

@Robert Cemper , this is why we created the post - let's discuss. As the whole idea of the project to help in building more readable and safe ObjectScript code. Your input is very important.

Evgeny Shvarov · Aug 15, 2023 go to post

I have a follow up question: in case I need to do it "by hand" - what is the way to create a CSP class(URL) that once I open it it will download me a global I want in XML format? If anyone has an example how to manage the thing?

Evgeny Shvarov · Aug 15, 2023 go to post

I'm using VSCode to code on IRIS that starts from Docker. And with this approach you have the Terminal available in a menu - see the screenshot and loom:

Loom video

Evgeny Shvarov · Aug 15, 2023 go to post

If this is for testing I'd suggest to use iris docker container with FHIR db inside. So just container relaunch will do the thing.

Evgeny Shvarov · Aug 9, 2023 go to post

I see Get method there, but I think it will be to expensive to "get" all the nodes via network.

Maybe I could use some system classes and run a method to read from a global? Any ideas of such a system class and method? Anything Stream related?