Search

Clear filter
Question
Yuri Marx · Nov 24, 2020

Generate HTML source code documentation

--------------------------------------------------------------------------- <br><p> <nobr>Klasse <b>zrcc.EX.ISOS</b> </nobr><p>Execute InterSystems
Question
Mike Kadow · Jun 15, 2017

Ways and methods of Accessing Relationships with SQL

And the marketing spiel of Intersystems for the last few decades was that the "clustering effect" achieved by hiearchical global tree structures was what made Globals so efficient,
Article
Henry Pereira · Jan 16, 2023

Create and Read MS Word documents with ePython

[cover](/sites/default/files/inline/images/images/image17.png) In this article, I will show you how one can easily create and read Microsoft Word documents using InterSystems IRIS
Article
Zhong Li · Mar 15, 2019

Run A Deep Learning Demo with Python3 Binding to HealthShare (Part II)

the Name property") name = person.get("Name") print ("Value: " + name) print ("Test completed successfully")except intersys.pythonbind3.cache_exception( err): print ("InterSystems
Article
Zhong Li · Aug 23, 2020

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

/intersystems-jdbc-3.1.0.jar" conn = jaydebeapi.connect(driver, url, [user, password], jarfile) curs = conn.cursor() Set up starting data point For like-alike comparisons, I
Article
Lexi Hayden · Jul 18, 2017

Old/New Dynamic SQL Cheat Sheet

The article is considered as InterSystems Data Platform Best Practice.
Article
Michael Braam · Feb 20, 2017

Making encrypted datafields SQL-searchable

You know I'm a lazy programmer :) After Michael's post originally appeared on the intersystems-public-cache Google Group (as a result of the automatic crossposting being done by a username
Question
Jonathan Ebbers · Feb 18, 2020

SQL: ability to choose a specific index

UPDATE) • trigger DeactReact (AFTER event INSERT/UPDATE) • trigger Delete (BEFORE event DELETE) • trigger DeleteAudit (BEFORE event DELETE) Copyright © 1997-2020, InterSystems
Question
Christopher Kennedy · May 8, 2020

Import WSDL for ScriptLink Error #6301

I realized all too late that this thread should never had been posted on the InterSystems site. My new wsdl import which is working is: https://$site.$domain.
Article
Bernd Mueller · Jan 30, 2018

A story from support - how the quest for a raw DEFLATE compression/decompression function leads to a Node callout server by REST

💡 This article is considered as InterSystems Data Platform Best Practice. I found zdrop.exe for windows to *raw* deflate zlib-compressed files.
Question
Fabio Care · Mar 29, 2022

Compare .mac /.int routines and show differences

We have interfaced it to Deltanji source control - so it goes direct to code in InterSystems namespaces, rather than exporting the code into files and then diffing the files.
Article
Alexander Koblov · Jul 29, 2016

On $Sequence function

The article is considered as InterSystems Data Platform Best Practice.
Question
Gary M Lusso · Apr 9, 2025

HL7 add OBX segment at specific locations - Resolved

I did something similar by saving OBX segments in %Library.ListOfObjects %Library.ListOfObjects - InterSystems Supply Chain Orchestrator 2024.1 - including private class members I
Article
Timur Safin · Jan 16, 2017

Part I – Thoughts about package manager

When I was working for Intersystems as Sales Engineer in their Russian office, we have discussed these things many times: we have experimented with meetups, new forms of working with
Question
Ikara Ikliki · May 19, 2020

Cannot create REST Service using the /api/mgmnt Service

thought they will from that create a framework for your REST of some sort that you then fill out with your routes and calls, it is really obscure documentation, for somebody new to InterSystems