Search

Clear filter

Handicap Travelers Dr

0 posts0 comments
Question
CM Wang · Jul 14, 2017

The command to kill all globals given the namespace

<br>/// Index - Internal use only.<br>/// IgnoreHasData - For faster list of Globals set this to 1 and the HasData column will always be FALSE.
Question
Henry Pereira · Mar 12, 2021

Hierarchical Queries

%Display() } } Because there's a self-referencing property with a bitmap index, the hierarchy support is automatic via the MemberSuper class.
Question
Alex Kogan · Nov 15, 2018

SQL calculated property rollback

which calls some class method.That initial setup works as designed.Question: If my code for whatever reason gets to a ROLLBACK, does the calculated property always rolls back,and it's index
Question
Cole Risch · Apr 10, 2019

Incremental Compile Issues

This is not version nor index, it is part of the routine name. Each class compiles at the routines.
Question
Daniel Fernández García · May 25, 2021

Replace element value in %XML.XPATH.Document

=1:1:tRes.Count() { set element = tRes.GetAt(index) set aux = element.Read() set auxVar = 0 while(element.Read()){ if ((element.Name = "key") &&
Question
Muhammad Waseem · Sep 9, 2021

What is the difference between $Increment and $Sequence functions?

Aside from several arithmetic differences, the biggest difference between $INCREMENT AND $SEQUENCE occurs when "SET index=$INCREMENT(^global)" versus "SET index=$SEQUENCE(^global)"
Article
Ikram Shah · May 18, 2024

IRIS AI Studio: Playground to explore RAG capabilities on top of IRIS DB vector embeddings

Building upon the index creation and data loading into the IRIS DB covered in the previous article's Connectors code, we now start with the index and run the query engine: Ref. to
Question
Stefan Cronje · Dec 21, 2023

Determining all contending processes on exclusive lock issues

Sometimes it occurs on inserts, which hints towards an index being locked. Thank you. Have you checked ^LOCKTAB utility?
Question
Jimmy Christian · Sep 18, 2023

Loop through an array or collection in DTL

And then i can look for certain index and do the coding. 💡 This question is considered a Key Question. More details here.
Article
Guillaume Rongier · Jul 28

Introduction to Python Dunder Methods

- `__getitem__(self, key)`: Called to retrieve an item from a collection using the indexing syntax.
Article
Evgeniy Potapov · Nov 23, 2022

How to develop in IRIS BI (also with change management)

For example, the measure Patient Count is the number of patients, and the measure Avg Allergy Count is the average number of allergies per patient.
Question
Sebastian Thiele · Feb 27

Searching InterSystems FHIR Server for specific Encounter (based on peroid)

I´am not sure If I get the whole idea of searching for periods wrong or if it has something to do with the way period (datatype) information are stored and indexed within the InterSystems
Question
Yuri Marx · Dec 7, 2020

Guide to configure IRIS for production environment

and BitSlice Indexing, iFind Indexing.
Announcement
Henry Pereira · Mar 27, 2020

Give it a try on SQLBuilder tool

But will it use a name or age index? Age index bad example but hey. Sqlquery is a class so you can extend/replace it.