go to post Luis Angel Pére... · Feb 28, 2024 You are right! I copied the call to the BS from the Token message without review it.
go to post Luis Angel Pére... · Feb 28, 2024 Hi Token! You need an interoperability production running with a business component with the same name that you are using to invoke it. The production has to be running on the same namespace.
go to post Luis Angel Pére... · Feb 28, 2024 What do you mean with multiple Business Rules? you want to send your object throught more than one business rule? And send it where? To another business component?
go to post Luis Angel Pére... · Feb 28, 2024 Something like this: set status = ##class(Ens.Director).CreateBusinessService("My.BusinessService", .instance) set status = instance.SendRequestAsync("My.BusinessProcess", request, .response)
go to post Luis Angel Pére... · Feb 27, 2024 Maybe this question from stackoverflow can help you: https://stackoverflow.com/questions/68231387/starting-vs-code-hangs-with...
go to post Luis Angel Pére... · Feb 25, 2024 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.
go to post Luis Angel Pére... · Feb 22, 2024 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.
go to post Luis Angel Pére... · Feb 22, 2024 Hi @Sheetal Kairawala ! Take a look to this article that I wrote: https://community.intersystems.com/post/connecting-mysql-database-busine...
go to post Luis Angel Pére... · Feb 13, 2024 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.
go to post Luis Angel Pére... · Feb 10, 2024 It seems like a problem with the web.config file: https://stackoverflow.com/questions/53106327/web-config-error-handler-fo...
go to post Luis Angel Pére... · Feb 8, 2024 Have you tried setting the parameter as %JSONIGNORENULL? https://docs.intersystems.com/irislatest/csp/docbook/DocBook.UI.Page.cls...
go to post Luis Angel Pére... · Feb 1, 2024 You can find more trainings related to interoperability and development in the same web. Our training team is doing a great job!
go to post Luis Angel Pére... · Feb 1, 2024 Well, WRC resolved the case, it was a bug of the HealthConnect-2023.1.0.235.1-lnxrh8x64 package.
go to post Luis Angel Pére... · Feb 1, 2024 You can join to the early access program to test the de-identifier functionality: https://community.intersystems.com/post/sign-health-data-de-identifier-e...
go to post Luis Angel Pére... · Jan 31, 2024 I suggest you to start with this training: https://learning.intersystems.com/course/view.php?id=1350 It will solve most of your questions.
go to post Luis Angel Pére... · Jan 31, 2024 I was checking the official documentation and I found out that you can rename that tag: https://docs.intersystems.com/irisforhealthlatest/csp/docbook/DocBook.UI... https://docs.intersystems.com/irisforhealthlatest/csp/docbook/DocBook.UI... You can modify the name, but not remove it.