Search

Clear filter
Question
Michael Davidovich · Apr 1, 2019

Use Cache to Write Excel Files

Here's Apache POI JGW wrapper and ObjectScript API but you'll need to extend it.
Question
Konstantin Dualcore · Jan 25, 2017

Debugging web app

Hello, I'm trying to debug web app in Atelier remotely.In Studio I could use "Set as debug target" option for this purposes.

bht club apk

0 posts0 comments
Article
Evgeny Shvarov · Apr 16, 2016

Try catch block I usually use in InterSystems ObjectScript

I prefer doing this more correctly using the right API for matching status values: If $system.Status.Equals(sc,$$$ERRORCODE($$$GeneralError),$$$ERRORCODE($$$MoreSpecificStatusCode
Article
Stuart Salzer · Aug 22

Building a robot with IRIS

The robot’s starting method is suitable for testing but not for capturing logic from an application lacking an API.
Question
Amir Samary · May 10, 2017

Managing UTF-8 characters on the database with a REST application

Hi AmirThis is a bit off topic, but is there any chance you can provide a few pointers on how your client setup security for their %CSP.REST API?
Article
Maks Atygaev · Sep 6, 2017

DeclarativeCOS — Declarative Programming in Caché

Check what ECMAScript 6 and even 7 to see what it's becoming.COS could evolve faster as well if there was some kind of COS API for parsing and rewriting the language itself.
Question
Sebastian Thiele · Oct 6, 2023

Looking for implementation strategy for create/update of Organizations in FHIR server

FHIR is an API rest. FHIR has not been designed to apply deduplication and data merge business rules.
Article
David E Nelson · Apr 26, 2019

A Containerized Machine Learning Playground with InterSystems IRIS Community Edition, Spark, and Zeppelin

Here is some code that uses Spark's linear regression API to train a regression model.
Article
Hannah Kimura · Jun 23

Transforming with Confidence: A GenAI Assistant for InterSystems OMOP

_model = "barricade" vn = MyVanna(config={'api_key': CHAT GPT API KEY, 'model': 'gpt-4.1-mini'}) ### STEP 3: TRAINING THE MODEL This is where the customization begins.
Announcement
Timothy Leavitt · Nov 8, 2021

Git for Shared Development Environments

Tarball can be downloaded from the community IPM Registry REST API requested in a format: https://pm.community.intersystems.com/download/[package-name]/-/[package-name]-[version].tgz
Article
Yuri Marx · Feb 23, 2023

IoT with InterSystems IRIS

options of protocols used by things and server software to interoperate data and instructions: MQTT (Message Queuing Telemetry Transport) and REST (Representational State Transfer) API
Article
Nikita Savchenko · Feb 12, 2019

How to Develop InterSystems Applications in Your Favorite IDE

It is also worth mentioning that, starting from version 2016.2, the Atelier REST API is also available for importing/exporting class definitions for InterSystems products.
Article
Michael Braam · Feb 20, 2017

Making encrypted datafields SQL-searchable

In case of a successful activation the activated key is shown as below: Next we will use the encryption key and the available encryption API to encrypt the lastnames in our person
Article
Eduard Lebedyuk · May 24, 2024

VIP in GCP

removal looks similar - just provide an empty `aliases`: $ gcloud compute instances network-interfaces update --zone= --aliases="" We leverage Google Compute Engine Metadata API