Search

Clear filter
Article
Istvan Hahn · Sep 30, 2016

Consuming RESTful Web Services

Indeed nothing. Except that the expected response is different. Usually a RESTful service client expects JSON string returned.
Article
Joel Solon · Dec 30, 2021

Did you know that IRIS Terminal could do this?!?! History and Aliases!

Display help :alias Create/display aliases :clear Clear history buffer :history Display command history :unalias Remove aliases Note how indeed we don't have :sql
Article
Evgeny Shvarov · Feb 26

How Do You Display %Status Error in Terminal Or Let's Have a New Helpful Terminal Alias!

Ah, it is more readable indeed! There is another popular one which I sometimes hate to use: $$$ThrowOnError(something())
Discussion
Eduard Lebedyuk · Mar 11, 2024

Code Golf: Length Order

r):1:a{s w=$tr(a(j)," "),p=$f(w,",")-2 f i=2:1:$l(w,",") s c=$l($p(w,",",i)),r=$s(p=c:r,p<c&(r<3):2,r#2:3,1:4),p=c} q $p("Constant7Increasing7Decreasing7Unsorted",7,r)} Indeed
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.
Question
Purushothaman Thirugnanasambandam · May 11, 2021

Urgent Help - Unable to find/update Ensemble settings using Ens_Config.Item class programmatically for all Business Hosts

persistent classes and each persisted device had a unique name and in the OnInit method I would get the production item name and if i could find an entry for that name in my device Index
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)].
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
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
Yuri Marx · Nov 30, 2022

Creating FHIR questionnaires

REST and ObjectScript API for CRUD operations on FHIR resources (patient, questionnaire, vaccines, etc.)
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
bold t · May 7, 2024

docker run iris ,the container log always show Starting InterSystems IRIS instance IRIS... and can not open web page

14872) 0 [Utility.Event] Executing ^%ZSTART routine04/29/24-15:09:09:498 (14872) 0 [Utility.Event] Enabling logons04/29/24-15:09:09:498 (14872) 0 [Utility.Event] Rebuilding Extent index
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