Search

Clear filter
Question
Ian Minshall · Sep 14, 2017

Conflict Resolution Wizard

It is very much the nature of applications built on top of InterSystems technology, and it is certainly a challenge.
Article
Henrique Dias · Aug 20, 2019

Dashboard IRIS History Monitor

Following the article by Evgeny ShvarovUsing Docker with your InterSystems IRIS development repositoryhttps://community.intersystems.com/post/using-docker-your-intersystems-iris-development-repositoryI
Question
Scott Roth · Jan 2

Defining REST API using iris-rest-api-template - Need guidance

Defining my first REST API within InterSystems using iris-rest-Api-template as a basis and I am seeing if someone could provide me some guidance to see if I can make it work.
Question
david clifte · Sep 27, 2016

List Medical Records of an Patient

this: SELECT * FROM HS_SDA3_Streamlet.Encounter WHERE SourceMRN = '12345' (Replace 12345 with the MRN of the patient you want to list the records of) But as Robert mentioned, Intersystems
Question
Rubens Silva · Aug 9, 2017

%FromJSON doesn't support %Stream on a property basis

Take a look at the reference for the %DynamicArray and %DynamicObject classes in the InterSystems IRIS 2019.1 preview: https://irisdocs.intersystems.com/iris20191/csp/documatic/%
Question
Fabio Goncalves · Mar 21, 2016

Create dynamic %Object with object ID

%ObjectToJSON(tmp)return st this is my code which i used for fetch all data from table. correct me if anything wrong , i m new to intersystems. is any possibility to fetch all record
Article
Marcel den Ouden · Mar 29, 2016

My license key does not work - common causes

s sc=$system.License.IsValidKey("C:\InterSystems\Ensemble14\mgr\cache.key",.restart,.reason) if 'sc { d $system.OBJ.DisplayError(sc) } else { w sc } command to see all available
Discussion
Maks Atygaev · Mar 28, 2020

Why Declarative ObjectScript is not a framework/tool but a matter message

DISCLAIMER: I am not an InterSystems engineer or a professional ObjectScript developer. I just want to share my opinion about some things I am really miss in ObjectScript.
Article
Yuri Marx · Apr 18, 2023

Tokenize your sensitive data

original value using the ticket: Method: GET URL: http://localhost:8080/token/query-ticket/TICKET-VALUE-HERE See your original values All tokens generated are stored into InterSystems
Question
Jonathan Lent · Sep 25, 2023

Python OBJECT_DISPATCH error with accompanying irisload.py error

_bootstrap>", line 925, in _find_spec09/25/23-09:41:38:353 (13436) 0 [Python] File "g:\intersystems\irishealth2019\lib\python\irisloader.py", line 179, in find_spec From what
Question
Evgeny Shvarov · Jan 15, 2023

CSV to CSV data transformation using Interoperability

library to read and write CSV files and a mecanism that generates an appropriate message class based on a declarative definition (see Using the Record Mapper | Developing Productions | InterSystems
Question
David Saunders · Aug 8, 2025

How do I release unused licenses in Cache 2018.1.7

If not, you might need to discuss more advanced license configurations with InterSystems to avoid unnecessary reoccurring restarts [1][3].
Discussion
Laura Blázquez García · Aug 14, 2025

Best practices for Streams in Interoperability

I have asked InterSystems, and they recomended me to use QuickStream instead of %Stream.GlobalCharacter.
Article
Liam Evans · Jun 18, 2025

How to create your own search table for HL7 messaging

You'll be in the top 100 of the global masters, you'll have more than 500,000 points, and a veritable trousseau of InterSystems products in your home.
Question
Scott Roth · Nov 13, 2018

JDBC Gateway Server - Automatically Start

ThanksScott RothThe Ohio State University Wexner Medical Center And a ZMIRROR routine is useful if you're using InterSystems mirroring and need things to happen only on the primary,