Search

Clear filter
Question
Ben Spead · Aug 22, 2023

Best practice for automatically deploying and activating changes to CSP.ini?

Thanks chad - scripting automatic review failure is more involved than just scripting the calling of the API at deployment time (and not relying on RELOAD=1) so we'd probably go that
Question
Colin Brough · May 18, 2023

CR/LF changes in DTL files causing load errors (#6301: SAX XML Parser Error)

while compiling few local server classes (LF) that extends %CSP.REST class and if I remove the "Extends %CSP.REST" from the classes, they would compile successfully but the RESP API
Question
Michael Davidovich · Mar 30, 2023

%External.Messaging and Kafka

It would be ideal to stick with COS libraries and features, but I think the Python library is the best solution as it offers more in terms of an API, but I'd still like to get %External.Messaging
Question
Dmitry Maslennikov · Nov 4, 2022

Get the primary id of inserted line in SQL

KEY=RSQL_setoption#RSQL_setoption_pkeyisidkey InterSystems DB-API Driver does not support it, yet, But yeah, this can solve it, and I like this way more. sqlalchemy.exc.InterfaceError
Announcement
Olga Zavrazhnova · Aug 12

The August Article Bounty on Global Masters

InterSystems API Manager – Configuration and Utilization Steps Best Practices for Designing %Persistent Classes in InterSystems IRIS.
Article
John Murray · Oct 9

How Windows users can try gj :: configExplorer standalone

In my previous article introducing gj :: configExplorer I flagged up how an apparent bug in the Windows elements of the Native API for Node.js means it's not currently available to
Question
Joan Cruz · Apr 24, 2020

Is there a way to change / renew the session cookie once this is created?

Currently, there is no API to request a new session cookie.
Question
Julian Matthews · Apr 27, 2020

Issues Monitoring Activity Volume

https://community.intersystems.com/post/monitoring-intersystems-iris-using-built-rest-api Hope that helps.
Question
Cyriak John · Jul 1, 2019

Question about proper method for querying data from custom SDA3 container on Access Gateway for a patient loaded in the clinical viewer

Loader:GetAgKey(), passing it the ID of the patient object to get the Aggregation Key:Set tAgKey = ##class(web.SDA3.Loader).GetAgKey(tViewerPatientId)GetAgKey() is documented as an API
Article
Dan Berges · May 30, 2022

FHIR Patient Viewer

A second video showing how I would use FHIR Patient Viewer in a production environment (using a custom backend to handle the API calls, written in PHP/Laravel in my example, but transferable
Question
Stephen De Gabrielle · Mar 9, 2017

Options for moving documents between systems?

* One system we have to interact with using their API which means creating an XML request (again with the document stream contained within the XML payload).
Question
Santosh Kannan · May 21, 2024

Customizing retry frequency of transaction

The following algorithm implements truncated exponential backoff with jitter: Send a request to the Cloud Healthcare API.
Article
Anila Kosaraju · Feb 5

Streamlining Interoperability with Embedded Python in InterSystems IRIS

In transforming data, building APIs, or integrating external systems, traditional expectations are that Embedded Python is a revolution for modern applications.
Question
聆严 周 · Oct 13, 2022

Lisence usage suddenly spikes

We're just following the practice of this era where reverse proxy, api gateways, virtualization are the norm. to get control over your situation you have 2 key methods: $SYSTEM.License.MaxConnections
Question
Bharathsimha Reddy Jakka · Apr 18, 2018

How to convert SQL persistent classes to JSON output

ODBC mode Check out RESTForms project - generic REST API backend for modern web applications (articles: part 1, part 2).