Evgeny Shvarov · Aug 26, 2020 go to post

Oh, yes sure! Public ZPM registry pm.community.intersystme.com is open for everything which is approved in OEX. 

Just make sure you have valid module.xml in the root of the repo and turn on the checkbox "Package Manager" in the Open Exchange app - and it will be published as module to the public ZPM registry.

Evgeny Shvarov · Aug 26, 2020 go to post

Hi Jose!

Thank you much for the feedback! What I also like about your app that you used ZPM and managed to use the DeepSeeWeb community project to visualize FHIR data.

Nicely done!

Evgeny Shvarov · Aug 22, 2020 go to post

Hi Anssi! Interesting case! It'd be great to publish the example of code in Github and Open Exchange!

Evgeny Shvarov · Aug 18, 2020 go to post

Thank you, Tim! We are actively improving Open Exchange, and your feedback is very important!

Evgeny Shvarov · Aug 13, 2020 go to post

Yuri!

What a beautiful idea! Thank you!

If these boxes could be clickable and point to documentation/tag would be a nice features table!

Evgeny Shvarov · Aug 13, 2020 go to post

Thanks, Robert! Will add a few corrections:

COS stands for Caché ObjectScript. Now the name of language is InterSystems ObjectScript, so Obs is OK

There is no BASIC anymore in IRIS (I think). 

Globals! This is a must.

Evgeny Shvarov · Aug 7, 2020 go to post

Developers!

You are welcome to use iris-fhir-template to build your InterSystems IRIS for Health solutions for the contest. 

The template uses the preview release 2020.3 of InterSystems IRIS for Health

Evgeny Shvarov · Aug 5, 2020 go to post

A very helpful repository to generate synthetic FHIR compatible data shared by @Phillip Booth 
 

E.g. to generate data for 5 patients in an /output subfolder of a current folder call:

docker run --rm -v $PWD/output:/output --name synthea-docker intersystemsdc/irisdemo-base-synthea:version-1.3.4 -p 5

Which you can load then into IRIS for Health with:

zw ##class(HS.FHIRServer.Tools.DataLoader).SubmitResourceFiles("path/output", "FHIRNamespace", "/restapi/endpoint/fhir/r4")
Evgeny Shvarov · Aug 5, 2020 go to post

You probably right for a majority of tasks. But how do you manage with AI tasks which NEED to manage thousands of features of entities? And features are properties/fields from data storage perspective.

Anyway, I'm really curious how do you deal with AI/ML tasks in IRIS or Caché.

Evgeny Shvarov · Aug 2, 2020 go to post

Our community works) And collaboration ;) And the curiosity too ) 

And this was a perfect case to test the new ZPM feature ;)

Evgeny Shvarov · Aug 2, 2020 go to post

Bravo, Robert!!!

A lot of developers who never saw globals now can see it and I see how they are saying you "Thank you!"

Evgeny Shvarov · Aug 1, 2020 go to post

Yes!

This is better! But still 2 lines per error. Is it possible to have one per error?

Evgeny Shvarov · Aug 1, 2020 go to post

Turned out we'll not fix this soon. module.xml stats RULES for gathering the package and for a clean up too.

So if you delete the package with rcc.PCG in module.xml will delete literally the package rcc from the system with all the child classes.

This is how it works now.

So for now please describe the exact feature package in the module.xml.

Evgeny Shvarov · Aug 1, 2020 go to post

I have 75 rows per error in this table.

Is it possible to have one line per error - like a summary table ERRORS_SUMMARY, link to this details table? And the summary will have only:

reference, date,type(SYNTAX, UNDEFINED,etc),line of code,$ZV