Search

Clear filter
Article
sween · Sep 30, 2022

FHIRDrop, FHIRBox - Managed File Transfer to FHIR®

A simple production that enables FHIR transaction bundles to be loaded into InterSystems® FHIR® Server via Box and Dropbox.
Article
Heloisa Paiva · Feb 6, 2024

About the idea of Using Python Class Definition Syntax to create IRIS classes

Introduction Not so long ago, I came across the idea of using Python Class Definition Syntax to create IRIS classes on the InterSystems Ideas Portal.
Question
Rob Tweed · Sep 8, 2016

Cache for Raspberry Pi?

[Jose might correct me here, but at least that was my impression from InterSystems times]The problem though - whether it worth all the pain.
Article
Yuri Marx · Dec 19, 2021

IntegratedML walkthrough

InterSystems IRIS has a built in AutoML engine, but allows to you use H2O and DataRobot too. In this article I will show to you each step to use the InterSystems AutoML engine.
Question
Cyril Grosjean · Nov 15, 2023

Testing MIB file with a Rest API

I have InterSystems running in a local Docker container (with the network configured to be on the same 'local network' as my API).
Article
Yuri Marx · Mar 13, 2021

Protect your REST API applying OWASP Top Ten

Follow the Security Administration Guide from intersystems: https://docs.intersystems.com/irislatest/csp/docbook/DocBook.UI.Page.cls?
Article
Alessandra Carena · Feb 4

Generation of OpenAPI Specifications

Automatic Approach There are two ways to automatically generate the OpenAPI specification file in InterSystems IRIS.
Question
Daniel Raderstrong · Feb 23, 2024

Can't use debugger with VS code Objectscript extension error: zDebugStub+40^%Debugger.System.1

It appears you're an Intersystems employee - if it'd be helpful I'm happy to hop on a call next week. Thanks for all the help this far!
Article
Pietro Di Leo · Oct 9

Enhancing FHIR Data Exploration with Local LLMs: Integrating IRIS and Ollama

Both IRIStool and FHIR Data Explorer are available on the InterSystems Open Exchange — and part of my contest submissions.
Article
Anton Umnikov · Jan 21, 2021

Highly available IRIS deployment on Kubernetes without mirroring

Here is the article by @Murray.Oldfield on this: https://community.intersystems.com/post/intersystems-data-platforms-and-performance-%E2%80%93-part-9-intersystems-iris-vmware-best-practice
Question
Werner Noske · Jan 21, 2022

How to delete EnsEDI Globals?

When I installed the IRIS 2021.2 Community Edition, I found some Globals, which seem to be set for the Intersystems Ensemble and DeepSee products.
Article
Evgeny Shvarov · Mar 31, 2018

What Are You Using For Issue Tracking?

In projects with InterSystems Data Platform, I worked with Redmine, JIRA, Trello.
Article
Eduard Lebedyuk · Jan 7

Remove deleted classes after import

.*" set dir = "C:\InterSystems\src\" set sc = $SYSTEM.OBJ.LoadDir(dir,"ck", .err, 1, .loaded) set sc = $SYSTEM.OBJ.Delete(packages _ ",'" _ $LTS($LI($LFS(loaded_",",".cls,"), 1,
Question
Andreas Schneider · Dec 30, 2021

LOAD DATA with [SQLCODE: <-400>:]... any idea?

Due to specific interactions with InterSystem's JDBC clients with IRIS, "" is interpreted as NULL when inserted as a string.
Question
Minsu Kim · May 9, 2018

Question: Are there any restrictions on the number of SQL commands?

Hello Global masters.I am junior developer about Intersystems cache in South Korea.I want to develop process management program on server.My code : TESTPID(IP) ; #include %