Search

Clear filter
Article
Lorenzo Scalese · Aug 16, 2023

Http request response time monitoring

By identifying such issues, developers can make changes to minimize this access (by adding indexes, optimizing SQL queries, changing the logic, etc.)
Question
Cryze Zhang · May 16, 2022

How to distinguish whether a variable is a pure numeric string or a number, such as "123" and "123".

It might be slightly faster if you use an array instead of an object to save the conversion from a keyname into an array index. quit [(val)].
Question
Timothy Leavitt · Jul 8, 2016

Best way to compare two arrays for "equality" (same subscripts and values)

; % Loop index for scanning down subscript list.
Article
Yuri Marx · Nov 30, 2022

Creating FHIR questionnaires

REST and ObjectScript API for CRUD operations on FHIR resources (patient, questionnaire, vaccines, etc.)
Question
Scott Roth · Aug 9, 2023

How do I convert my JSON Response to an Ens.Response object with Lists of Arrays

%ToJSON() set tURL= ..Adapter.URL_"/2014/Access/Patient/GETPATIENTLOCATIONBYVISIT2/Visit/Location2" //..Adapter.URL SET tSC = tHTTPRequest.EntityBody.Write(tPayload) set tHTTPResponse
Article
Dmitrii Kuznetsov · Oct 7, 2019

OAuth Authorization and InterSystems IRIS: Taming Trust Protocols

Using OAuth, OIDC and UMA together make it possible to implement a protected identity and access management (IdM, IAM) system in areas such as: Using a patient's HEART (Health Relationship
Article
Rubens Silva · Aug 9, 2017

Frontier: An abstraction layer for rapid REST development - Part 1 - Core concepts

Thank for your patience! What does (PUBLIC=1) means for a return type?
Article
Yuri Marx · May 20, 2022

Geocoding with IRIS and Google Maps API

IMPORTANT NOTE: To use http://localhost:52773/iris-geocoder/forward or http://localhost:52773/iris-geocoder/reverse, you must have a Google account and have an active and configured payment
Question
Gery Gerena · Feb 4, 2017

Angular 1 or Angular 2 for new web project using Caché/Ensemble ?

AngularJS 1.5:https://www.sitepoint.com/building-angular-1-5-components/ I did some research yesterday and found a thread which says that React is not safety to use because of Facebook patent
Announcement
Anastasia Dyubaylo · Apr 6, 2020

The 2nd Programming Contest: InterSystems IRIS with REST API

We provided more details for the contest - and indeed you can avoid using ObjectScript in the contest!You can use already existing!
Discussion
Eduard Lebedyuk · Jan 10, 2021

Code Golf: Diamonds

N-j f l=1:1:j,l-1:-1:1 w l#10 indeed 66 , THANKS! I see right now, cut-and-paste without looking-and-checking isn't good!
Discussion
Evgeny Shvarov · Sep 28, 2020

%Status usage in ObjectScript

Usually I do this: set sc = ..method() /// finalization quit:$$$ISERR(sc) sc AFAIK Try/catch indeed slows a bit the execution (@Dan.Pasco is it true?)
Question
Ward De Backer · Oct 26, 2022

IRIS Native api for Node.js: all calls synchronous?

It does, indeed, appear to be synchronous which is good in that it makes it easy to use and understand, but very bad for the reasons you describe that relate to Node.js concurrency,
Article
Lorenzo Scalese · Feb 14, 2023

Generate client SOAP and REST

Indeed !The copy paste from google drive create links to my google account ...Thank you for this report I modify that asap. Change done.Let me know if the problem persists.
Article
Benjamin De Boe · Nov 9, 2023

Connecting to Cloud SQL with DBeaver using SSL/TLS

Sometimes "Less is more" indeed :) Here a simple python test used : import iris import ssl import getpass import os def main(): connection_string = "k8s-092c0f86-acbb1223-47d44444fb