Article José Roberto Pereira · Sep 15, 2021 10m read Implementing an IMAP Client in InterSystems IRIS - part II In the first part we got a quick introduction on the IMAP protocol commands, now it's time to use IRIS and implement them and create our own IMAP client! #InterSystems IRIS 4 0 1 428
Article José Roberto Pereira · Sep 1, 2021 6m read Implementing an IMAP Client in InterSystems IRIS - part I This article explains how to use the InterSystems IRIS platform to write a basic IMAP client. First, we present an overview of IMAP, then we discuss the main IMAP commands and client implementation. Finally, we offer a simple use of this IMAP client on the IRIS interoperability application. #InterSystems IRIS 5 0 1 484
Article José Roberto Pereira · Jun 5, 2021 6m read SMART on FHIR JS Library and examples in iris-on-fhir Introduction In the first article, a simple tutorial helped you to set up your FHIRaaS deployment. Now, let's move forward and introduce a JS library to access the FHIR resource. In the end, two examples of usage of this library will be presented, exploring the Appointment FHIR resource type. SMART on FHIR JavaScript Library FHIR is a REST API, so you can use any HTTP client in order to use it. But, it’s always a good idea to have help. #InterSystems IRIS for Health #Open Exchange Open Exchange app 3 0 0 1,101
Article José Roberto Pereira · Jun 5, 2021 8m read FHIRaaS overview Introduction This article aims to provide an overview of InterSystems IRIS FHIR Accelerator Service (FHIRaaS) driven by the implementation of application iris-on-fhir, available in OEX developed for the FHIRaaS contest. A basic tutorial will guide you in configuring a function FHIRaaS deployment, including an API key and an OAuth 2.0 server. A library to use FHIR resources through FHIRaaS also is briefly discussed. #InterSystems IRIS for Health Open Exchange app 3 0 0 298
Article José Roberto Pereira · Feb 2, 2021 12m read A custom SQL index with Python features Image search like Google's is a nice feature that wonder me - as almost anything related to image processing. A few months ago, InterSystems released a preview for Python Embedded. As Python has a lot of libs for deal with image processing, I decided to start my own attemptive to play with a sort of image search - a much more modest version in deed :-) #Embedded Python #Indexing #Multi-model #SQL #InterSystems IRIS Open Exchange app 3 0 0 266
Article José Roberto Pereira · Dec 27, 2020 2m read Using IntegratedML to create a cube dimension Hi guys. That time I'll show you a way to use a machine learning model implemented using IntegradeML as source for an IRIS analytics cube dimension. Creating the ML model: Execute this SQL in order to create a new ML model using IntegratedML SQL extension: #InterSystems IRIS #InterSystems IRIS BI (DeepSee) Open Exchange app 2 0 0 179
Article José Roberto Pereira · Dec 26, 2020 2m read Using the IRIS Analytics Business Intelligence REST API Did you know that you can get IRIS Analytics features as an REST API? In this article I'll show some endpoints of IRIS Analytics Business Intelligence REST API, used in my project iris-analytics-notebook to create a pivot table component in Angular. #Analytics #InterSystems IRIS #InterSystems IRIS BI (DeepSee) Open Exchange app 1 0 0 184
Article José Roberto Pereira · Dec 25, 2020 2m read A notebook-inspired approach for IRIS Analytics Hi guys! I'd like to present you my new project: iris-analytics-notebook, a notebook approach to use IRIS analytics capabilities. Project description In past few years, notebooks tools like Jupyter are gaining popularity due its natural way to express ideias. An almost unipresent tool for data scientists, notebook can also help to improve the impact of analytics tools for all sort of users. #Analytics #Analyzer #Contest #InterSystems IRIS #InterSystems IRIS BI (DeepSee) Open Exchange app 2 0 0 171
Article José Roberto Pereira · Nov 16, 2020 3m read Using IntegratedML to create a ML adapter for IRIS Interoperability Update: added support for regression model Hi everyone! In this brief article, I'll show you how to write an adapter for IRIS Interoperability for use ML models managed by IRIS IntegratedML. #IntegratedML #Interoperability #Ensemble #InterSystems IRIS Open Exchange app 1 0 1 242
Article José Roberto Pereira · Aug 29, 2020 1m read Using FHIR model to create charts with any configuration The fhir-react project defines a unique component which renders the interface based on FHIR resource type. There's no need for any configuration because the library uses the standard of defined by the resource type. So, I decided to apply the same idea, but for charts. The basic idea is depicted below: #Contest #FHIR #React #InterSystems IRIS for Health Open Exchange app 2 0 1 291