Search

Clear filter
Article
Luis Angel Pérez Ramos · Apr 10, 2023

Sending DICOM files between IRIS for Health and PACS software

Here you have available the code used for this article: https://github.com/intersystems-ib/workshop-dicom-orthanc
Article
Kurro Lopez · Dec 8, 2023

Open AI integration with IRIS - File management

Do ##class(HS.Util.StreamUtils).Base64Encode(pImage, .tStream) Set content.Body = tStream Yet, there is a better trick that I was lucky enough to learn from an InterSystems expert
Article
Allyson Gerace · Feb 6, 2019

Index Handling

💡 This article is considered as InterSystems Data Platform Best Practice.
Question
Arto Alatalo · Apr 29, 2020

OpenId() is slow, why?

https://community.intersystems.com/post/intersystems-data-platforms-and-performance-part-4-looking-memory You are wondering about a SLOW production server and a FAST development machine
Article
Lucas Enard · Aug 17, 2022

Full Python IRIS production : DataTransformation of a CSV to a FHIR server.

Creation of a new DataTransformation This repository is ready to code in VSCode with InterSystems plugins. Open `/src/python` to start coding or using the autocompletion.
Question
Chris Bransden · Jul 4, 2018

$ZF(-100,..) issues

we have been specifically instructed by intersystems to do this. $ZF(-1) is deprecated also.
Article
Benjamin De Boe · Jul 4, 2016

Introduction to the iKnow REST APIs

The reference documentation is also on the InterSystems documentation web site http://docs.intersystems.com/documentation/iKnowRESTAPI/index.html.
Article
Yuri Marx · May 5

How to produce and consume RabbitMQ messages on IRIS

InterSystems IRIS RabbitMQ (AMQP) services, operations, and message types to consume and produce messages Overview The Business Service GetCurrentTemperature uses the Inbound
Article
Daniel Aguilar · Aug 6, 2024

Firebase Cloud Messaging with IrisFirebase FCM

not read it, please follow the steps, 1, 2, 4, 5 and 6 from the article below: https://community.intersystems.com/post/firebase-module-unleashing-power-firebase-realtime-database-intersystems-iris
Article
Guillaume Rongier · Aug 31, 2021

Fullstack demo of IntegratedML and Embedded Python.

InterSystems' `AutoML`, `H2O`, an open-source solution, and `DataRobot`, of which you can have a free 14-day trial if you register on their site.
Article
David Hockenbroch · Nov 12, 2021

Basic Automation: The IRIS/Cache Task Manager

I did write something on Open Exchange ages ago that uses this and could be an example GitHub - davidpeterunderhill/Intersystems-Database-Metrics-example the example breaks on Win
Question
Nikhil Pawaria · Jun 6, 2021

Intersytem cache, mumps

Difference between DO and JOB command and practical use of job in objectscript?? elementary differences: DO executes a method or subroutine synchronous to your code JOB starts
Article
sween · Sep 9, 2024

eBPF: Tracing Kernel Events for IRIS Workloads

eBee Steps with eBPF and InterSystems IRIS Workloads eBPF eBPF (extended Berkeley Packet Filter), is a killer Linux kernel feature that implements a VM within kernel space and
Question
Jason Ip · Sep 20, 2016

Caché SQL error (ODBC?) - <Prepare+41^%SYS.SQLSRV *%New,%sqlcq

If you want this investigated further I recommend opening an issue with InterSystems Worldwide Response Center (WRC... a.k.a.
Question
Emmanuel Vanlaar · May 24, 2020

Python binding type conversions in Class Queries

Python Native API and xDBC are the recommended approaches to use with InterSystems IRIS.