Search

Clear filter
Question
Federico Raimondo · Oct 18, 2019

Dealing with JavaGateway output

return ret } Everithing seems to work fine, indeed, when I log the output with the $$$LOGINFO i get the xml message that I was expecting.
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
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
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
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
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

The probability estimated using the statistical test (statistical similarity index) is then transformed to either 0 or 1, becoming the machine learning “label” in each of the records
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
Jean Millette · Apr 23

Generating an ObjectScript Class from JSON Response Using ChatGPT

I make the following request (not sure why I'm saying “please” to a machine; I guess my parents did a good job): Me: Can we recreate the class again please, renaming the package "
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
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
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
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.