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

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

iris-pdf-generator

Generate PDF files from InterSystems IRIS using the Java Gateway

R
Robert Kuszewski
Docker
5.0 (1)04 Nov, 2020 710

apptools-task

An example of a backup task with preliminary deletion of old files.

Sergey Mikhailenko
Docker
IPM
5.0 (1)29 Oct, 2020 179 9

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

qewd-conduit

QEWD Implementation of the RealWorld Conduit REST Back-end

R
Rob Tweed
0.0 (0)29 Oct, 2020 241

Samples-FHIR-Oximeter-Devices

In this exercise, you will modify an existing FHIR® server to monitor incoming FHIR data from an oximeter device, then use a front-end web application to send simulated FHIR Observation resources into InterSystems IRIS for Health™ process that data.

Z
Zachary Krowiak
Docker
0.0 (0)24 Oct, 2020 206

integratedml-demo-template

IntegratedML samples to be used as a template

Thomas Dyar
Docker
ML
ML
5.0 (1)23 Oct, 2020 949

ClassExplorer

UML Class Diagram Builder for InterSystems Data Platforms (2014.1+)

Nikita Savchenko
Docker
IPM
5.0 (3)22 Oct, 2020 882 1.4k

Health Insight Demo Examples

Several COVID-19 dashboard examples using Tableau, and created using HeathShare Health Insight, which provides data modeling, analysis, and visualization tools. They can be opened using the free Tableau Reader application.

J
Jonathan Wald
0.0 (0)21 Oct, 2020 388

restoreUI

UI for restoring databases from online backup

V
Vasiliy Bondar
Docker
IPM
0.0 (0)16 Oct, 2020 217 24

Enhanced Monitor Manager

ISC Open Exchange - Code for Enhanced Monitor Manager

J
Jin Kim
3.0 (2)15 Oct, 2020 174

iOS HealthKit to FHIR through IRIS for Health

iOS app to export HealthKit data to IRIS (or any FHIR respository)

G
Guillaume Rongier
Docker
5.0 (1)15 Oct, 2020 650

iris-battleship

Why not a game in contest?

R
Renato Banzai
Docker
Python
5.0 (1)11 Oct, 2020 158

ALPHA LOGISTICS

Alpha SW is an integrated management solution for SUPPLY CHAIN which embrace industries as Health Care,Oil and Gas and Retail, among others.

J
Jamil de Mattar
0.0 (0)23 Sep, 2020 304

SAM

System Alerting and Monitoring (SAM) is a solution for monitoring clusters of InterSystems IRIS instances.

L
Luca Ravazzolo
4.5 (1)21 Sep, 2020 687

iris-ldap-auth

Example of how to setup IRIS and OpenLDAP for LDAP user authentication

T
Tomohiro Iwamoto
Docker
5.0 (1)16 Sep, 2020 176

objectscriptQuality for VSCode

IDE extension that helps you detect and fix quality issues as you write code. Like a spell checker, this extension squiggles flaws so they can be fixed before committing code. You can get it directly from the VS Code Marketplace and it will then detect new bugs and quality issues as you code (Object

D
Daniel
Docker
Python
4.5 (1)14 Sep, 2020 412

sqltools-intersystems-driver

InterSystems support for SQL in the SQLTools extension to Visual Studio Code

Dmitry Maslennikov
Docker
5.0 (1)08 Sep, 2020 650

covid-ai-demo-deployment

"Covid-19 AI demo in Docker" deployment including dockerised Flask, FastAPI, Tensorflow Serving and HA Proxy etc etc.

Z
Zhong Li
Docker
Python
ML
ML
0.0 (0)07 Sep, 2020 423

objectscriptQuality for Atelier

IDE extension that helps you detect and fix quality issues as you write code. Like a spell checker, this extension squiggles flaws so they can be fixed before committing code. You can install it directly from Atelier and it will then detect new bugs and quality issues as you code (ObjectScript and J

D
Daniel
0.0 (0)27 Aug, 2020 91

objectscriptQuality for Studio

IDE extension that helps you detect and fix quality issues as you write code. Like a spell checker, this extension squiggles flaws so they can be fixed before committing code. You can get it from our site and it will then detect new bugs and quality issues as you code (ObjectScript and JavaScript) i

D
Daniel
0.0 (0)27 Aug, 2020 145

objectscriptQuality

Analyze your ObjecScript source code to find bugs and vulnerabilities, obtain detailed Unit Test Coverage, and improves your software process management using your own KPIs, always focused on code quality

D
Daniel
3.0 (1)27 Aug, 2020 524

fhir-chatbot

A chatbot to query patient information using FHIR.

R
Renato Banzai
Docker
0.0 (0)27 Aug, 2020 386

Kafka Demo with InterSystems IRIS

Demo of InterSystems IRIS with Kafka, Schema Registry, AVRO and Schema Migration. We also show how the data coalesced in InterSystems IRIS can be queried using SQL, REST and MDX (Business Intelligence)

A
Amir Samary
Docker
0.0 (0)27 Aug, 2020 929

iris4health-fhir-analytics

An example on how to take advantage of FHIR data schema created by IRIS for Health in conjunction with IRIS Analytics to provide analytics on FHIR data.

José Pereira
Docker
4.5 (1)26 Aug, 2020 875

CloudFormation IRIS Deployment

Collection of scripts for Automated deployment of InterSystems IRIS instances into the Amazon cloud

A
Anton Umnikov
0.0 (0)24 Aug, 2020 80

QR-FHIR

App to generate FHIR QR Codes and vCards from InterSystems IRIS FHIR Resource

Yuri Marx
Docker
5.0 (1)24 Aug, 2020 333

dynapool

This is an experimental project adding dynamic poolsize allocation functionality into productions.

D
Daniel Kutac
4.0 (1)21 Aug, 2020 159

FHIR Patient Browser

Simple Patient Browser app for FHIR server, using fhir.js library

A
Anton Umnikov
Docker
0.0 (0)17 Aug, 2020 409

apps-rest

Framework for rapid development of secure, sustainable REST APIs

Timothy Leavitt
IPM
3.0 (1)17 Aug, 2020 597 174

irisdemo-base-synthea

Docker container wrapping the Synthea application for minimal setup and easy use. Synthea is a Synthetic Patient Population Simulator. The goal is to output synthetic, realistic (but not real), patient data and associated health records in a variety of formats (FHIR is the default).

P
Phillip Booth
Docker
5.0 (1)05 Aug, 2020 357

JSON Web Token Generator

JSON Web Token Generator for ObjectScript

Lorenzo Scalese
Docker
IPM
5.0 (1)02 Aug, 2020 632 80