Search

Clear filter
Article
Robert Cemper · Jul 29, 2020

SQL for ^ERROR Global

Log. It is just not available to SQL as there is no Class wrapped around.For several reasons: When it was designed it was good practice to have index like structures in the same
Question
Peter Stordiau · Feb 20, 2022

Maximum Global Size

system on PC's and Novell, back in 1987. Servers were 2x 386 @ 40Mhz, one for the table files, and one for the index files. PC's were XT's @ 12Mhz. Concurrent users 120. The kind
Article
Rob Tweed · Oct 6, 2020

qewd-conduit: Showcasing QEWD's Unique integration of Node.js/JavaScript and IRIS

front-end and it will automatically do the rest (no pun intended!). http:xx.xx.xx.xx:8080/conduit-wc (REST) http:xx.xx.xx.xx:8080/conduit-wc/index-ws.html (WebSockets) See
Announcement
Nikita Savchenko · Jan 19, 2017

Caché WebTerminal v4 Release

) ; Insert %1 lines w $c(27,91)_+$g(%1,1),"L" qIND ; Index w $c(27)_"D" s $y=$y+1 qINT ; Interrupt w $c(27,91)_"a" qJFY ; Justify qMC ; Media copy w $c(27,91)_"i" qMW ; Message
Article
Murray Oldfield · Nov 25, 2016

InterSystems Data Platforms and performance – Part 8 Hyper-Converged Infrastructure Capacity and Performance Planning

of other posts in the InterSystems Data Platforms and performance series is here.](https://community.intersystems.com/post/capacity-planning-and-performance-series-index
Article
Mario Sanchez Macias · Nov 15, 2021

Checking your Backups and the number of journals to keep

(BackupChecker.Installer).restoreAll("backup.cbk") Starting to restore the Backup... It will take some time, be patient! The following directories will be restored: c:\intersystems\iris\mgr\appcode
Article
Muhammad Waseem · Jul 10, 2022

IRIS Climate Change application that shows how temperature is increasing worldwide as a proof of global warming

'}, axis='index',inplace = True) df.reset_index(inplace = True) #Filtering EndYear df = df[df['Element'] == 'Temperature change'] #Merging with df
Article
Muhammad Waseem · Mar 15, 2023

InterSystems Embedded Python in glance

Package Index (PyPI) is a repository of software for the Python programming language) If we need some other libraries, then we need to install the libraries using the intersystems
Article
Tani Frankel · Dec 28, 2016

Preventing Globals From Getting Journaled (Continued from How do I Minimize My Journals

using the same SSN value that already exists in the database, though I know there is a Unique index defined on that field, so this Save should fail, and a rollback should
Article
Luis Angel Pérez Ramos · Jun 16, 2023

Creating a REST service in IRIS

of the person Property Dob As %String; Index PersonIDX On PersonId [ PrimaryKey ]; } Perfect, we already have our class defined and we can start working with it. Creation of our
Article
Yuri Marx · Aug 2, 2021

InterSystems IRIS REST Application Patterns

characterName As %String(MAXLEN = 100); Index CastingIndex On (movie, actor) [ Unique ]; } See the created files: Note 1: Parameter %JSONREFERENCE = "ID" allows return ID value
Article
Zhong Li · Mar 28, 2023

Perceived gaps to GPT assisted COS development automation

, and automatically a clinical dashboard is generated, highlighting those patients who might have missed the early detection of heart failure, and grouping and ranking them across regions
Question
Stuart Byrne · May 23, 2017

Unable to Parse CSV from Business Service to Business Process

in the business process. Please could you advise: Business Service: /// Collects CSV from Epic FTP, looking for ENH patient /// antiobitic sensitivities to be passed on to ENH Infection
Announcement
Timothy Leavitt · Nov 8, 2021

Git for Shared Development Environments

! I’ve been helping out where I can and providing suggestions from the standpoint of organizations that are traditional integration teams belonging to patient-care-centric healthcare
Article
Thomas Daniels · Sep 3, 2019

IRIS Native API for Python

of stopnames, where index is name and value is ID, will change the code above to find the stop_id by name to the following code which will run without a full scan search