Search

Clear filter
Article
Brendan Bannon · Aug 29, 2016

The Art of Mapping Globals to Classes 1 of 3

different globals and then created a third class that is a view that exposes the info from the 2 classes in the way that you want.customerexample.zip Brendan The article is considered as InterSystems
Question
Chris Paraskiv · Mar 20, 2017

AWS API calls

Check out: https://github.com/intersystems-community/irisdemo-demo-appointmentsms/tree/master/appointmentsms-iris-atelier-project/AWS Thanks Anton.
Question
Ignacio Valdes · Nov 5, 2019

Backport eCQM to Astronaut VistA.

intersystems-iris-community-edition-1-vm:/opt/ISC/dur/mgr$ ls -la IHSFOIARPMS/total 3890188drwxrwxr-x 2 root root 4096 Nov 7 14:44 .drwxrwxr-x 10 51773 52773 4096 Nov 12 17:23 ..
Article
Maks Atygaev · Sep 6, 2017

DeclarativeCOS — Declarative Programming in Caché

Disclaimer: this article and my comments express my personal opinion only and have no relation to the official position of the InterSystems corporation. Cool!
Article
Jack Huser · Sep 13, 2021

Use $system.external Interface for Python

As to speed, it would be better if you InterSystems guys do something to improve file i/o record level operations in IRIS engine...
Article
Peter Cooper · May 10, 2018

Replacing ZEN - Part 2 - Strategic Issues

that their programming language does not easily support cookies so the CSPCHD (the session cookie) does not get passed.If you host a web-application via Caché (Ensemble, HealthShare, InterSystems
Article
Robert Cemper · Nov 26, 2021

Traditional Debugging in ObjectScript

reference count: 5 +----------------- attribute values ------------------ | AppData = $lb("",64,1,"","/csp/irisapp/","",1,"","",0,1,"","","/csp/irisapp","IRISAPP","","c:\intersystems
Discussion
Evgeny Shvarov · Jan 24, 2018

For and If with one line: to brace or not to brace

The article is considered as InterSystems Data Platform Best Practice. Which part of it? There's like 5 different suggestions contradicting each other. None of them.
Question
Robert Cemper · Jun 10, 2018

Multi Language Sort

Removed in InterSystems IRIS and therefore not recommended.Use iFind indices. They are highly customisable.Use iFind indices creatively.
Article
Guillaume Rongier · Dec 18, 2023

Vector search and RAG (Retrieval Augmented Generation) models

Utilizing InterSystems IRIS's newly introduced Vector Search capabilities, this application sets a new standard for retrieving and generating information based on a knowledge base.
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