77 Application(s) results for #interoperability
Filter
Show only
Last release on OEX
Categories
Works with
Industry
Application NameDeveloperMade withRatingLast updatedViewsInstalls

customer-support-agent-demo

AI-powered customer support agent built with Python smolagents and InterSystems IRIS — SQL, RAG, and live interoperability

A
Alberto Fuentes
Docker
Python
AI
0.0 (0)29 Aug, 2025 34

Interoperability REST API Template

Yet another API template for the InterSystems IRIS Data platform

A
Andrew Sklyarov
5.0 (1)06 Jul, 2025 231

InterSystems Ideas Waiting to be Implemented

AI extensibility Prompt keyword for Class and Method implementation. Also Prompt macro generator.

To accelerate capability of growing code generation. This proposal suggests new extensibility facilities and hooks that can be democratized to community and / or fulfilled by commercial partners. To add Training metadata to Refine a Large Language Model for code, a "Prompt Input" is associated with an expected "Code Output", as part of a class definition. This provide structured keywords to describe: * The expected output * And / Or Chain-of-thought to generate the correct output | /// The following Prompt describes the full implementation of the class Class alwo.Calculator [Abstract, Prompt = "Provides methods to Add, Subtract, Multiply and divide given numbers." ] { /// The following Prompt describes the full implementation of the method ClassMethod Add(arg1 As %Float, arg2 As %Float) As %Float [ Prompt ="Add numeric arguments and return result." ] { return arg1 + arg2 } ClassMethod Subtract(arg1 as %Float, arg2 As %Float) { &Prompt("Subtract numeric arguments and return result") ) } | The Prompt macro generates code based on the context of the method it is within. Once resolved, it automatically comments out the processed macro. | ClassMethod Subtract(arg1 as %Float, arg2 As %Float) { //&Prompt("Subtract arguments and return the result") return arg1 - arg2 //&Prompt("Model alwogen-objectscript-7.1.3") ) | The generator leveraged at compilation time could be configured in a similar way to how source control is configured for a namespace. Configuration could lock / exclude packages from being processed in this way. A "\prompt" compilation flag could be used to control the default environment behavior and editor compilation behavior. For example to force reprocessing of previously resolved prompts due to a newer more capable version of code Large Language Model, then a "\prompt=2" could be applied. Different models or third-party services could be applied depending the language of the given method. When redacting source code by "deployment", the existing "deploy" facility could be extended to also ensure removal of "Prompt" metadata from code.

A
by Alex Woodhead

3

Votes

1

Comments
Vote

Smart Clinical Copilot - Configuration Management System

AI-powered Clinical Decision Support System (CDSS)

K
Kunal Pandey
Docker
Python
AI
ML
ML
5.0 (1)30 May, 2025 5.5k

ollama-ai-iris

Analyze PDF by extracting text and sending chat to ollama

O
Oliver Wilms
Docker
Python
AI
5.0 (1)24 May, 2025 87

fhir-craft

Build your own FHIR resources with synthetic data

L
Laura Blázquez García
Docker
5.0 (1)23 May, 2025 167

iris-fhir-lab

A web app to display FHIR resources details dynamically

Muhammad Waseem
Docker
Python
IPM
0.0 (0)19 May, 2025 712 49

Kano MDM

Kano MDM - is an efficient Master Data Management software product with a complete set of features for successful implementation of complex MDM projects.

Ludmila Valerko
0.0 (0)14 Apr, 2025 1.1k

iris-fhir-io-demo

Create FHIR Binary response with interoperability

L
Laura Blázquez García
0.0 (0)23 Feb, 2025 82

iris-datapipe

DataPipe an interoperability framework to ingest data in InterSystems IRIS in a flexible way

A
Alberto Fuentes
Docker
Python
IPM
5.0 (1)15 Jan, 2025 631 77

mongoCDC

A sample of using embedded python with interoperability

N
Netanel Frankel
Docker
5.0 (1)22 Dec, 2024 95

iris-http-calls

Interoperability Adapter and Service for making HTTP calls

O
Oliver Wilms
Docker
IPM
5.0 (1)22 Dec, 2024 230

DICOM Image Demo

How to create a DICOM message and how to add a JPG image to it

K
Keren Skubach
0.0 (0)12 Dec, 2024 118

LLM QuickStart

Example codebase to match Dev Community Article

C
Chris Stewart
Docker
Python
AI
0.0 (0)10 Dec, 2024 90

iris-energy-isodata

Access energy data of Major ISOs in the United States

Muhammad Waseem
Docker
Python
IPM
5.0 (1)04 Dec, 2024 418 21

hl7v2-to-kafka

A simple IRIS interoperability application - transform HL7 and send it to Kafka

S
Sylvain Guilbaud
Docker
IPM
5.0 (1)01 May, 2024 288

iris-xml-sample

IRIS sample for interoperate XML files

Yuri Marx
Docker
5.0 (1)27 Mar, 2024 160

interoperability-integratedml-adapter

An IRIS Interoperability adapter to use ML models managed by IRIS IntegratedML

José Pereira
Docker
IPM
ML
ML
5.0 (1)25 Mar, 2024 362 39

Production Manager

REST API to manage IRIS Interoperability Productions.

N
Nikolay Solovyev
Docker
IPM
5.0 (1)25 Mar, 2024 361 125

googlesheets-adapter

Inbound and Outbound adapters for Google Sheets

N
Nikolay Solovyev
Docker
0.0 (0)17 Mar, 2024 121

iris-climatiq-adapter

An IRIS Interoperability adapter for using the Climatiq API

José Pereira
Docker
IPM
3.7 (3)13 Feb, 2024 230 21

MTConnect-ObjectScript

An ObjectScript Implementation for the MTConnect Standard.

P
Philipp Bonin
Docker
IPM
4.3 (3)12 Feb, 2024 278 5

iris-fhirfy

Using IRIS and LLMs to help developers to convert raw data into FHIR

José Pereira
Docker
Python
IPM
AI
5.0 (1)03 Feb, 2024 807 2

WidgetsDirector

A sample IRIS Backend app to implement a REST API for a helpdesk

C
Chris Stewart
Docker
IPM
3.8 (3)23 Jan, 2024 190 22

node-red-contrib-iris

An Interface for Node-Red to InterSystems IRIS Data Platform.

P
Philipp Bonin
0.0 (0)30 Nov, 2023 267

fhir-pex

Java Application sending FHIR messages to Kafka topics.

F
Flavio Neubauer
Docker
AI
4.0 (1)26 Nov, 2023 366

mercure-outboundadapter

This adapter allows you to send SSE events from IRIS using Mercu

N
Nikolay Solovyev
Docker
IPM
0.0 (0)12 Nov, 2023 124

Open API Client Gen

IRIS Interoperability Production generator from Swagger 2.0 specification.

Lorenzo Scalese
Docker
IPM
5.0 (2)28 Sep, 2023 1.5k 355

FHIR-XMLToJSON

Convert FHIR XML to JSON resource message structure

Ashok Kumar T
Docker
IPM
3.5 (1)22 Sep, 2023 375 6

IRIS FHIR Transcribe Summarize Export

OpenAI Transcribe & Summarize. Google Docs & Sheets Integration

Ikram Shah
Docker
Python
IPM
AI
0.0 (0)06 Jul, 2023 571

interoperability_GPT

demonstrates how to use the GPT chat with Intersystems IRIS

D
Davi Massaru Teixeira Muta
Docker
Python
AI
0.0 (0)02 Jul, 2023 377