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
go to post Evgeny Shvarov · Jul 13, 2023 Thanks @Clayton Lewis . I like the Message Map approach. And it could suggest messages that 99% fit choosing from Message Map but also let the option to be completely flexible as it is now.
go to post Evgeny Shvarov · Jul 12, 2023 You also can use intersystemsdc/iris-community:latest or just intersystemsdc/iris-community for the latest InterSystems IRIS Community Edition release. And intersystemsdc/iris-community:preview for the latest preview build. intersystemsdc/irishealth-community and intersystemsdc/irishealth-community:preview for InterSystems IRIS For Health Community Edition
go to post Evgeny Shvarov · Jul 9, 2023 Hi @Shanshan Yu ! Try to use DeepSeeWeb project to alter the visualization?
go to post Evgeny Shvarov · Jul 9, 2023 Wow. This is much easier. It’s a pity this is not in documentation. Thank you!
go to post Evgeny Shvarov · Jul 5, 2023 It's is a bit dangerous saying "Package Manager is server-centric". I never code with "server-centric" paradigm, but I always use Package manager. So I install all the necessary packages I need during the docker build procedure of my dev-environment with IRIS. E.g. like in this line: zn "USER" zpm "install git-source-control" do ##class(%Studio.SourceControl.Interface).SourceControlClassSet("SourceControl.Git.Extension") zpm "install passwordless" zpm "install objectscript-json-trace-viewer" zpm "load /home/irisowner/dev/ -dev -v":1:1 halt Can I use such an approach with snippets?
go to post Evgeny Shvarov · Jul 5, 2023 Hi @Ikram Shah ! Tomorrow we'll publish the bonus table for all the applications. If something is not accurate you comment here or in Discord
go to post Evgeny Shvarov · Jul 5, 2023 Indeed! Looking forward, thank you! The HL7 testing flow looks to be in a high demand.
go to post Evgeny Shvarov · Jul 5, 2023 Hi @Luis Angel Pérez Ramos ! This is great! If the project also available on OEX?