Search

Clear filter
Announcement
Evgeny Shvarov · Jul 6, 2023

Technological Bonuses Results for InterSystems Grand Prix Contest 2023

Index Docker ZPM Online Demo Unit Testing Community Idea Implementation First Article on DC Second Article on DC Code Quality First Time
Article
Alberto Fuentes · Feb 19, 2016

Simple $system.Event examples

which handles Patient related messages.SubDummy which handles dummy messages. ; create events and subscriber jobs do ##class(IAT.S05.PubSub.Example.Main).Setup() ; send some
Question
Joaquin Montero · Feb 25, 2020

GitHub, VSCode and IRIS for Health workflow

files into the data model as part of the build process. The JSON files are created by synthea. An open source tool for generating synthetic patient data. If you use this method, any
Article
Brad Nissenbaum · Jul 13

Care Compass - InterSystems IRIS powered RAG AI assistant for Care Managers

only. We are not medical professionals, and no part of this project should be interpreted as clinical advice or used for real-world patient care without appropriate validation
Question
Brandon Butler · Sep 18, 2021

Standing up Local Instance with Cache.DAT file

Service uses an offshoot of the VA's VistA Database which IHS calls RPMS (Resource and Patient Management System). As IHS is a government entity, they also have to release a FOIA
Article
Heloisa Paiva · Oct 25, 2023

Example of Flask application with SQLAlchemy-IRIS - Part 1

Index Part 1 Introducing Flask: a quick review of the Flask Docs, where you will find all the information you need for this tutorial; Connecting to InterSystems IRIS
Question
Wendy Griffiths · Jul 22, 2016

Overriding the property setter and getter methods

(Wendy.LTCodes).GetInvalid({Code})}, SqlComputed, SqlComputeOnChange = Code ]; Index CodeIndex On Code [ IdKey, PrimaryKey, Unique ]; ClassMethod GetInvalid(WSCode) As %Boolean
Article
Steven Hobbs · Oct 8, 2019

$LIST string format and %DynamicArray and %DynamicObject classes

in the following discussion.) The first element of a %DynamicArray has index 0 while the first element of a $LIST has index 1. Until a %DynamicArray element is evaluated
Article
Mikhail Khomenko · Oct 11, 2021

Using Cloud Monitoring to Monitor IRIS-Based Applications Deployed in GKE

simple-iris. Then, we package a chart: $ helm package simple-iris/ Then move a resulting gzipped archive into a repository directory (gh-pages branch). Then update the index-file
Question
John Bradshaw · Jul 12, 2023

Help with global mapping with two namespaces with a static subscript

As %String [ Required ]; /// Contact Row IDProperty RowID As %Library.String(SELECTIVITY = 1, TRUNCATE = 1) [ Required ]; Index RowIDBasedIDKeyIndex On (NS, RowID) [ IdKey, PrimaryKey
Article
Mike Kadow · Aug 13, 2016

NewBie's Corner Session 17 New command

Community, don't send me private email, unless of course you wish to address me only.See "Newbie's Corner Index" for an index of all NewBies' Posts One difficulty when converting old
Article
Maxim Yerokhin · Sep 21, 2016

ASP.NET Identity Caché Provider — working with Identity via InterSystems Caché

; u.UserName) .IsRequired() .HasMaxLength(256) .HasColumnAnnotation("Index", new IndexAnnotation(new IndexAttribute("UserNameIndex
Question
David.Satorres6134 · Aug 7, 2018

Speeding up $listget

:-) I have thousands of registers in a class, and to access it quickly I'm going with $o at the index. From there, I get the values using $listget(). Something like that: s
Discussion
Evgeny Shvarov · Aug 31, 2019

What do You Use For Static Array Management in ObjectScript: List vs Global vs Local vs PPG

(^Month) k @ad d ..MonthGlobalSetup(ad) // get the particular value by index W "Month N5 is ",@ad@(5) // work with all entries of the global level set monthId
Article
Sergey Mikhailenko · Apr 20, 2021

Full screen editor for routines, arrays and text files in terminal mode

with the Enter key, and cancel with Esc. To edit a specific node, you can go to it F7 by entering the desired index. For example 1000. It is also possible to filter and display only those