Search

Clear filter
Article
Evgeny Shvarov · Mar 20, 2020

COVID-19 Analytics on InterSystems IRIS

Demo runs using InterSystems IRIS Community Edition docker container and exposes InterSystems IRIS BI dashboards using DeepSee Web representation layer via MDX2JSON REST API.
Question
Eduard Lebedyuk · Feb 4, 2019

Consume data from websocket

I want to consume external websocket api, URL looks like this: wss://site.com/ws/v2/?
Article
Dmitry Pavlov · Jan 20, 2017

Ontodia + Caché — ontology visualizer for navigation through stored instances of InterSystems Caché

How to install To install the latest version of the library capable of working with Caché via a Rest API, you need to import the OntodiaCache package.
Article
Eduard Lebedyuk · Aug 12, 2020

Calling production from a REST Broker

I have posted a question for advise on best practices when developing REST APIs and Production using IRIS.
Article
Guillaume Rongier · Feb 29, 2024

FHIR Repository customization with Embedded Python

manager (Kong, API Gateway) through an integration layer (function) prior to hitting IRIS which works but splits the business logic in two differnet places.Your way here keeps the
Question
Eamonn Fox · Oct 8, 2019

Electronic signature capture

Regards,Eamonn Just found signoPAD-API/WEB which is better suited for a web-based application. It uses the WebSocket protocol for communication.
Question
Sai Sai · Sep 15, 2021

Arranging Project

I have done lot of mvc projects and API's in c#. But Intersystems is new to me. Please give me some suggestions like how can I Arrange the objects. Like for eg.
Question
Jude Mukkadayil · Aug 9, 2023

Display date in format DDMMYYYY

digit years using yearopt with $zdate() :) Keep in mind that $zdate() preceeded Y2K which is why is has behavior that defaults to 2 years in certain circumstances (to keep the API
Question
Jordan Simpson · Jun 23, 2023

Iterating Through and Accessing Nested JSON Values

Using the NHS PDS FHIR API in the NHS sandbox environment, I'm querying the PDS endpoint using a sample NHS Number to retrieve a patient's demographics.
Question
Nicki Vallentgoed · Mar 8, 2016

No namespaces reported by selected server

It's worth looking in the log and grabbing the JSON response for the /api/atelier call.
Article
John Hotalen · Oct 4, 2016

How to Parse a URL in Caché

PAGE=CLASS&LIBRARY=%25SYS&CLASSNAME=%25Net.URLParser I know it's not too difficult, just thought maybe there is an API call we can use which will do the job for us.
Announcement
Bob Kuszewski · Feb 20

InterSystems Platforms Update Q1-2025

Architectures MacOS Upcoming Changes Apple has released MacOS 15 and we are planning support for it in IRIS 2025.1 InterSystems Components Previous Updates InterSystems API
Question
Maarten Van den Vreken · Dec 15, 2017

ECP: Run code on the database server instead of the application server

And since %Net.RemoteConnection already deprecated, you can use other ways to call the main server or any other, and SOAP can be one of the ways, but I would prefer JSON Rest API, which
Article
Kurro Lopez · Aug 9, 2021

Add a default setting value by code

Note: For this sample, I've created a simple %CSP.REST class to use as API services and it calls the NumberTranslate class.
Article
Evgeny Shvarov · Aug 13, 2021

Building Analytics Solution with IRIS

The alternative to IRIS BI dashboards could be the usage of MDX2JSON that provides JSON API for the pivots and this data could be visualized by DeepSee Web tool or with any JS frontend