Search

Clear filter
Question
Mike Kadow · Jun 12, 2017

Is Caché SQL essential to Caché Objects?

I really would like to have an idea of what the InterSystems Caché Community, as well as the InterSystems Engineers and anyone else with skin in the game thinks. ...you can probably
Article
Timothy Leavitt · Jan 15, 2020

Robust Error Handling and Cleanup in ObjectScript

💡 This article is considered as InterSystems Data Platform Best Practice.
Question
Arun Madhan · Oct 18, 2018

How to Sync User Accounts, Resources, Roles, WebApps, Tasks across to Mirror Members

For example, the Export method of Security.UsersBut it's long puzzled me that InterSystems doesn't seem to have done this job for us all.
Article
José Pereira · Jun 5, 2021

FHIRaaS overview

# Introduction This article aims to provide an overview of InterSystems IRIS FHIR Accelerator Service (FHIRaaS) driven by the implementation of application iris-on-fhir, available
Announcement
Elena E · Feb 22, 2024

Open Exchange Gets New Look and New Features

This feature bridges the gap between idea generation and implementation, highlighting the collaborative spirit of the InterSystems community.
Article
Yuri Marx · Apr 23, 2024

How to persist XML data to IRIS Database using IRIS Interoperability

The InterSystems IRIS has a series of facilitators to capture, persist, interoperate, and generate analytical information from data in XML format.
Article
Nicky Zhu · Oct 10, 2024

FHIRValidation - Validate your own FHIR IG using IRIS

This example will use the `$`validate operation provided by InterSystems IRIS for Health to validate FHIR data that has not yet been saved via the profile parameter.
Discussion
Evgeny Shvarov · Feb 11, 2019

Tools and Framework Development and Deployment Guidelines . What is The Best Approach?

Suppose you developed a tool, framework, library on InterSystems ObjectScript for InterSystems Data Platform, share it via Open Exchange and want people to install it.
Question
omer · Jan 14

INSERT OR UPDATE WITH A COUNTER

Prior to incrementing the property, InterSystems IRIS compares its in-memory value to its stored value.
Discussion
Vadim Aniskin · Aug 15, 2023

New rules for ObjectScriptQuality

Note: You can submit it as an idea on the InterSystems Ideas for the 2nd Idea-A-Thon contest.
Article
Guillaume Rongier · Jul 7, 2023

Iris FHIR Python Strategy

## Description With InterSystems IRIS FHIR Server you can build a Strategy to customize the behavior of the server (see [documentation](https://docs.intersystems.com/irisforhealth20231
Article
Vladimir Prushkovskiy · Feb 26, 2024

Bridge AI/ML with your Adaptive Analytics solution

💡 This article is considered InterSystems Data Platform Best Practice.
Question
Nicki Vallentgoed · Jun 2, 2017

Collection vs parent child vs Reference vs One to many

InterSystems stores persistent data in a sparse tree structure that we call Globals.
Article
Chris Stewart · Apr 21, 2017

Let's write an Angular 1.x app with a Caché REST backend - start here

The possible options related to InterSystems technology can be found here.Thanks again! Hi Evgeny, I'll contact you offline about pt1.
Question
Thiago Zenaro · Jun 12, 2018

Extending method keywords

// @AutoGenerated ClassMethod TestTwoDoSomethingElse() { Write "util.Test||TestTwoDoSomethingElse" } but if you see the source, It is not compiled ;util.Test.1 ;(C)InterSystems