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
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
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
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

HealthShare's "InstallDemo()" utility, to set up those few common test patients for a quick issue etc: To see the following HS components were created, and to invoke the CV
Article
Kurro Lopez · Apr 14

InterSystems for dummies – Machine learning

, conducting thousands of interviews and building a database with various parameters of patients with and without sleeplessness. The collected data includes the following: Gender (male
Question
Hao Ma · Feb 24, 2020

%Startswith or LIKE

and the recommendation "use LIKE 'XXX%'" I also did an analysis for Caché 2018.1 Class del.t Extends %Persistent { Index ip On p; Property p As %VarString; /// d
Article
José Pereira · Sep 1, 2021

Implementing an IMAP Client in InterSystems IRIS - part I

possible to get such parts directly by passing the part index to the command. In order to delete messages, the protocol has the commands STORE and EXPUNGE, which mark a message
Question
Yone Moreno · Apr 15, 2021

Return ACK from Process

)) } } } // index HL7 in SearchTable if ..SearchTableClass'="" { set tSC = $zobjclassmethod(..SearchTableClass,"IndexDoc
Question
David Hockenbroch · May 18, 2021

Unexpected Token Error in VS Code

unassigned 7 unassigned 8 unassigned 9 unassigned The elements with index 3, 4 and 5 are unassigned and in some kind, I can understand that. But if the higher
Article
Michael Braam · Nov 24, 2016

Building and using Plugins in DeepSee

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 by the series' number
Article
Ward De Backer · Oct 9, 2017

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

(function (option, index) { if (option.indexOf('--inspect') !== -1) { q.worker.inspectPort++;; return '--inspect=' + q.worker.inspectPort; } else if ((option.indexOf