go to post Luis Angel Pére... · Mar 26, 2024 I was Java developer for more than 15 years and for me to use arguments by reference was totally disgusting, you can use it in Java, but it's not very common, in Objectscript is the opposite, Output arguments are the rule, no the exception. Calling instance methods using variables not declared as arguments made me feel dirty.
go to post Luis Angel Pére... · Mar 23, 2024 Is the ID that you are using the same that was generated by the server?
go to post Luis Angel Pére... · Mar 14, 2024 PUT and DELETE works, but you have to use as id the generated by FHIR server, you can't use MRN or any other type of id.
go to post Luis Angel Pére... · Mar 13, 2024 Sorry for the delay, at the end of your third point your request is a HS.FHIRServer.Interop.Request object, this object has a property called RequestMethod in which you define the method (PUT, POST, DELETE). Define it to PUT and it should work (if your resource has the id assigned by the FHIR server before).
go to post Luis Angel Pére... · Mar 13, 2024 Hi! You have to define in the HS.FHIRServer.Interop.Request message the property RequestMethod. Take a look to this article.
go to post Luis Angel Pére... · Mar 12, 2024 You have to include the non-mirrored database from the primary instance of the mirror.
go to post Luis Angel Pére... · Mar 11, 2024 Here is the official documentation about supported JAVA versions: https://docs.intersystems.com/irislatest/csp/docbook/DocBook.UI.Page.cls... Saving you a click: 8 and 11
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).