go to post Evgeny Shvarov · Jan 28, 2024 Hi @David hay ! If I don't know the ID of the patient any chance I can discover it with clinFHIR services to feed then to Patient Viewer?
go to post Evgeny Shvarov · Jan 26, 2024 Adding to the topic the way to preserve custom aliases within an arbitrary Docker Environment.
go to post Evgeny Shvarov · Jan 26, 2024 Today to achieve the similar people do: X "New $roles Set $roles="""" If ($extract($roles,1,$length(""%All""))=""%All"") Set tHaveAllRole =1"
go to post Evgeny Shvarov · Jan 26, 2024 Wrote an article how to have aliases in docker dev environment as well.
go to post Evgeny Shvarov · Jan 26, 2024 Looks great! Do you want to submit an idea on Ideas Portal? So people will vote for the enhancement?
go to post Evgeny Shvarov · Jan 25, 2024 You are welcome, @Sylvain Guilbaud ! Sometimes "Less is more" indeed :)
go to post Evgeny Shvarov · Jan 25, 2024 Could you please check if you are using the latest IRIS JDBC driver? In my case it was outdated so I updated it manually:
go to post Evgeny Shvarov · Jan 25, 2024 Hi @Learning by_passion ! Please take a look this project - it is an example of CSV transformation, hope it can help you to get some ideas.
go to post Evgeny Shvarov · Jan 25, 2024 Hi @Sylvain Guilbaud! Had a similar issue (with the same "Socket is closed" message at least). In my case the issue was in SSLConfig.properties file. It MUST be in the expected folder. On MacOS it is: $ ls SSLConfig.properties dbeaver $ pwd /Applications/DBeaver.app/Contents/MacOS
go to post Evgeny Shvarov · Jan 24, 2024 Hi @Fahima Ansari ! You can check this example by @Guillaume Rongier
go to post Evgeny Shvarov · Jan 23, 2024 I replaced $$$Lower() but still getting <SYNTAX> Here is the alias in the file: :alias enablebi do EnableDeepSee^%SYS.cspServer("/csp/"_$zcvt($namespace,"L")) And here is SYNTAX i'm getting: IRISAPP>:enablebi do EnableDeepSee^%SYS.cspServer("/csp/"_$zcvt($namespace,"L") DO EnableDeepSee^%SYS.cspServer("/csp/"_$ZCVT($NAMESPACE,"L") ^ <SYNTAX> Here is what I have in the alias: IRISAPP>:enablebi do EnableDeepSee^%SYS.cspServer("/csp/"_$zcvt($namespace,"L") DO EnableDeepSee^%SYS.cspServer("/csp/"_$ZCVT($NAMESPACE,"L") ^ <SYNTAX> IRISAPP>:alias enablebi do EnableDeepSee^%SYS.cspServer("/csp/"_$zcvt($namespace,"L") IRISAPP> Interesting, if I set the alias in terminal as @Robert Cemper did it works. Perhaps the issue is in line endings? Any ideas?
go to post Evgeny Shvarov · Jan 23, 2024 @Robert Cemper, @Brett Saviano, thank you! Indeed, this is the thing! But even without macro it is a very powerful feature!
go to post Evgeny Shvarov · Jan 23, 2024 In fact I'm having a weird issue in docker: it looks like terminal doesn't read the last symbol from alias string. e.g. if I have the following alias (one liner to turn on IRISBI in a current namespace): :alias enablebi do EnableDeepSee^%SYS.cspServer("/csp/"_$$$LOWER($namespace)) It results with following: IRISAPP>:enablebi do EnableDeepSee^%SYS.cspServer("/csp/"_$$$LOWER($namespace) DO EnableDeepSee^%SYS.cspServer("/csp/"_$$$LOWER($namespace) ^ <SYNTAX> IRISAPP> Any thoughts @Robert Cemper @Dan Pasco ?
go to post Evgeny Shvarov · Jan 22, 2024 Community docker images with IPM on board are also available with 2024.1 preview. The tags are: intersystemsdc/iris-community:preview intersystemsdc/irishealth-community:preview
go to post Evgeny Shvarov · Jan 20, 2024 Hi @Dan Pasco ! Thanks for sharing! How did you make ":pp" terminal alias?