Search

Clear filter
Question
Scott Roth · Jul 14

Use of FHIRPath.API not returning results as expected

{"resourceType":"Bundle","type":"searchset","total":1,"link":[{"relation":"self","url":"https://xxxxxxxxxxxxxx/fhir-poc/api/FHIR/R4/Patient?
Article
Mihoko Iijima · Mar 5, 2021

[InterSystems IRIS for the first time] Interoperability: Message

The weather information in B) can be retrieved from the response information of an external Web API.
Article
Yuri Marx · Apr 18, 2023

Tokenize your sensitive data

There is also a Tonenizator REST API to tokenize the sensitive data, store into the token database and return a ticket.
Question
Frank Langel · Mar 15, 2020

Able to create expression in Globals ?

We would want to use the global API to change f programmatically using code b.
Article
Seisuke Nakahashi · Apr 27, 2023

How to call Variable-length arguments Python methods from ObjectScript / sample routine calling ChatGPT

With this way, you can call ChatGPT APIs not only from Language=python method but from ObjectScript world.
Question
Nezla · May 28, 2022

Write JSON file in HTTPREQUEST

Httprequest.SetHeader("Accept-Language","en_US") Do Httprequest.SetHeader("Authorization","Bearer "_^Token) D Httprequest.EntityBody.Write(mystring)Set tSc=Httprequest.Post("/API
Announcement
Jessica Simmons · Nov 1, 2022

InterSystems HealthShare Architect (Remote Opportunity)

and Web Services (REST, SOAP) and designing API-based solutions Utilizing CI/CD technologies and processes including but not limited to Git, Jenkins, Docker Using AWS-based cloud
Question
Abraham Wasswa · May 1, 2022

Help to Accessing Foreign key property using JSON Object

"} I want it to store the following in the database ID - > autoincrement - this I know how to do it.Title -> I want to store the ID where Value is "LEARNING CAHE REST API" in
Question
Jack Rack · Oct 11

How do I trace IRIS internal locking behavior for debugging deadlocks in object transactions?

) | InterSystems API Index | InterSystems IRIS Data Platform 2025.14.Details of Lock Requests and Deadlocks | Using ObjectScript | InterSystems IRIS Data Platform 2025.1
Question
Fabio Care · Feb 7

Visual Studio Code eating licenses

/iris/api/atelier/The timeout also is in the past I just had a similar issue, where there were 25 sessions open with my name.
Announcement
Olga Zavrazhnova · Sep 20, 2022

First Community Roundtable: VSCode vs Studio

My 2 cents: I think you still need both because VSCode doesn't work on older Caché versions (as you need Atelier api).
Announcement
John McBride · Jul 24, 2024

VSCode extension for IPM (InterSystems Package Manager) Now Available

, I'd like to propose a couple updates that potentially could be added to the manifest/API for packages to make integrations like this a little easier License field: (This will let
Question
Cache Cache · Apr 22, 2021

Cache code conversion tool

React framework needs some endpoint which can serve data thru rest apis. You can write rest (json ) api in the cache which will feed the data to calls made from React framework.
Discussion
Stefan Cronje · Dec 15, 2023

CSP Pages versus Classes extending from %CSP.Page

I want to build a little thing and don't want to start at the wrong end.Doing an API-based, heavy client-side framework is not a requirement, and I would prefer not to do it that way