Search

Clear filter
Announcement
Evgeny Shvarov · Mar 1, 2016

InterSystems Global Summit 2016 Free Registration Contest. And the winner is...

Thanks for your patience! Hi, Scott!You are right!The explanation is very simple - we had a bug in formula. Sorry about this.But the final leaderboard is quite right!
Article
Henry Pereira · Apr 6, 2022

So, Where's my money?

. ``` Class dc.soWhereIsMyMoney.Category Extends %Persistent { Index IdxName On Name [ Unique ]; Property Name As %String [ Required ]; Property Type As %String(DISPLAYLIST
Article
Dmitry Maslennikov · Aug 22, 2023

REST Api with IRIS on Python with sql migrations

will be improved in the future, that our table structure is not final, we can add more tables, columns, indexes, and so on.
Announcement
Anastasia Dyubaylo · Dec 25, 2020

New Video Using the DTL Generator in InterSystems IRIS

It can indeed be very useful with migration projects.
Question
Jolyon Smith · Jan 27, 2021

Overriding Inherited Members in VSCode

I love VSCode, but some handy features of IRIS Studio are indeed missing.
Article
Markus Mechnich · Aug 23, 2016

Follow up #1 SAPJCo3: How to generate BAPI/RFC messages structures

Indeed this already calls a „PING“ remote function call (RFC). Then you might open Select BAPI/RFC and enter a portion or the whole name of a RFC or BAPI.
Question
Yone Moreno · Aug 4, 2021

Convert a %String property with CDATA and XML content to Ensemble object

$$$LOGINFO("contador es: "_contador) if (contador>0){ for index=1:1:tResultList.Count() { set element = tResultList.GetAt(index)
Article
Peter Cooper · May 11, 2018

Replacing ZEN - Part 3 - Progress to date 01

Index to Articles Hi All It's been 6 weeks since my original article - - - - -but I have been busy on this project I have been looking at/thinking about a replacement for ZEN
Question
Jose Antonio Cañizares · Jul 14, 2017

Is there a way to map a $lb() to its data model ?

You can use value positioning to match their $list index according to their property definition index.
Article
Matthew Giesmann · Nov 8, 2016

Introduction to Outlier Selectivity

This change in selectivity can make this index look better to the optimizer and cause queries to use different plans.
Question
Nael Nasereldeen · Dec 10, 2019

Using %JSON.Adaptor to Export Complex Objects with relationships of 'many to many' type

StudentIndex On Student; Relationship Tracher As TafnitTest.Teacher [ Cardinality = one, Inverse = Students ]; Index TracherIndex On Tracher; } Also I will attach the code as
Article
Robert Cemper · Mar 14, 2021

Using ClassQueries() as Tables

Indeed, the error message only refers to the first parameter: LITERAL ('PERSON') expected, IDENTIFIER (Person) found DECLARE QRS CURSOR FOR SELECT ...
Article
Muhammad Waseem · Jan 10, 2022

12 Medical Datasets along with 43 tables dynamically created by using all-new LOAD DATA SQL functionality

The objective is to predict based on diagnostic measurements whether a patient has diabetes.
Article
Zhong Li · Sep 25, 2017

HealthConnect (Ensemble) Integration with PKB Service

PKB service is a patient centric information service. It has a set of well defined API interfaces (documentation here) based on HL7 V2 over HTTP/SOAP, REST and FHIR.
Article
Guillaume Rongier · Oct 23, 2020

HL7 PID Obfuscation

This feature is toggle by a resource named NotAnonymize, if a user have this resource in USE, then he can see patient demography otherwise not.