Something like this:
set status = ##class(Ens.Director).CreateBusinessService("My.BusinessService", .instance)
set status = instance.SendRequestAsync("My.BusinessProcess", request, .response)- Log in to post comments
Something like this:
set status = ##class(Ens.Director).CreateBusinessService("My.BusinessService", .instance)
set status = instance.SendRequestAsync("My.BusinessProcess", request, .response)Maybe this question from stackoverflow can help you:
https://stackoverflow.com/questions/68231387/starting-vs-code-hangs-wit…
You're welcome!
I would get a bundle from patient X for each resource that you want to move and send a post for the patient Y with a bundle formed by the resources that you got modifying the reference to the patient Y.
Here you can find an example about a jdbc connection, in the example is with MySQL, you only need to change the jar file and the class name.
Hi @Sheetal Kairawala ! Take a look to this article that I wrote:
https://community.intersystems.com/post/connecting-mysql-database-busin…
Is IRIS running properly?
You can kill the process from the process manager of Windows looking for the id of process that you got from IRIS.
And from my experience with IntegratedML... Is not very fast but not so slow.
It seems like a problem with the web.config file:
https://stackoverflow.com/questions/53106327/web-config-error-handler-f…
Thanks you very much!
Have you tried setting the parameter as %JSONIGNORENULL?
https://docs.intersystems.com/irislatest/csp/docbook/DocBook.UI.Page.cl…
You can find more trainings related to interoperability and development in the same web. Our training team is doing a great job!
Well, WRC resolved the case, it was a bug of the HealthConnect-2023.1.0.235.1-lnxrh8x64 package.
You can join to the early access program to test the de-identifier functionality:
https://community.intersystems.com/post/sign-health-data-de-identifier-…
I suggest you to start with this training:
https://learning.intersystems.com/course/view.php?id=1350
It will solve most of your questions.
The Red Hat version is 8.6
I was checking the official documentation and I found out that you can rename that tag:
https://docs.intersystems.com/irisforhealthlatest/csp/docbook/DocBook.U…
https://docs.intersystems.com/irisforhealthlatest/csp/docbook/DocBook.U…
You can modify the name, but not remove it.
Thank you @Jeffrey Drumm and @Hao Ma !
I'll try to find out the exact version of Red Hat 8
I love hebrew alphabet! it's so...ancient!
Take a look to this article, maybe it's helpful:
https://community.intersystems.com/post/retrieving-base64-files-post-ca…
I'm not sure, but I think that it's a default behaviour of SOAP responses, it returns always the response wrapped in a tag with the name of the method that was invoked. Can't you manage it from the application who sent the request?
You are wellcome @Sylvain Guilbaud ! Thank you for the reference to the official documentation.
Really interesting! Thank you @Alberto Fuentes !
Wow! Thank you Community!

This is the only information related with logging in the documentation:
https://docs.intersystems.com/irisforhealthlatest/csp/docbook/DocBook.U…
The API call is async? Maybe you are comparing both variable before to the end of the API call.
Maybe is there whitespaces in context.Prov? Have you tried to remove it?
if $ZSTRIP(context.Prov,"<>W") = $ZSTRIP(context.ProvName,"<>W")Try killing from the operating system the process, check the process id that is being executed and kill it.
Check this answer:
https://community.intersystems.com/post/stop-running-sql-query-quickly#…
You can check a similar question here:
https://community.intersystems.com/post/stop-running-sql-query-quickly#…