Search

Clear filter
Question
Peter Smit · Aug 22, 2025

VS code not importing CSP files

**Server-Side Editing Configuration**: - The VS Code InterSystems ObjectScript integrated environment is designed to work effectively with server-side editing when configured correctly
Question
Vladimir Vodicka · Jun 20, 2025

QR code generation

**Alternative Versions**: If upgrading is an option, InterSystems IRIS 2023.1 provides updates to QR code generation that do not rely on Java.
Question
Martin Staudigel · Sep 17, 2025

HL7 Schema for parsing custom Orbis HL7 messages

**Transform Custom Messages**: InterSystems IRIS for Health enables transforming proprietary/custom data into standard HL7 formats using Data Transformation Language (DTL).
Question
Josep Balagué · Jul 10, 2025

Using $ZF(-100) on Caché

$ZF(-100) (ObjectScript) | ObjectScript Reference | InterSystems IRIS Data Platform 2025.12.How to use $ZF(-100)3.$ZF(-100) help.
Article
Oliver Wilms · Apr 24, 2020

REST for Tasks on my Status Report

Currently I participate in InterSystems IRIS with REST API Programming Contest. My idea for this contest was to create an app to help me keep track of tasks for my Status Reports.
Question
Dmitry Maslennikov · Jan 16, 2020

Custom Login Page for IRIS

I use docker version of IRIS built by InterSystems. And I managed to get it worked only when I set public read permission for %DB_USER in case of user namespace.
Question
Satish P · Oct 29, 2018

Cache Cluster Environment Backup and Restore

Only InterSystems IRIS supports sharding, not Caché. You probably want to tag this post with IRIS instead of Caché (or both, as your 2 questions really are quite separate).
Question
Jiri Svoboda · Nov 9, 2018

Json with field exceeding maximum string length

control how the JSON is formatted then it still might be possible to use knowledge of the application that is using JSON representation to short cut the parsing issues.In a future InterSystems
Article
Gevorg Arutiunian · Nov 29, 2018

Create a Zen Page using an ObjectScript class method

$system.OBJ.Compile("ZenTest.MyZenApplication") do $system.OBJ.Compile("ZenTest.MyZenPage") quit } } Here's a link to the code on GitHub: https://github.com/intersystems-community
Question
Marcus Bondezan · May 4, 2018

Zen - Problem with dateText component (format and separator attributes)

topic/intersystems-zen/VLCqAlXumjI I wonder if someone could point the solution to me.
Question
Ali Chaib · Feb 7, 2025

Transforming a FHIR Response to SDA – Handling Task Resource

When I attempted to use the built-in InterSystems functions to convert this FHIR response into SDA, the transformation failed—likely because it is not a standard FHIR request.
Question
Conor Browne · Nov 17, 2016

Duplicate Patients in FHIR Repository

The "Developer Community" tag and the "Developer Community Feedback" group are intended for posts/questions about the DC forum itself, not the InterSystems products.
Announcement
Bill McCormick · Dec 1, 2016

Atelier 1.0 Release

it right after install (having first uninstalled the beta and deleted its directory):And when I went ahead with these updates I got the following security warning about a couple of InterSystems
Question
Ahmad Bukhtiar · Sep 1, 2020

Run All Business Rules in Router & Combine Results

If you haven't done any BPL please visit InterSystems learning services or contact your sales engineer or service executive to help.
Article
Evgeny Shvarov · Jun 13, 2016

Debug: using locks for breakpoints

though: the referred github sources are fork, and have been created not by Dmitry Maslennikov (@daimor) but by Eduard Lebedyuk (@eduard93) 💡 This article is considered as InterSystems