go to post Evgeny Shvarov · Aug 15, 2023 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?
go to post Evgeny Shvarov · Aug 15, 2023 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 https://www.loom.com/embed/ad320152ba244e7b91b9a087e21a8797?sid=4bba73de-5bcd-4f9e-92c5-aed79890fbdb[This is an embedded link, but you cannot view embedded content directly on the site because you have declined the cookies necessary to access it. To view embedded content, you would need to accept all cookies in your Cookies Settings]
go to post Evgeny Shvarov · Aug 15, 2023 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.
go to post Evgeny Shvarov · Aug 9, 2023 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?
go to post Evgeny Shvarov · Aug 9, 2023 This needs a commercial license, but seems as a working approach.
go to post Evgeny Shvarov · Aug 9, 2023 Thanks Alex! This works of course, but I need to do the same on a regular manner. So I'm looking for a way to perform the same procedure programmatically
go to post Evgeny Shvarov · Jul 26, 2023 A nice one, @Jeffrey Drumm ! I think we could introduce the option to add custom captions to business host settings in a more "legal" way. Do you mind to introduce an idea to have this implemented in the next versions of IRIS Interoperability?
go to post Evgeny Shvarov · Jul 26, 2023 Hi @Guillaume Rongier ! Amazing article! the steps 18-19 are hidden though:
go to post Evgeny Shvarov · Jul 20, 2023 Great initiative, @Yuri Marx ! Could you please publish the repo on OEX too?
go to post Evgeny Shvarov · Jul 17, 2023 In addition to what @Julius Kavay suggests I also recommend to use $Name function. e.g. set myVariable="^myglobal(17)" // equal to set myVariable=$Name(^myglobal(17)) It helps to deal with all the quotes/double quotes and also deal with variables that contain global adresses.
go to post Evgeny Shvarov · Jul 14, 2023 Thanks a lot! We could add more features like this later. Another similar helper module is this one by @Guillaume Rongier