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

101 Application(s)
Filter
Show only
Last release on OEX
Categories
Works with
Industry
Integration
Clear filters
Application NameDeveloperMade withRatingLast updated

LabResultsVerification-hl7

HL7 App to update reference range and find critical results

Muhammad Waseem
Docker
IPM
5.0 (1)16 Oct, 2021 783 13

Healthcare HL7 XML

Healthcare HL7 XML (also known as ITB or Ensemble HL7 XML) is an application you can install in InterSystems Healthcare products to handle HL7 v.2.x messages in XML format.

A
Alberto Fuentes
Docker
IPM
5.0 (2)13 Oct, 2021 622 44

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

Med-Sync: HackMIT 2021

Revolutionizing blood glucose tracking

R
Rohan Mehta
Docker
Python
1.5 (1)25 Sep, 2021 90

FHIROktaIntegration

Example FHIR application that uses OAuth 2.0 and Okta.

P
Patrick Jamieson
0.0 (0)16 Sep, 2021 448

Google Cloud Platform PubSub Business Hosts

Interoperability components for GCP PubSub

M
Marc Mundt
0.0 (0)22 Jul, 2021 333

appmsw-telestat

Ineroperability manages a Telegram Admin_bot and Informant_bot in providing content.

Sergey Mikhailenko
Docker
IPM
5.0 (1)21 Jul, 2021 265 43

ensemble-interoperability-formation

Ensemble / Interoperability training course.

T
Théophile Thierry
Docker
4.5 (1)14 Jun, 2021 398

ansible-cache-python-mg

Ansible role to install the necessary Python libraries to allow connection to an Intersystems Cache database via M-Gateway's connection service

Raman Sailopal
Python
1.0 (1)30 Apr, 2021 95

cache-node-client

Ansible playbook to install the necessary nodejs M-Gateway packages to allow access to Intersystems Cache

Raman Sailopal
1.5 (1)30 Apr, 2021 131

cache-node-server

Ansible role that installs the necessary service gateway on an Intersystems Cache instance to allow nodejs client connections.

Raman Sailopal
1.5 (1)29 Apr, 2021 103

Ansible cache-user

Ansible role to add and delete users to Intersystems Cache systems

Raman Sailopal
1.5 (1)26 Apr, 2021 109

Ansible cache-perl

Ansible role to install Intersystem Cache Perl bindings to allow Perl to connect to Cache databases.

Raman Sailopal
0.0 (0)26 Apr, 2021 97

Ansible-cache-python

Ansible role for the installation of Python libraries to allow connection with Intersystems Cache databases.

Raman Sailopal
Python
2.5 (1)23 Apr, 2021 148

Ansible-Cacherestore

Ansible role to restore an Intersystems Cache backup and reconfigure Cache including devices as well. Uses Jinja templates to reconfigure cache.cpf

Raman Sailopal
1.0 (1)21 Apr, 2021 127

Cache-Ansible

Ansible Role for the installation of Intersystems Cache on Linux based systems

Raman Sailopal
1.0 (1)21 Apr, 2021 161

irismysql

Linux command line utility to migrate tables from Mysql/Mariadb to Intersystems IRIS

Raman Sailopal
Python
2.0 (1)09 Apr, 2021 94

cachecmd

Linux command line utility to interface with Intersystems Cache

Raman Sailopal
3.5 (1)09 Apr, 2021 121

iriscmd

Simple utility to interface with Intersystems IRIS environment from shell command line

Raman Sailopal
3.5 (1)08 Apr, 2021 115

iam-zero-to-hero

Self training for IAM (InterSystems API Manager).

G
Guillaume Rongier
3.5 (1)30 Mar, 2021 646

Samples-MQTT-EKG-Devices

In this exercise, you will use the interoperability tools built into InterSystems IRIS for Health™ to construct a basic user portal that monitors live EKG readings from a set of remote patients. See how you can use a minimal amount of code to quickly take real-time data coming from an MQTT broker, t

Z
Zachary Krowiak
Docker
0.0 (0)22 Jan, 2021 211

OCR Service

OCR Interoperability Service. This app get an image or pdf, extract text using OCR from Tesseract, send to the NLP index and returns to the user. The app uses a PEX Business Operation in ObjectScript consuming a Java class thats uses Tesseract. This app has NLP to the OCR extracted text too. Enjoy O

YURI MARX PEREIRA GOMES
Docker
5.0 (2)19 Nov, 2020 682

iris-sms

2) Verify Mobile number by SMS code

V
Vasiliy Bondar
Docker
IPM
5.0 (1)17 Nov, 2020 243 24

Message Bank

Message Bank for IRIS Interoperability that can automatically resend messages

O
Oliver Wilms
IPM
5.0 (2)15 Nov, 2020 300 27

iris-pdf-generator

Generate PDF files from InterSystems IRIS using the Java Gateway

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

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 167

dynapool

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

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

Swagger-IRIS-FHIR

Swagger-UI frontend fot InterSystems IRIS FHIR server

A
Anton Umnikov
0.0 (0)01 Aug, 2020 483

OData Server for IRIS

OData Server for InterSystems IRIS SQL Repositories

YURI MARX PEREIRA GOMES
Docker
4.5 (1)02 Jun, 2020 472

JuliaGateway

Interface to Julia programming language for InterSystems IRIS

E
Eduard Lebedyuk
Docker
AI
ML
ML
0.0 (0)09 Apr, 2020 614

CloudWatch-IRIS

Configuring AWS CloudWatch with InterSystems IRIS

A
Anton Umnikov
Python
0.0 (0)02 Apr, 2020 317