Search

Clear filter
Article
Yuri Marx Pereira Gomes · Apr 4

Part IV: Studying for IRIS Developer Professional Certification with the "Ask Developer Community AI

or social security numbers. It is implemented programmatically using an API, which provides methods for encrypting and decrypting individual data elements. This method is useful
Discussion
Armin Gayl · May 20, 2020

Studio, Atelier or VSCode

). However this is not the only obstacle: the Atelier API as oposed to Studio feels really slow when I use my instance locally. Think about it: I have the files locally, so I still
Question
Pavithra Rajamohan · Oct 2, 2020

Advice about JSON conversions and reading outputs from Dynamic Objects

Hi all, I need some advice about JSON conversions and the outputs. I am being sent a JSON response from an API call and I am struggling to produce an output that I can use from
Article
Timothy Leavitt · Jul 8, 2020

Tips for debugging with %Status

with structured information about the error. $System.Status (see class reference) provides several handy APIs for working with %Status values; the class reference is helpful and I won't bother
Article
Mikhail Khomenko · Jan 5, 2022

Deploy IRIS Application to Azure Using CircleCI

of the project we’ve already used in Deploying InterSystems IRIS Solution into GCP Kubernetes Cluster GKE Using CircleCI — namely, secured-rest-api. Open it, click Use this Template
Article
Lucas Enard · Aug 17, 2022

Full Python IRIS production : DataTransformation of a CSV to a FHIR server

a connection to a fhir server that will hold the information gathered through the csv. In this example, we use a local fhir server who doesn't need an api key to connect
Article
Benjamin De Boe · Sep 13, 2022

CI/CD with IRIS SQL

views and experiences using the comments section below. Saving the Storage Definition Writing brand new business logic is easy, and assuming you have well-defined APIs
Discussion
Aleksandar Kovacevic · Apr 26, 2020

Search within Globals (without class definitions

3 ^|"USER"|Persons(3,"Email","Home") lstrait59@email.com 1 1 %Library.Global.Get The syntax is documented in the (InterSystems Reference API)[https
Question
Scott Roth · Jul 8, 2022

Bulk Testing Business Process (Rules

testing through API, and or using Caristix and Ensemble. Any info from either one of you on your experience would be great. Yes these 3 tools are all for test automation and shared
Discussion
John Kumpf · Apr 9, 2019

How are you guys developing with Angular right now

non-CSP application. The only Caché part is REST API. In this case, you would like to use ```ng serve``` command instead of ```ng build``` during development. It will run your app
Question
Daniel Bertozzi · Mar 9, 2021

Converting images using IRIS and image magick

= "application/json"; XData UrlMap { <Routes> <Route Url="/api/v2/published/images/toBase64" Method="POST" Call="PostConvertImages"/> </Routes> } /// Example
Article
Eduard Lebedyuk · Mar 4, 2016

Weather station on Arduino

some 36000+ records and we decided to visualize them in DeepSee with MDX2JSON server-side REST API and DeepSeeWeb dashboard renderer, here are the results: Brightness levels
Article
Jenna Poindexter · May 26, 2016

Using SQL to Create JSON From an Existing Persistent Object

was at one point available but currently under review. It may appear in one of future versions. I've posted a workaround.You can also check RESTForms - REST API for your persistent
Article
Luca Ravazzolo · Sep 21, 2017

InterSystems Cloud Manager and Containers at GS2017 XP-Lab

IaaS providers AWS GCP and Azure but it can also assist you with a private and/or on-premise solution as it supports the VMware vSphere API and Pre-Existing server nodes
Article
Gevorg Arutiunian · Sep 4, 2018

How I implemented GraphQL for InterSystems platforms

of a schema. Since GitHub has its own [GraphQL API](https://developer.github.com/v4/explorer/), it was easy to get one from there. But the problem was that its server-side was so