Search

Clear filter
Article
Patrick Jamieson · Apr 15

FHIR environment setup guide

Install Docker Docker is required to run InterSystems IRIS for Health Community. Windows 1. Download Docker Desktop from: https://www.docker.com/products/docker-desktop2.
Question
omer · Oct 1, 2024

Execute a routine with argument by name - Without using Xecute!

Indirection can have an impact on performance because InterSystems IRIS performs the required evaluation at runtime, rather than during the compile phase.
Article
Henry Pereira · Dec 1, 2021

Data anonymization, introducing iris-Disguise

💡 This article is considered as InterSystems Data Platform Best Practice.
Article
Benjamin De Boe · Oct 18, 2022

Keeping the API happy - SQL utilities cleanup

This advanced toolkit is primarily used by InterSystems Support and experienced customers, but it’s a powerful and well-documented API so worth a look if you need to figure out that
Announcement
Ken Earl · May 5, 2020

Iris\Cache in Docker : Cube Server list and global persistence

the following command I have managed to achieve this: docker run --detach --publish 52773:52773 --volume /data/dur:/dur --env ISC_DATA_DIRECTORY=/dur/iconfig --name iris21 store/intersystems
Article
Luca Ravazzolo · Jan 8, 2019

Top 5 takeaways from 2018

You need a data platform that aids you in your efforts.Exactly a year ago we launched InterSystems IRIS Data Platform that offers large data handling via its shard technology to cope
Article
Sowmiya Nagarajan · Jul 5, 2023

Doctor-Patient Conversations: AI-Powered Transcription and Summarization

Hi Sowmiya, Your video is available on InterSystems Developers YouTube: ⏯️IRIS FHIR Transcribe Summarize Export Demo Please enjoy! Thank you Irina!
Question
Arpitha Ramakrishnaiah · May 10, 2017

List out unchecked mapped items classes through terminal?

USER>s impliedNamespace="^"_##class(%SYS.Namespace).GetGlobalDest(namespace,"^oddDEF") USER>w impliedNamespace ^^c:\intersystems
Question
Mark Retry · Nov 16, 2020

Process CSV, Txt files from a filesystem/folder and load to Iris DB

I am looking for any pointers on how Intersystems IRIS Health can monitor a filesystem/Folder that user/s /applications can drop in CSV files via FTP and load the file to the IRIS
Article
Renato Banzai · Jan 30, 2021

Making a blog using Python + IRIS Globals

Observing how easy could be persisting data into Intersystems IRIS with the Native API I decided to make this application and force myself to forget a little of SQL and stay open to
Question
Eduard Lebedyuk · May 18, 2016

How to use stored procedures with linked tables

.): SQLState: (42000) NativeError: [1] Message: [Iris ODBC][State : 42000][Native Code 1] [c:\intersystems\iris2021v1\bin\irisdb.exe] [SQLCODE: <-1>:<Invalid SQL statement&
Question
sansa stark · Sep 14, 2016

Question: CSP Session

See InterSystems doc:http://docs.intersystems.com/latest/csp/docbook/DocBook.UI.Page.cls?
Article
Evgeny Shvarov · Jun 12, 2020

Game Of Throne Analytics or How long is Arya's Stark List

All was coded in VSCode using VSCode ObjectScript plugin and Docker image of InterSystems IRIS Community Edition 2020.2.
Article
Murray Oldfield · Apr 1, 2016

Extracting pButtons data to a csv file for easy charting

See: - [Part 2 - Looking at the metrics we collected](https://community.intersystems.com/post/intersystems-data-platforms-and-performance-%E2%80%93-part-2) pButtons compiles data
Question
P Patz · Jun 1, 2017

Dirty read prevention - 'START TRANSACTION ISOLATION LEVEL READ COMMITTED'

Per the InterSystems's documentation I should be able to use ' START TRANSACTION ISOLATION LEVEL READ COMMITTED'.