Search

Clear filter
Question
Evgeny Shvarov · May 24, 2017

Storage Schema in VCS: to Store Or Not to Store

?This can have serious consequences as data may get stored in a different place from data stored by previous versions of the class.I believe if you change properties and indexes
Question
Andrew Hubbard · Nov 19, 2018

How to cause JSON_OBJECT to not transform %String fields into JSON? (Leave escaped

dificulty with lists and arrays.For "array of" properties without too many elements I can use JSONARRAYAGG to simply include them inline:"(SELECT JSON_ARRAYAGG(JSON_OBJECT('index
Article
Yuri Marx · Mar 2, 2021

Day 5: Developing with InterSystems Objects and SQL

://docs.intersystems.com/irislatest/csp/docbook/DocBook.UI.Page.cls?KEY=RCOS_flistdata $LISTFIND: return the index of a element in the list - https://docs.intersystems.com/irislatest/csp/docbook
Article
Evgeny Shvarov · May 7, 2020

Unit Testing with ZPM

] Test START Use the following URL to view the result: http://192.168.80.2:52773/csp/sys/%25UnitTest.Portal.Indices.cls?Index=11&$NAMESPACE=IRISAPP All PASSED [objectscript
Article
Benjamin De Boe · Oct 18, 2022

Keeping the API happy - SQL utilities cleanup

probably are aware, InterSystems IRIS includes comprehensive management and caching for SQL statements. This class groups methods for managing the contents of the Statement Index
Article
Eduard Lebedyuk · Feb 9, 2024

Continuous Delivery of your InterSystems solution using GitLab - Part XII: Dynamic Inactivity Timeouts

Welcome to the next chapter of my [CI/CD series](https://community.intersystems.com/post/continuous-delivery-your-intersystems-solution-using-gitlab-index), where we discuss
Article
Luis Angel Pérez Ramos · Mar 11

Embedded Python VS ObjectScript - Performance Testing Parsing XML

ImporteGanadorSinImpuestos As %Numeric(STORAGEDEFAULT = "columnar"); Property Clasificacion As %String(MAXLEN = 10); Property Localizacion As %String(MAXLEN = 200); Index IndexContratante
Article
Eduard Lebedyuk · Mar 20, 2018

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

?Index="_ $g(^UnitTest.Result, 1) _ "&$NAMESPACE=" _ $zconvert($namespace,"O","URL") quit url } ClassMethod isLastTestOk() As %Boolean { set in = ##class
Article
Alexey Maslov · Nov 17, 2016

ECP and Process Management API

: such data is usually written once and is rarely read afterwards. Unfortunately, this decision negatively affected the processing of bitmap indexes that are, as a rule, long strings, too
Article
Nikolay Solovyev · Feb 19, 2019

Ethereum Adapter for InterSystems IRIS Data Platform

of patient records;for combating counterfeit drugs through unchangeable transactions across the supply chain;for improving the monitoring and effectiveness of clinical trials
Article
Yuri Marx · Jan 31, 2022

Object Detection using Embedded Python and IRIS

to detect risk of patient falling out of bed in hospital ICU, for example). ImageAI works with the 3 main Computer Vision models used in the market for object detection
Article
Yuri Marx · May 31, 2022

Web App to Predict Kidney Disease using IRIS IntegratedML

, sugar,etc. The aim is to classify whether a patient has chronic kidney disease or not. The classification is based on a attribute named 'classification' which is either 'ckd
Announcement
Anastasia Dyubaylo · Jul 7, 2023

Key Questions of the Month: June 2023

How to retrieve a list of patient records that are revoked on HealthShare Unified Care Record?by Ephraim Malane Don't interpret data in ##class(%DynamicAbstractObject).%FromJSON(src
Article
Zhong Li · Apr 12, 2019

Build HealthShare Docker Images for Demo Purposes on a Windows Laptop

quickly invoke the WebTerminal to run HealthShare's "InstallDemo()" utility, to set up those few common test patients for a quick issue etc: To see the following HS
Article
Jani Hurskainen · Dec 31, 2024

My little Advent of Code 2024 journey

indices I have effectively started using one-based array types. This very nicely eliminates those off-by-one errors I frequently have with languages with zero-based indexing. Day