go to post Evgeny Shvarov · Aug 5, 2020 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")
go to post Evgeny Shvarov · Aug 5, 2020 Hi All! Update the article to introduce iris.script approach - dockerfile is smaller, objectscirpt is clearer.
go to post Evgeny Shvarov · Aug 5, 2020 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é.
go to post Evgeny Shvarov · Aug 3, 2020 Could you provide an example? and what do you mean by origin?
go to post Evgeny Shvarov · Aug 3, 2020 The question is how csvgen could be upgraded to consume csv files with 1000+ cols.
go to post Evgeny Shvarov · Aug 3, 2020 Hi Lucas! With zpm "install objectscript-errors-analytics" you can also see examine these errors in the IRIS Analytics dashboard. Check for more.
go to post Evgeny Shvarov · Aug 2, 2020 Our community works) And collaboration ;) And the curiosity too ) And this was a perfect case to test the new ZPM feature ;)
go to post Evgeny Shvarov · Aug 2, 2020 Bravo, Robert!!! A lot of developers who never saw globals now can see it and I see how they are saying you "Thank you!"
go to post Evgeny Shvarov · Aug 1, 2020 Yes! This is better! But still 2 lines per error. Is it possible to have one per error?
go to post Evgeny Shvarov · Aug 1, 2020 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.
go to post Evgeny Shvarov · Aug 1, 2020 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
go to post Evgeny Shvarov · Aug 1, 2020 Yes, thank you Robert! Did the same but with catch e { Do e.Log() } Which is more "stylish" if you may. Example of the usage in a freshly baked objectscript-errors package.
go to post Evgeny Shvarov · Aug 1, 2020 Wow. Looks like a bug! At least this is not convenient. Could you please file this?
go to post Evgeny Shvarov · Jul 31, 2020 Eventually, I introduced a module that reproduces typical ObjectScript errors: UNDEF, SYNTAX, PARAMETER, etc. Pull request for more examples! )
go to post Evgeny Shvarov · Jul 30, 2020 I mean what is the simplest snippet which generates errors to ^ERRORS?
go to post Evgeny Shvarov · Jul 29, 2020 Exactly! As discussed previously in the Naming Convention topic, the first package in a class name is your name or your company. dc. - is for packages contributed to InterSystems Community, by InterSystems or by individuals and companies when a personal name or company's name is not an option for some reason.
go to post Evgeny Shvarov · Jul 28, 2020 So, dc. is the selected package name for Community-related packages. e.g. dc.library.class is an example of the name.