Search

Clear filter
Announcement
Evgeny Shvarov · Aug 11, 2020

Proposed Topics for InterSystems IRIS FHIR Contest

pressure change of a patient with the time, the related task request. Another idea of the application is to maintain electronic immunization history, the request, tagging
Announcement
Georgina Finneran · Aug 12, 2020

Job Opportunity : Remote Software Engineer (MUST Have InterSystems or IRIS Experience

delivery of complex and sophisticated medicines, with minimal burden on both physicians and patients. We supply innovative technology solutions to our pharmaceutical clients that improve
Question
Stuart Byrne · Mar 14, 2021

Issue quitting out of JSON Iteration

I had a challenge recently where I was asked to parse and iterate JSON to find a patient that has a forename = "Bill" and try to make the function that iterates through the code
Question
Stephen Wilson · Mar 11, 2020

Can you have a custom %Status object without the error code in the $SYSTEM.Status.GetErrorText(sc) output

As %Status, index As %Integer, language) as %Boolean classmethod GetOneStatusText(statuscode As %Status, index As %Integer, language) as %Boolean Surely, with "Text" in the method name the return type should be a %String? Why does it say %Boolean?!
Question
David Satorres · Dec 17, 2021

IRIS as a document database and Properties population

a Property so it can be indexed seems very useful and it works well when this property is created at the very beginning. But here my "problem": whenever a new property is added, how
Question
Peter Kopp · May 4, 2016

Advantages and Dis-advantages of SqlComputeCode

are the implications to indexing?Thank you. My answer was not complete in this form: the same effect can be achieved with SQL Triggers, too. That version is more SQL compliant maybe
Article
Mike Kadow · May 24, 2016

NewBie's Corner Session 4 The Plus Sign and Concatenation Operators

private email. Unless of course you wish to address me only.See NewBie Index for an index of all NewBie Corner posts. “It is not how much you know, but how well you communicate it to others.”
Question
Kurro Lopez · Mar 25

How to tokenize a text using SentenceTransformer

Hi all. I'm trying to create an indexed table with an vector field so I can search by the vector value.I've been investigating and found that to get the vector value based
Article
Eduard Lebedyuk · Apr 12, 2019

Python Gateway Part I: Introduction

and restore Python context from InterSystems IRIS # Index The plan for the series so far (subject to change). - Part I: Overview, Landscape and Introduction
Announcement
Anastasia Dyubaylo · Jun 16, 2021

Video: BioStrands Next Generation Omics Data Analysis

is used to store the omics sequence data, the raw DNA/RNA/Protein sequence, and associated metadata that is imported from parquet files. The sequence descriptions are indexed using
Question
Eduard Lebedyuk · Dec 4, 2019

How to check that business host is in production

).%OpenId(##class(Ens.Director).GetActiveProductionName()).FindItemByConfigName(tHostName)) Thanks, Marc. Found useful index: write ##class(Ens.Config.Item).NameExists(##class
Question
Daniel Kutac · Feb 6, 2018

Quick list of classes within a package

Is there an API that would list classes within a given package? I can't find any. I do have a workaround that uses class index, but this query lists all classes available
Question
Claus Odgaard · Apr 11, 2022

MAXSTRING limit issue

such data as %String I would suggest wrapping this field with Get and Set to make it compatible with the previous storage For %Stream.GlobalCharacter cannot use an index, but it can
Question
Nezla · May 7, 2022

Cloning a class

Hi Guys, we have a class with over 24 million records and despite indexes querying is still slow, so we are looking to create a copy or clone of our current class have
Article
Benying Zou · Jul 13, 2017

use punycode in caché

basic code // points were copied; start at the beginning otherwise. Set index = 1 If (basic > 1) { Set index = basic } While (index <= inputLength