go to post Luis Angel Pére... · Oct 28 As the creator of the idea, you have all my support! The localized versions are really confusing with literal translations that have no sense.
go to post Luis Angel Pére... · Oct 28 If you execute the bat file from the command line of Windows...does it work? Maybe the PATH to the java bin folder is not accessible from the Ensemble user.
go to post Luis Angel Pére... · Oct 28 Hi @Kurro Lopez Did you follow step by step this documentation?
go to post Luis Angel Pére... · Oct 18 Try removing the Tiempo de espera and... Could you show the popup when you click on the magnifying glass of Llamadas? Just to be sure that it had correctly detected the calls.
go to post Luis Angel Pére... · Oct 18 Try to put together all the calls followed by the sync, all of them inside the scope and at the end, after the sync, the catchall.
go to post Luis Angel Pére... · Oct 18 Sync is your friend! Declare it after calls and configure it to wait for the answers. https://docs.intersystems.com/irislatest/csp/docbook/DocBook.UI.Page.cls...
go to post Luis Angel Pére... · Oct 15 The problem with web applications is that sometimes the behaviour is a bit "stange", it's possible that the DTL page would be cached on explorer's memory and this makes it to work with errors.
go to post Luis Angel Pére... · Oct 10 It's really easy, to declare a dynamic object you just need: set dynamicObject = {} do dynamicObject.%Set(...) https://docs.intersystems.com/csp/docbook/Doc.View.cls?FIND=CLASSES+%25L...
go to post Luis Angel Pére... · Oct 10 Have you tried this? https://community.intersystems.com/post/how-do-you-change-namespaces-rou...
go to post Luis Angel Pére... · Oct 10 Well, not sure if this would work but maybe you can set the stream into a dynamic object using the stream>base64 transformation and compare base64 Vs base64. https://docs.intersystems.com/iris20242/csp/documatic/%25CSP.Documatic.c...
go to post Luis Angel Pére... · Oct 8 Performance in what functionality? Interoperability? SQL queries? Database configuración?
go to post Luis Angel Pére... · Oct 4 To do async calls shouldn't be a problem: https://docs.intersystems.com/iris20243/csp/docbook/DocBook.UI.Page.cls?...
go to post Luis Angel Pére... · Sep 25 What functionality do you need that is not covered by the community license?
go to post Luis Angel Pére... · Sep 23 It's a pleasure @Tani Frankel ! Congratulations for your great exercise!
go to post Luis Angel Pére... · Sep 19 I think that @Laura Blázquez García is doing something similar to what you are asking for, using the DTLs of IRIS for Health to transform an ORU^R01 message into FHIR resources in a bundle, maybe you can send a message to her.
go to post Luis Angel Pére... · Sep 12 Maybe dequeuing state is what you are looking for: DEQ - Dequeue wait (currently unusued)
go to post Luis Angel Pére... · Sep 10 Record Map is used to parse rows from CSV files into Objectscript objects, you can use DTLs or by code directly to get the fields from the HL7 message and save into a string variable. Something like: set myString = request.GetValueAt("PID:3.4.1") In this case request is an Enslib.HL7.Message variable.
go to post Luis Angel Pére... · Sep 6 It's not working because the images looks like have been removed: https://containers.intersystems.com/contents
go to post Luis Angel Pére... · Sep 2 @Michael Golden gave me the solution! CREATE FOREIGN SERVER server-name FOREIGN DATA WRAPPER jdbc CONNECTION 'mysqlconnection' NODELIMITEDIDS