Search

Clear filter
Question
John Hotalen · Sep 17, 2024

Need help with XML to JSON format

This is why I like the InterSystems Developer Community so much.
Question
Victor Castanon · Jul 9, 2024

Has anyone worked with in Fhir R4 Binary deserialization (From Athena)?

Class Reference documentation for the %Iterator.Object class does not directly appear in either Class Reference webpage on an IRIS instance nor in the Class Reference web page in the InterSystems
Question
聆严 周 · Oct 11, 2022

How to purge these inactive license units?

The documentation says "even if the number of processes under the user ID drops back under the maximum, InterSystems IRIS continues to allocate one license unit per process for that
Question
Stephen De Gabrielle · Sep 6, 2018

routing rule compiles to refer to old package

;</assign> <trace value=""NumberSearch = "_@NumberSearch"></trace> Compiles to ;LNWTIEPackage.iCSADTHL7MainRouterRoutingRuleDUP.1 ;(C)InterSystems
Article
Nikolay Solovyev · Feb 17, 2020

IRIS Interoperability adapter for Dasha.AI: voice interface for your application

The Dasha.AI platform provides a REST API for integration, however if you use InterSystems IRIS you can take a ready-to-use Adapter (github repo).
Announcement
Neerav Verma · Feb 13, 2020

Class Queries

Class Queries in InterSystems IRIS (and Cache, Ensemble, HealthShare) is a useful tool that separates SQL queries from Object Script code.
Article
Udo Leimberger · Nov 22, 2019

Starting IRIS as a service on CentOS7 startup ( autostart )

# vi /etc/systemd/system/iris.service [Unit] Description=Intersystem IRIS Service After=network.target [Service] Type=forking WorkingDirectory=<iris-install-dir> User
Question
Lucas Macori · Jun 11, 2021

Parsing null values in JSON

Hello everyone, I'm creating a REST API with InterSystems Ensemble. I already have a POST route that parses JSON content into an object defined in a class.
Question
Jamie Prevo · Jun 17, 2023

Hide or make routines binary?

When storing keys in the code to decrypt Credit Card data.I was hoping intersystems had something like this built in.
Article
Theo Stolker · Feb 16, 2024

FHIR json property order part II

💡 This article is considered InterSystems Data Platform Best Practice.
Article
Robert Cemper · Mar 2, 2023

Tutorial - Working with %Query #1

= Basic Class Query I was asked why I didn't use VScode for the examplesSimple reason: Studio Wizards are not available in VSCode See here Hi Robert, Your video is available on InterSystems
Article
Robert Cemper · Apr 26, 2020

Materialized Views

Library.CacheStorage</Type>} } This is a coding example working on Caché 2018.1.3 and IRIS 2020.2 It will not be kept in sync with new versions It is also NOT serviced by InterSystems
Question
Max Dimukhametov · Mar 21, 2018

How to fill fact table in DeepSee via JDBC

For higher performance it's better to keep the data in InterSystems platform and sync it with remote db periodically.To download the data via xDBC you have two main approaches:Interoperability
Article
Timothy Leavitt · May 12, 2016

Writing better-performing loops in Caché ObjectScript

The article is considered as InterSystems Data Platform Best Practice. This article helped me so much !
Article
Dmitry Maslennikov · Oct 3, 2016

Internal Structure of Caché Database Blocks, Part 1

InterSystems Caché globals provide very convenient features for developers. But why are globals so fast and efficient?