go to post Evgeny Shvarov · Jun 11, 2021 Webterminal cannot deal with downloading files (yet). Maybe some Management portal plugin or alternative. A good candidate for a dev tool.
go to post Evgeny Shvarov · Jun 11, 2021 Hi Robert! Thanks! With terminal Yes it works like a charm. But if you have access to Management portal only or to any other web-app?
go to post Evgeny Shvarov · Jun 4, 2021 It did work. Not sure if it does now. But it's easy to test with ZPM ;)
go to post Evgeny Shvarov · Jun 4, 2021 Hi Ed! if you do it like this? SELECT NON EMPTY { [DateOfSale].[Actual].[YearSold].&[$variable.Year], ([DateOfSale].[Actual].[YearSold].&[$variable.Year]-1) } ON 0, NON EMPTY [Product].[P1].[Product Name].Members ON 1 FROM [HOLEFOODS]
go to post Evgeny Shvarov · May 18, 2021 There were requests on what FHIRaaS provides. Here is the very precise document that describes that. The announcement is updated accordingly.
go to post Evgeny Shvarov · May 10, 2021 We added the slide deck of the webinar by @Patrick Jamieson. The recording will be published later this week.
go to post Evgeny Shvarov · May 10, 2021 Thanks for everyone who joined the webinar today! As it was announced will start providing the access codes to sign up for the FHIRaaS on Thursday 14th of May! Learn more here. Also @Anton Umnikov shared the example application that could use InterSystems FHIRaaS. Just change the base-url and provide your key to make it working with FHIRaaS.
go to post Evgeny Shvarov · May 10, 2021 We will be ready to start sharing the access codes for the FHIRaaS portal starting from Thursday 14th of May. Please refer to @Irina.Podmazko in Direct Message or reply to this post or request in Discord!
go to post Evgeny Shvarov · May 10, 2021 Hi Sam! Thank you for the helpful application and article! Can the cube also measure the duration of the queries? E.g. to find queries that perform worse?
go to post Evgeny Shvarov · May 6, 2021 Hi Jonathan! It's definitely possible. Here is the template. You can install it with : zpm "install interoperability-sample"
go to post Evgeny Shvarov · May 4, 2021 Hi Utsavi! There is no video on this (we probably should record one), but there is an article that describes how you can set up your own private registry for your company and publish packages on it. It's really easy cause the ZPM registry could be deployed as a ZPM package as well. Also with ZPM proxy feature you can build a chain of registries, or use public packages in your private registry when you need that. Learn more here. There is also a discord channel regarding ZPM, where you can chat with other developers who implemented private ZPM registries in their companies already. Hope this helps.
go to post Evgeny Shvarov · Apr 26, 2021 Congrats to all the participants! This was an amazing contest! And It's a real pity this time that we have only 3 winning positions. The community has won a lot more!
go to post Evgeny Shvarov · Apr 21, 2021 And we updated the images with ZPM 0.2.14 too: intersystemsdc/iris-community:2021.1.0.205.0-zpm intersystemsdc/iris-community:2020.4.0.547.0-zpm intersystemsdc/irishealth-community:2021.1.0.205.0-zpm intersystemsdc/irishealth-community:2020.4.0.547.0-zpm And to launch IRIS do: docker run --rm --name my-iris -d --publish 9091:1972 --publish 9092:52773 intersystemsdc/iris-community:2021.1.0.205.0-zpm docker run --rm --name my-iris -d --publish 9091:1972 --publish 9092:52773 intersystemsdc/iris-community:2020.4.0.547.0-zpm docker run --rm --name my-iris -d --publish 9091:1972 --publish 9092:52773 intersystemsdc/irishealth-community:2021.1.0.205.0-zpm docker run --rm --name my-iris -d --publish 9091:1972 --publish 9092:52773 intersystemsdc/irishealth-community:2020.4.0.547.0-zpm And for terminal do: docker exec -it my-iris iris session IRIS and to start the control panel: http://localhost:9092/csp/sys/UtilHome.csp To stop and destroy container do: docker stop my-iris
go to post Evgeny Shvarov · Apr 21, 2021 Got you! Great! Hope this didn't increase kits dramatically )
go to post Evgeny Shvarov · Apr 21, 2021 Thanks, @Benjamin De Boe ! Is there a special build for IntegratedML as we had before?