go to post Luis Angel Pére... · Mar 7, 2024 Another option is to use embedded python (not for your version sadly). You would use jsondiff Python library to compare the JSON projection of the objects.
go to post Luis Angel Pére... · Mar 7, 2024 @Carl (booz Allen) Deitrich Did the solution of @Malte Schnack work for you?
go to post Luis Angel Pére... · Mar 6, 2024 You can use embedded python: https://blog.enterprisedna.co/python-convert-json-to-csv/
go to post Luis Angel Pére... · Mar 6, 2024 The improvement of the performance is incredible, if I were a solutions architect I would've in mind the columnar storage for any kind of dashboard.
go to post Luis Angel Pére... · Mar 5, 2024 Do you need to do something with the request? If you don't the best option is to delegate the redirection to the application server (Apache or whatever), avoiding to involve IRIS in the process.
go to post Luis Angel Pére... · Mar 1, 2024 I think that you need to check the connections to the port of the Server, take a look to this web: https://mkyong.com/linux/list-all-ip-addresses-connected-to-your-server/
go to post Luis Angel Pére... · Mar 1, 2024 Following the answer from @Tani Frankel you can generate XSD from XML with no problem, there are a billion of webs that you can use to do it (you just have to be sure that the XML contains all the tags required).
go to post Luis Angel Pére... · Feb 29, 2024 Here is the official documentation: https://docs.intersystems.com/irisforhealthlatest/csp/docbook/DocBook.UI... The type for ELEMENTQUALIFIED is Boolean (0 or 1).
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.