go to post Luis Angel Pére... · Dec 5, 2023 You are absolutely right! I used a previous code as base for this article and I didn't realize that I was using the Read() method for the %CSP.Stream, I'll fix it. Thank you for the warning Enrico!
go to post Luis Angel Pére... · Dec 4, 2023 Please, take a look to this open exchange example by @Alberto Fuentes https://openexchange.intersystems.com/package/workshop-iris-oauth2
go to post Luis Angel Pére... · Dec 1, 2023 If your operative systems is Windows execute the following command to check the used ports: netstat -aon If it's Linux try with this one: sudo lsof -i -P -n | grep LISTEN These commands will show you a list of ports in use and the process what is listening on it.
go to post Luis Angel Pére... · Nov 30, 2023 Just a small correction, 6 is the normative level. Ineed, the normative resources won't be modified in the future but the devil is in the detail. More and more resources below the level 4 will be used by organizations that would find out major changes on it in future versions.
go to post Luis Angel Pére... · Nov 30, 2023 We can see here the differences between R4 and R5 releases of FHIR. I can't imagine an organization migrating FHIR respositories every 3 or 4 years to keep updated to the latest version. What I forsee it's a future with a lot of organizations using different versions of FHIR and trying to communicate among them struggling against the differences...exactly the same that we have right now.
go to post Luis Angel Pére... · Nov 30, 2023 Well, I think that you should try first a Learning Path, try this one: https://learning.intersystems.com/course/view.php?id=2323
go to post Luis Angel Pére... · Nov 29, 2023 Could you be more specific about what point or step you don't understand?
go to post Luis Angel Pére... · Nov 29, 2023 To configure properly the IRIS metrics like queue alerts and so on you can check this configurations: https://docs.intersystems.com/irislatest/csp/docbook/DocBook.UI.Page.cls?KEY=EMONITOR_alerts#EMONITOR_alerts_calibrate
go to post Luis Angel Pére... · Nov 29, 2023 Documentation is your friend! https://docs.intersystems.com/irisforhealthlatest/csp/docbook/DocBook.UI.Page.cls?KEY=HXFHIR_server_install
go to post Luis Angel Pére... · Nov 29, 2023 Try this url for Docker containers: https://containers.intersystems.com/contents About the eval download, it's working for me.
go to post Luis Angel Pére... · Nov 28, 2023 Well, I've seen a couple of public tenders requesting Dynatrace for monitoring. I'll take a look at it Does anyone experience on it?
go to post Luis Angel Pére... · Nov 28, 2023 You are welcome @Lorenzo Scalese ! Always a pleasure to be helpful.
go to post Luis Angel Pére... · Nov 28, 2023 You can stop the mirror on the server that is running on backup but...why?
go to post Luis Angel Pére... · Nov 27, 2023 Hi @Krista Koljonen take a look at this page of the documentation. There are many options available to check the status of active productions using the API Rest.
go to post Luis Angel Pére... · Nov 24, 2023 Did you import tiktoken into your embedded python method?
go to post Luis Angel Pére... · Nov 20, 2023 Take a look to this documentation page, it explains how to use the interoperability classes of FHIRServer requests.
go to post Luis Angel Pére... · Nov 20, 2023 Hi @Yone Moreno ! You can do something like this to filter messages with no OBX: Do a foreach by OBX, in case that OBX exists you can redirect the message to the proper business component and jump out of the loop. @withOBX is a local variable to check if exists any OBX segment, if the value is "0" then there is no OBX segments and you can redirect the message to another business component.
go to post Luis Angel Pére... · Nov 19, 2023 Well, for R5 version we have now 157 resources... The snowball is growing and growing.