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

481 Application(s)
Filter
Show only
Last release on OEX
Categories
Works with
Industry
InterSystems IRIS for Health
Application NameDeveloperMade withRatingLast updatedViewsInstalls

workshop-smart-data-fabric

Learn the main ideas involved in developing a Smart Data Fabric using InterSystems IRIS

A
Alberto Fuentes
Docker
Python
5.0 (1)26 Apr, 2023 295

IntegratedML-IRIS-Cloud-Height-prediction

Height and weight prediction based on InterSystems IntegratedML

Shanshan Yu
2.0 (1)19 Apr, 2023 394

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

workshop-sql-jgw

Workshop about an IRIS production with a JDBC connection to a MySQL database throught JGW

Luis Angel Pérez Ramos
Docker
4.5 (1)17 Apr, 2023 212

workshop-dicom-orthanc

Full example of a DICOM communication IRIS - PACS

Luis Angel Pérez Ramos
Docker
5.0 (1)10 Apr, 2023 366

Google IRIS Login

Add Sign-in with Google into Management Portal

Yuri Marx
Docker
IPM
5.0 (1)28 Mar, 2023 455 7

zbash

zbash - A bash wrapper for InterSystems Terminal.

N
Nicholai Mitchko
Docker
IPM
4.0 (2)27 Feb, 2023 385 47

iris-pubsub

Simple local Publisher-Subscriber utility for InterSystems IRIS

A
Alberto Fuentes
Docker
IPM
5.0 (1)23 Feb, 2023 305 4

Interopway XDBC

Simple way to implement XDBC Interoperability.

Cristiano Silva
IPM
4.0 (1)26 Apr, 2023 420

Custom ZenProxy

%ZEN.proxyObject send numeric as String

D
Daniel Aguilar
Docker
IPM
3.8 (2)21 Mar, 2023 277

zpmhub

ZpmHub.com: Managed hosting for ZPM packages by Banksia Global

S
Sergei Shutov
Docker
IPM
3.0 (1)13 Feb, 2023 574 64

gateway-sql

Installing jdbс drivers for oracle, mssql and mysql

Sergey Mikhailenko
Docker
IPM
5.0 (1)11 Feb, 2023 438 16

iris-geo-map

App to provide Interactive visualization of Geographic data

Muhammad Waseem
Docker
Python
IPM
5.0 (1)09 Feb, 2023 658 32

cos-url-shortener

URL Shortener project with campaign tag and clicked control.

D
Daniel Aguilar
Docker
IPM
5.0 (1)09 Feb, 2023 288 2

iris-connections

Conduct impact and dependency analysis of your source code

Yuri Marx
Docker
IPM
5.0 (1)07 Feb, 2023 365 16

iris-deploy-tools

Easy way to deploy your production in IRIS or Ensemble.

Kurro Lopez
Docker
IPM
5.0 (1)06 Feb, 2023 445 77

Intersystems IRIS platform queue trend monitoring component

Intersystems IRIS platform queue trend monitoring component

Y
Yubo Mao
IPM
3.5 (2)03 Feb, 2023 426 21

iris_log_analytics

Monitoring Event Log Solution Based on Intersystems IRIS

银行 郝
0.0 (0)03 Feb, 2023 244

iris-fhirsqlbuilder

Showcase of the FHIR SQL Builder from IRIS

G
Guillaume Rongier
Docker
Python
5.0 (1)02 Feb, 2023 334

Explore Class Member Inheritance in VS Code

Browse everything a class implements or inherits

John Murray
5.0 (1)30 Jan, 2023 312

FHIR Interoperability examples

Example of using InterSystems IRIS or HealthShare Health Connect interoperability features for FHIR. Scenarios where forwarding requests and handling responses are required.

A
Alberto Fuentes
Docker
IPM
5.0 (1)17 Jan, 2023 725

iknow-utils

Bundles a few reusable IRIS NLP utilities for common scenarios

B
Benjamin De Boe
IPM
AI
4.8 (2)17 Jan, 2023 189 1

IoT Sample

Sample how to use MQTT with InterSystems IRIS MQTT Interoperability adapter

Yuri Marx
Docker
IPM
5.0 (1)10 Jan, 2023 333 6

zpm-explorer

A graphic interface to explorer the applications inside InterSystems Package Manager

Docker
IPM
4.1 (7)28 Dec, 2022 873 104

JSON2Persistent

Little tool to create persistent or message classes for InterSystems IRIS and InterSystems IRIS For Health from JSON input. The created classes will extend %JSON.Adaptor

M
Michael Braam
Docker
5.0 (3)19 Dec, 2022 1.1k

FHIR Questionnaires

FHIR Questions and Responses

Yuri Marx
Docker
IPM
5.0 (1)03 Dec, 2022 420 2

iris-key-uploader

Angular UI to upload licence key in IRIS

G
Guillaume Rongier
Docker
IPM
4.5 (1)29 Nov, 2022 359 223

csvgen-ui

An angular frontend for Csvgen app.

G
Guillaume Rongier
Docker
IPM
5.0 (4)29 Nov, 2022 884 202

iris-fhir-app

My first IRIS FHIR app

O
Oliver Wilms
Docker
IPM
4.5 (2)29 Nov, 2022 406 8

Contest-FHIR

Easy CSV to FHIR to SQL to JUPYTER in full PYTHON

L
Lucas Enard
Docker
Python
4.5 (1)29 Nov, 2022 881

Beat Savior

App for first responders to emergency cardiac arrest

J
Jan Skála
Docker
0.0 (0)27 Nov, 2022 242