Search

Clear filter
Article
Dmitry Pavlov · Jan 20, 2017

Ontodia + Caché — ontology visualizer for navigation through stored instances of InterSystems Caché

data. First and foremost, we added the support of object DBMS’s (Caché DBMS is essentially an object database) via a proprietary REST API used for receiving data.The next big step
Article
Muhammad Waseem · Apr 1

Iris-AgenticAI: Enterprise Automation Powered by OpenAI’s Agentic SDK for Intelligent Multi-Agent Workflows

with the functionality to start and stop the production. WebSearch Agent 🤖 Capability: Performs contextual web searches via API integrations Order Agent 🤖
Article
Daniel Kutac · Feb 11, 2019

Using Oauth2 with SOAP (Web)Services

with their new application API based on REST. As their new application uses OAuth2, the challenge was clear; how to pass access token with SOAP request to the server. After
Article
Evgeny Shvarov · Apr 14, 2019

The Double Indirection or Yet Another Way to Process Data Arrays in InterSystems IRIS

of an array. Usage $Name + plus double indirection @list@() does the work. This ObjectScript flexibility could be really helpful if you build API, or libraries, which work with a large
Question
Mary George · Sep 28, 2022

Discovery response not valid error

Hi, I am trying to configure OAuth2 server to connect to Cerner Auth server to get FHIR API access token but I am getting the error "Discovery response not valid". I can get
Question
Scott Roth · Oct 11, 2022

Community Edition Linux Setup

starting by /csp to the iris instance # You can specify a list separate by a space : "IRIS_WEBAPPS=/csp/sys /api /isc /swagger-ui" - "IRIS_WEBAPPS=/csp/sys" volumes
Question
Scott Roth · Aug 22, 2022

Containerization Help

is on your servers, where you have couple of API endpoints for Prometheus. And As far as I remember, the code there is closed, and you can't extend it. But you can easily add, your own
Question
Matthew Cummings · Jun 6, 2022

No OnProcessInput() method in custom business service

now would be is it permissible to have a business service with no OnProcessInput() method so long as it is tied to something like a RESTful API? I am a newer developer when
Question
Vivian Lee · Nov 18, 2021

Create Calculated Property in Persistent Class based on Relationship

to create a calculated field since my Question class extends AppS.REST.Model.Adaptor and the JSON returned from the GET request 'api/standard/question' would include the class
Question
Pavithra Rajamohan · Oct 13, 2020

Advice about HL7 Message creations for repeating loop items

. Some background info: I receive a JSON response from an API call and used %FromJSON to convert the response to an Dynamic Object. Some of the items in the response are repeated
Article
Evgeny Shvarov · Dec 24, 2022

Set up Your InterSystems FHIR Server With One Command

= "HS.FHIRServer.Storage.Json.InteractionsStrategy" set metadataPackages = $lb("hl7.fhir.r4.core@4.0.1") Set metadataConfigKey = "HL7v40" FHIR REST API will be available at http://yourserver/fhir/r4. It will also add
Question
Ben Spead · Apr 12, 2023

Code to copy class definition from one Namespace to another

any assumptions about system globals such as the ^odd series. User code should stick to documented APIs such as the Export and Clone options described earlier in the thread
Announcement
Benjamin De Boe · Apr 8, 2021

InterSystems IRIS and IRIS for Health 2020.4 are now Generally Available (GA

Alerting and Monitoring (SAM) and InterSystems API Manager (IAM) Extensions to our SQL syntax for common administrative tasks Simplified deployment for InterSystems Reports
Question
Fabio Goncalves · Mar 21, 2016

Create dynamic %Object with object ID

Hi Community, How can I create a JSON with the object ID by using the %Object:$toJSON API? I have the following piece of code bellow where I create an object reference, create
Article
Chris Stewart · Apr 20, 2017

Let's write an Angular 1.x app with a Caché REST backend - Part 4

excellent documentation at https://material.angularjs.org/ This documentation covers the Material Design philosophy, has excellent API specifications, provides live demos of the UI