go to post Evgeny Shvarov · Feb 4, 2024 I'm trying the app with IPM installation. I have different port in this case.
go to post Evgeny Shvarov · Feb 3, 2024 @Enrico Parisi , thanks for reviewing the rules! I request @Dmitry Maslennikov and @Daniel Tamajon to comment. It'd be great also if you could suggest the new objectscript scanning rules that will help developers.
go to post Evgeny Shvarov · Feb 3, 2024 Hi @Maria Nesterenko ! Installed Health Harbor with IPM: zpm "install health-harbour -dev" no errors. But, when I try to setup a FHIR SQL Builder configuration it doesn't allow me to choose fhir end-point: I don't see any FHIR repository in drop-down. Any thoughts? The system is IRIS for Health 2024.1 preview.
go to post Evgeny Shvarov · Feb 3, 2024 Hi @Theo Stolker ! Do you want to share the code as an Open Exchange project and IPM package then? Would be great!
go to post Evgeny Shvarov · Feb 3, 2024 Thank you @Patrick Jamieson ! Can I check several ports with the command? Like comma separated?
go to post Evgeny Shvarov · Feb 2, 2024 It says: ListResources+12^dc.FhirLab.Client.1 *FHIRLAB.FoundationProduction : CLASS Doesn't exist for this line: set status = ##class(FHIRLAB.FoundationProduction).Start()
go to post Evgeny Shvarov · Feb 2, 2024 Hi Muhammad! Thanks for publishing such a useful application. Though, I cannot open the application which is installed via IPM. I see the following picture: Could you please check?
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