Search

Clear filter
Question
Andreas Schneider · Sep 15, 2024

Have you tried the THROUGH command in IRIS 2024.2? How does it work?

Andreas Hi Andreas, thanks for your patience.
Article
Erin Spencer · Jan 24, 2024

Database Driven IRIS Production with Custom Inbound Adapters

ENSPURGE As %Boolean = 0; Property Type As %String; Property Size As %Numeric; Property FirstName As %String; Property Status As %String [ InitialExpression = "Initialized" ]; Index
Article
Luis Angel Pérez Ramos · Jun 16, 2023

Creating a REST service in IRIS

Property Name As %String; /// Lastname of the person Property LastName As %String; /// Sex of the person Property Sex As %String; /// DOB of the person Property Dob As %String; Index
Article
Muhammad Waseem · Mar 15, 2023

InterSystems Embedded Python in glance

view these modules: Installing python module or library Apart from these modules python has hundreds of modules or libraries, which can be viewed at pypi.org (The Python Package Index
Article
Muhammad Waseem · Jul 10, 2022

IRIS Climate Change application that shows how temperature is increasing worldwide as a proof of global warming

name'},inplace = True) df.set_index('Months', inplace=True) df.rename({'Dec-Jan-Feb': 'Winter', 'Mar-Apr-May': 'Spring', 'Jun-Jul-Aug':'Summer','Sep-Oct-Nov':'Fall'}, axis='index
Article
Sergey Lukyanchikov · Jul 22, 2021

InterSystems IRIS – the All-Purpose Universal Platform for Real-Time AI/ML

That said, InterSystems IRIS is indeed the all-purpose universal platform for real-time AI/ML computations.
Article
Mario Sanchez Macias · Nov 15, 2021

Checking your Backups and the number of journals to keep

It will take some time, be patient!
Article
Yuri Marx · Jan 9, 2023

Generate and read QR Codes and Barcodes with Python and IRIS

Applications that work with bill payments and receipts, as well as the delivery and inventory of items, generally require the use of barcodes or QR Codes.
Article
Rubens Silva · Sep 19, 2017

Frontier: An abstraction layer for rapid REST development - Part 2 - Handling payloads

Looking at the screenshot below, and you'll notice that the method indeed echoed the request body: Now to demonstrate how to handle a request whose body is an array, create a new
Question
Evgeny Shvarov · May 26, 2017

What Is the Best Object Callback for Insert Operations: %OnBeforSave(), %OnAddToSaveSet(), %OnAfterSave()

OnAddToSaveSet is executed before before the queueing phase, which allows you to overwrite property values.Unless you want to do something that deals with complex business rules, you should indeed
Article
Fabian Haupt · Jul 22, 2020

Working from home. Thoughts of a perpetual home-dweller.

Indeed this global scenario brought a lot of challenges for those who weren't a "work from home" experts.
Question
Andrew Harris · Dec 8, 2016

Using Docker for standalone deployment of Ensemble

A year and a bit later things are indeed better and I think the way you're looking at it is the way to go :) When you want to use Ensemble on Docker, it means that you need some integration
Question
Mathieu Van Sevenant · Mar 12, 2019

Configuring a remote CSP Gateway for serving with SSL/TLS/HTTPS

It seems that the missing certificate was indeed the source of the problem.
Question
Oliver Wilms · Aug 26, 2019

Line Chart - My first Zen Report - I see no line

If you indeed need only 2 points, then that's OK. However, if you remove this attribute then all points are plotted.
Article
Yuri Marx · Aug 2, 2021

InterSystems IRIS REST Application Patterns

Pay attention to the address bar (fix the url, if necessary to correct address) Connection beetween VSCode and IRIS 1.