Search

Clear filter
Question
Nikhil Pawaria · Jun 7, 2021

Length of subcript of array or global variable

, if you just want to understand how various codepoints are encoded, you can use it for experimentation. It'd be great if we could alter the length of subscript per system. Sometimes the ability to momentarily get the value for a index of 1K+ values would be very benefitial
Announcement
Daniel Palevski · Mar 26

General Availability of InterSystems IRIS, InterSystems IRIS for Health, and HealthShare Health Connect 2025.1

(ANN) index significantly accelerates vector search queries, yielding sub-second responses across millions of vectors. Access the following exercise to learn more - Vectorizing
Question
Steven Henry Suhendra · Dec 17, 2024

How To Give a Condition To Data Row based on First and Next Data

going to be decided by the compiler. If you've done "ORDER BY Date DESC" then it could build a temporary index by date and then run through that to extract the output, so row 4
Question
Oleksandr Kyrylov · Jan 8

MySQL JDBC connection, Linked Table issue

, SqlColumnNumber = 2, SqlFieldName = PersonID ]; Index MainIndex On PersonID [ IdKey, PrimaryKey ]; Storage GSQLStorage { <StreamLocation>^LinkedInternal.test.PersonsS<
Question
Jordan Simpson · Jul 20, 2021

Looping Through Grouped NTE Segments

this by first of all getting the segment index and then removing the segment referenced (commented out below). I am then getting the full segment string and importing
Question
Norman W. Freeman · Feb 8, 2023

Why are "Exclusive_e->Delock" needed when saving persistent objects in a transaction ? (and can they be avoided

: Class Test.Test Extends %Persistent { Property ID As %Integer [ Required ]; Index IDKEY On ID [ IdKey ]; //... } I think delocks are needed because
Question
John Hotalen · Nov 30, 2016

Persistent Classes and Transient SQL Calculated/Computed properties

the flexibility to do so, would be putting an [IDKey] index on the code property of the code tables, having the code properties in ICDAutoCodeDefn refer to the code table classes rather
Question
Yone Moreno · Apr 30, 2020

Convert XML to a Request Message which has HL7 segments

;MSH.16>AL</MSH.16> <MSH.18>ASCII</MSH.18> </MSH> <ORM_O01.PATIENT> <PID>
Question
Sebastian Thiele · Oct 13, 2017

DICOM TCP-Services and DICOM implementation details in Ensemble

as DICOM VR ´SQ´ (Sequence) for example to transport the Patients primary language (DICOM-Dictionary, PatientPrimaryLanguageCodeSequence). Setting it like Set tSC
Article
Niyaz Khafizov · Jul 27, 2018

Load a ML model into InterSystems IRIS

, for example to score patient risk models for current inpatient lists at HBI Solutions. The article is considered as InterSystems Data Platform Best Practice.
Announcement
Anastasia Dyubaylo · Jan 9, 2023

Key Questions of the Month: December 2022

%)by Ephraim Malane FHIR Practitioner seacrh by PRACTITIONER return only one recordby Ephraim Malane Add users to the workflow on Patient Indexby Ephraim Malane HealthShare Edge
Question
Smythe Smythee · Sep 28, 2022

Ens.DataTransform

="",tSC=$$$EnsSystemError Goto Exit } You need to remove that. Also Patient info should be in SDA already, so you can remove: Set target.Patient.Name=source.GetValueAt("PID:5") Set
Article
Zhong Li · Aug 23, 2020

Run some Covid-19 ICU predictions via ML vs. IntegratedML (Part II

(dataFrame.itertuples(index=False, name=None)) ) return True Setup Python JDBC connection import numpy as np import pandas as pd from sklearn.impute import SimpleImputer import
Question
Thiago Zenaro · May 3, 2018

Custom %ListOfDataTypes

this was referred to as the property class but that definition is expanded to include other member types such as query, index, and so on. Methods inherited by a member from the member
Article
Danny Wijnschenk · Nov 15, 2017

Advent of Code 2016 Day15: Timing is Everything

This is a series of programming challenges for beginners and experienced Caché programmers. For an introduction and an index of all articles: go to article https