Question José Roberto Pereira · Dec 11, 2022 Can't get a valid access token in FHIR Server with OAuth2 Hi! I'm playing with OAuth2 with FHIR Server, but returned tokens cause 401 or 403 errors when trying to get FHIR resources. I tried using fhir-client.js and Postman. Access tokens returned have been failing for both, with a 401 when trying through fhir-client.js and a 403 using Postman. Here are my settings: #FHIR #OAuth2 #InterSystems IRIS for Health 0 0 0 145
Article José Roberto Pereira · Nov 29, 2022 12m read IS technologies supporting the Pregnancy Symptoms Tracker app In this article, I’d like to present details of which technologies we had been using to develop our application for the IRIS for Health Contest: #FHIR #REST API #Access control #InterSystems IRIS Open Exchange app 1 0 0 169
Article José Roberto Pereira · Sep 13, 2022 10m read IRIS Flow - Updates for Interoperability Contest: Building Sustainable Solutions TL;DR: you can try the chatbot created with IRIS Flow here; if you'd like to understand how it was created, read this article. If you prefer, you can follow the tutorial within this article in this video: #Interoperability #InterSystems IRIS Open Exchange app 3 0 0 110
Article José Roberto Pereira · Jun 5, 2022 6m read The Flow Editor application IRIS Megazord In the first article about IRIS Megazord, Henrique explains what drove us to create such an application. It basic is a composition of these previous project which we did: #Interoperability #InterSystems IRIS Open Exchange app 2 0 0 220
Article José Roberto Pereira · May 2, 2022 16m read gRPC - what is it and a hello world Introduction This article aims to give an introduction to what gRPC is and an example of how to play with the official Hello World using IRIS Embedded Python. You can find all the code exposed here, in this project repo. #Embedded Python #InterSystems IRIS 12 5 0 1,432
Question José Roberto Pereira · Apr 7, 2022 Inserting an index without reconstruction Hi! I'd like to know if there are any issues if an index is inserted into a table without running the %BuildIndices() method. It's important to note that data inserted before the index is not important for retrieval, so it's not a problem data inserted before the index don't show up in queries. The reason why I'm asking this is that I'd like to avoid index reconstruction on big tables which I need to inser such index. I'm using Cache 2018.1. Thanks, José #Databases #Indexing #SQL #Caché 0 8 0 235
Article José Roberto Pereira · Apr 5, 2022 4m read Serializing Python objects in globals Motivation This project was thought of when I was thinking of how to let Python code deal naturally with the scalable storage and efficient retrieving mechanism given by IRIS globals, through Embedded Python. My initial idea was to create a kind of Python dictionary implementation using globals, but soon I realized that I should deal with object abstraction first. So, I started creating some Python classes that could wrap Python objects, storing and retrieving their data in globals, i.e., serializing and deserializing Python objects in IRIS globals. #Data Model #Embedded Python #Globals #Python #InterSystems IRIS #Open Exchange Open Exchange app 6 1 1 2,099
Article José Roberto Pereira · Jan 13, 2022 2m read A practical example on using Python with ObjectScript I'd like to share an example on how the new Embedded Python feature in IRIS helped me in my daily routines. While I’m participating in the iris-kaggle-socrata-generator project with Henrique Dias, I got to unzip datasets from Kaggle in order to import them. #Embedded Python #Python #InterSystems IRIS Open Exchange app 5 2 0 467
Article José Roberto Pereira · Dec 27, 2021 12m read Using Python to Implement an IMAP Client in InterSystems IRIS In the previous articles, we learned the basics of using IMAP protocol to handle messages from mailboxes in an e-mail server. That was cool and interesting, but you could take advantage of implementations created by other ones, available in libraries ready to use. #Embedded Python #Interoperability #Python #InterSystems IRIS 3 1 0 398
Article José Roberto Pereira · Dec 22, 2021 5m read ZAP API scan GitHub action What about having your IRIS REST APIs scanned every push you did and being reported on possible vulnerabilities? This is what I am going to show you in this article. #API #GitHub #REST API #Security #InterSystems IRIS #Open Exchange Open Exchange app 7 0 0 962