Welcome to Open Exchange

At InterSystems, we deeply appreciate the rapid innovation enabled by open-source development. Our team acknowledges the significant impact of the community's dedication, which has been a driving force behind the evolution of software and data technology.

Top contributors

Featured applications

1042 Application(s)
Filter
Show only
Last release on OEX
Categories
Works with
Industry
Application NameDeveloperMade withRatingLast updatedViewsInstalls

workshop-firebase

Firebase adaptor

Luis Angel Pérez Ramos
Docker
IPM
0.0 (0)31 Jan, 2024 125

CubeEventMonitor

Tool for monitoring BI cube events and build errors

S
Samuel Duncan
Docker
IPM
4.0 (1)29 Jan, 2024 421 45

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

ai-query

Our AI-driven eligibility query tool streamlines patient identification by leveraging FHIR data, making it easier to find patients with care gaps and suitable cohorts for clinical trials. It integrates with IRIS, handling requests across diverse data sources, asking clarifying questions, and executi

Olga Verevkina
Docker
AI
5.0 (2)27 Jan, 2024 358

ZPretty

Wrap JSON to multi lines / Test ISJSON

Robert Cemper
Docker
IPM
4.8 (2)26 Jan, 2024 383 88

Patient-PSI-Data

It is called the Patient PSI Data Platform

Y
Yangkun Fan
Docker
5.0 (1)26 Jan, 2024 181

HL7-FHIR-Cohort-Population

HL7 to FHIR Cohort Population

M
Momeena Ali
5.0 (1)25 Jan, 2024 209

System-Alerts

System Alerts

M
Momeena Ali
5.0 (1)25 Jan, 2024 119

intersystems-iris-dev-template

A basic template to develop with InterSystems IRIS

Evgeny Shvarov
Docker
Python
5.0 (3)25 Jan, 2024 1.6k

objectscript-docker-template

Template project for InterSystems ObjectScript with InterSystems IRIS community Edition docker container

Evgeny Shvarov
Docker
5.0 (1)25 Jan, 2024 1.2k

iris-healthtoolkit-service

Convert HL7 to FHIR, CDA to FHIR, FHIR to HL7 as a Service

G
Guillaume Rongier
Docker
IPM
5.0 (3)23 Jan, 2024 1.1k 9

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 171 22

swagger-validator-cli

Client ObjectScript for swagger validator services

Lorenzo Scalese
Docker
IPM
0.0 (0)15 Jan, 2024 293 302

swagger-converter-cli

Client library for swagger version converter.

Lorenzo Scalese
Docker
IPM
0.0 (0)15 Jan, 2024 351 304

Sync-Data-with-DSTIME

Synchronizing your data to some external DB

Robert Cemper
Docker
IPM
5.0 (1)11 Jan, 2024 315 22

workshop-py-performance

Performance test among databases using Ptyhon

Luis Angel Pérez Ramos
Docker
5.0 (2)29 Dec, 2023 157

IRIS-FileServer

Seed for sharing files via uid with InterSystems Cache

E
Eduard Lebedyuk
Docker
IPM
5.0 (1)18 Dec, 2023 522 18

POST HL7 Message to REST API Endpoint

POST an HL7 message converted to JSON to a REST API Endpoint

A
Ariel Glikman
0.0 (0)15 Dec, 2023 313

iris-rag-demo

IRIS with RAG (Retrieval Augmented Generation) example

G
Guillaume Rongier
Docker
Python
AI
0.0 (0)15 Dec, 2023 594

custom-login

Sample application for InterSystems IRIS custom login samples

Yuri Marx
Docker
IPM
5.0 (2)15 Dec, 2023 194 2

samples-dynamicgateway-java

InterSystems IRIS Dynamic Gateway Samples refactored from %Net.Remote.Java.Test samples

D
Daniel Pasco
0.0 (0)13 Dec, 2023 95

OUReports

Online User Reports - automatically analyzes data - generates automated reports - provides interface for ad hoc reports - conducts statistical research. Connect to your database and see reports made for you by Online User Reports at OUReports.com

I
Irina Yaroshevskaya
5.0 (1)11 Dec, 2023 280

fhirserver-profile-based-validation

A sample of calls (Postman Collection) to demonstrate FHIR Profile-based Validation Requests

N
Netanel Frankel
5.0 (1)11 Dec, 2023 161

Internal-SQL-Service

query an internal SQL table and send a snapshot downstream

M
Mark OReilly
0.0 (0)08 Dec, 2023 154

opentelemetry-trace-soap

Send OpenTelemetry from IRIS SOAP Web services

S
Stephen Pisani
Docker
5.0 (1)08 Dec, 2023 459

samples-dynamicgateway-dotnet

InterSystems IRIS Dynamic Gateway Samples refactored from %Net.Remote.NET.Test samples

S
Summer Myerson
0.0 (0)08 Dec, 2023 116

AoC2023_test

2 test data sets for AoC2023 quality check

Robert Cemper
Docker
0.0 (0)08 Dec, 2023 135

quiz-app

GmOwl: Timed quizzes, diverse content. Admin control.

A
Andrii Mishchenko
Docker
IPM
4.0 (1)04 Dec, 2023 272 3

StarChat

Java-based chat project

A
Anna Diak
Docker
IPM
0.0 (0)04 Dec, 2023 283

iris-parquet

Read and write files and datasets between InterSystems IRIS and Parquet

Yuri Marx
Docker
IPM
4.5 (1)02 Dec, 2023 610 9

iris-pretty-gpt

This is the easiest assistant for accessing chatgpt

Alexey Nechaev
Docker
Python
IPM
3.5 (1)02 Dec, 2023 222 2