Search

Clear filter
Article
Evgeny Shvarov · Oct 24, 2022

Embedded Python Template

Status { Set sc = $$$OK Set dt = ##class(%SYS.Python).Import("datetime") write dt.date.today().isoformat() Return sc } Writing ObjectScript class methods in python Indeed
Article
Alexey Maslov · Oct 20, 2020

Parallel Processing of Multi-Model Data in InterSystems IRIS and Caché

These simple examples suggest that horizontal parallelism is natural for data transformation tasks, and indeed, it is.
Article
Alexey Maslov · Nov 17, 2016

ECP and Process Management API

Unfortunately, this decision negatively affected the processing of bitmap indexes that are, as a rule, long strings, too.
Article
Eduard Lebedyuk · Mar 20, 2018

Continuous Delivery of your InterSystems solution using GitLab - Part IV: CD configuration

Index=23&$NAMESPACE=ENSCHSPROD1All PASSEDDC:\Users\gena6950>I had to manually "alter" the .yml file because of a new bug with parenthesis in the gitlab-runner shell commands
Question
Nezla · May 16, 2022

Send HTTP request and get a response

lt;head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" /> <title>IUDEX
Article
Luis Angel Pérez Ramos · Mar 11

Embedded Python VS ObjectScript - Performance Testing Parsing XML

IndexContratante On Contratante; Index IndexGanador On Ganador; Index IndexClasificacion On Clasificacion; Index IndexLocalizacion On Localizacion; Index IndexIdLicitation On IdLicitacion
Article
Nikolay Solovyev · Feb 19, 2019

Ethereum Adapter for InterSystems IRIS Data Platform

the nuances of using blockchain technology in various industries.For example, blockchain can be used for the following tasks in the healthcare domain:for safe remote management of patient
Article
Yuri Marx · May 31, 2022

Web App to Predict Kidney Disease using IRIS IntegratedML

The aim is to classify whether a patient has chronic kidney disease or not.
Article
Yuri Marx · Jan 31, 2022

Object Detection using Embedded Python and IRIS

To use python libraries you need to install it before, but you must pay attention to install inside the correct Python IRIS folder (/usr/irissys/mgr/python): Dockerfile
Announcement
Anastasia Dyubaylo · Jul 7, 2023

Key Questions of the Month: June 2023

by Paul D'Amato Reasons for pResponse not being sent back to service from processby William Glover How to retrieve a list of patient records that are revoked on HealthShare Unified
Article
Simon Bijl · Jan 12, 2016

DecisionTree

= thisForm.Global.selectedIndex; var GSub = thisForm.Global.options[GIndex].value; var namespace = thisForm.
Article
Ward De Backer · Oct 9, 2017

Node.js: multi-target debugging QEWDjs using Visual Studio Code

var execArgv = process.execArgv.map(function (option, index) { if (option.indexOf('--inspect') !
Article
Michael Braam · Nov 24, 2016

Building and using Plugins in DeepSee

multidimensional property which defines the names of the series %data is a multidimensional property of the plugin instance which is used to assign values to the plugin properties %data is indexed
Announcement
Mike Kadow · Feb 4, 2018

Book: Caché Objects and Atelier

115The Class – Basic Structure 116Creating a Class in Studio 116Startup Caché Studio 117Class Name 119Create the SLastName.Person Class 120Add a Name Property and Index
Question
Hao Ma · Feb 24, 2020

%Startswith or LIKE?

documentation for %STARTSWITH need to add the note DEPRECATED and the recommendation "use LIKE 'XXX%'" I also did an analysis for Caché 2018.1 Class del.t Extends %Persistent { Index