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

143 Application(s)
Filter
Show only
Last release on OEX
Categories
Works with
Industry
Solutions
Clear filters
Application NameDeveloperMade withRatingLast updatedViewsInstalls

FHIRInsight

FHIRInsight: Transform complex health data into clear, actionable insights. A tool to convert FHIR blood test data into a comprehensive, easy-to-understand analysis report.

Henrique Dias
Docker
Python
IPM
AI
5.0 (1)31 May, 2025 152 7

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

InterSystems Ideas Waiting to be Implemented

Programmatic reports

The report creation is a tedious and non-productive task. You need an IDE, create a connection, create a SQL query, define report bands, drag-and-drop/design report columns, fields, labels, summarizations, margins, charts and prepare perfect pixel reports for print. To create a tradicional report the effort takes 4 to 12 hours. The idea is to define reports using object script instructions. With some minutes and with writing a few object script lines you can get a report equivalent to a tradicional report, with the benefit to create dynamic content for the reports (productivity). The idea includes yet the feature to allows to the developer set print restrictions for the PDF report generated (reduce carbon emission, not allowing print, only read). Benefits of this idea: 1 - Productivity - develop a report in minutes not in hours 2 - Reduce carbon emission - is possible restrict the PDF print 3 - Create dynamic reports using ObjectScript 4 - No need to install a report server, saving processor and memory resources (decreasing emissions) To create a report using source code, see this sample with Java, but could be in ObjectScript too: TextColumnBuilder<String> itemColumn = col.column("Item", "item", type.stringType()); TextColumnBuilder<Date> orderDateColumn = col.column("Order date", "orderdate", type.dateType()); TextColumnBuilder<Integer> quantityColumn = col.column("Quantity", "quantity", type.integerType()).setFixedWidth(50); TextColumnBuilder<BigDecimal> unitPriceColumn = col.column("Unit price", "unitprice", type.bigDecimalType()); ColumnTitleGroupBuilder titleGroup2 = grid.titleGroup("Group 2", quantityColumn, unitPriceColumn); ColumnTitleGroupBuilder titleGroup1 = grid.titleGroup("Group 1", orderDateColumn, titleGroup2).setTitleFixedWidth(450); report() .setTemplate(Templates.reportTemplate) .columnGrid(itemColumn, titleGroup1) .columns(itemColumn, orderDateColumn, quantityColumn, unitPriceColumn) .title(Templates.createTitleComponent("ColumnTitleGroup")) .pageFooter(Templates.footerComponent) .setDataSource(createDataSource()) .setSecurityRule(PrintRule.READ_ONLY) //if you want restrict print .printPDF();

Y
by Yuri Marx

5

Votes

3

Comments
Vote

CCD Data Profiler

Profiles and analyzes CCD documents with customizable reports.

L
Landon Minor
IPM
0.0 (0)30 May, 2025 126 1

IRIS Data Loading Client

Front-end client to the LOAD DATA SQL command

R
Raj Singh
Docker
IPM
3.0 (1)28 May, 2025 288 6

iris-fhir-lab

A web app to display FHIR resources details dynamically

Muhammad Waseem
Docker
Python
IPM
0.0 (0)19 May, 2025 666 40

ThirdPartyChartPortlets

Use third-party charting libraries inside of Dashboards

P
Peter Steiwer
Docker
IPM
4.5 (1)13 May, 2025 607 5

Facilis

[ˈfäkɪlʲɪs̠] Facilis – Effortless API Interoperability with AI

Henrique Dias
Docker
Python
AI
5.0 (1)21 Apr, 2025 147

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

OpenAPI-Suite

Set of tools for ObjectScript code generation from Swagger 3.0

Lorenzo Scalese
Docker
IPM
5.0 (4)09 Apr, 2025 1.5k 302

intersystems-objectscript-class-diagram-view

Powerful class diagram view for objectscript

sdfsdf sadfsdaf
0.0 (0)08 Apr, 2025 176

oncorag

IRIS-integrated RAG pipeline for oncology data curation

P
Patrick Salome
Docker
Python
AI
0.0 (0)30 Mar, 2025 87

Vitals Lab

Enhancing Caregiver Support through accessible AI tools.

G
Gabriel Yang
Python
AI
ML
ML
0.0 (0)30 Mar, 2025 87

TaskList

Easy and convienient Project Manager for small groups we use.

I
Irina Yaroshevskaya
AI
0.0 (0)14 Mar, 2025 35

ollama-ai-iris

Using Ollama LLM (as an alternative to OpenAI) with IRIS

R
Rodolfo Pscheidt
Python
AI
0.0 (0)12 Mar, 2025 249

iris-watched-status

Status that automatically detects and handles errors.

D
David Hockenbroch
IPM
0.0 (0)05 Mar, 2025 46 7

X-rAI-iris-health

InterSystems IRIS for Health Data Analytics with Explainable AI

R
Rahul Singhal
Python
AI
ML
ML
0.0 (0)05 Mar, 2025 55

sql-stats-api

IRIS Sql dashboard using Grafana

Lorenzo Scalese
Docker
IPM
4.0 (1)19 Feb, 2025 120

d[IA]gnosis

Web application to find out diagnoses and suggest ICD-10 codes

Luis Angel Pérez Ramos
Docker
Python
AI
0.0 (0)23 Dec, 2024 283

iris-HL7v2Gen

Dynamically Generate HL7 Test Messages

Muhammad Waseem
Docker
Python
IPM
5.0 (1)23 Dec, 2024 251 12

vault-link

Vault-Link is a security solution designed to safeguard sensitive information on InterSystems IRIS environments.

Henrique Dias
Docker
Python
IPM
5.0 (1)19 Dec, 2024 224

tz - ObjectScript Time Zone Conversion Library

ObjectScript Time Zone Conversion Library

E
Eric Fortenberry
Docker
IPM
5.0 (1)19 Dec, 2024 192 6

iris-unit-test-dashboard

A user-friendly dashboard to run & view unit tests

Chi Nguyen-Rettig
Docker
IPM
5.0 (1)19 Dec, 2024 198 7

IRIS WHIZ - HL7v2 Browser Extension

Browser extension created to extend the HL7v2 capabilities of Intersystems Iris/Ensemble.

Rob Ellis
4.7 (3)15 Dec, 2024 1.0k

SharePoint Online SPO REST API

Sharepoint API template

M
Mark OReilly
0.0 (0)13 Dec, 2024 127

EduVerse

Accessible Learning Assistant

R
Rolano Rebelo
Python
AI
0.0 (0)11 Nov, 2024 44

sql-embeddings

SQL-Embedding simplifies creating and using embeddings in query

Henrique Dias
Docker
IPM
4.8 (2)29 Sep, 2024 462

apptools-admin

This solution can be installed in earlier versions of Caché and Ensemble (tested 2016.1+). This can be done by importing xml.

Sergey Mikhailenko
Docker
IPM
5.0 (1)24 Sep, 2024 1.1k 275

thalamus-og

Thalamus revolutionizes LLM routing

A
Audrey Chen
Python
AI
ML
ML
0.0 (0)19 Sep, 2024 71

sqlzilla

SQLzilla is designed to simplify SQL query generation

Henrique Dias
Docker
Python
AI
5.0 (2)16 Aug, 2024 485

sheltershare

Proof of Concept application for Volunteers and Victims of natural disasters utilizing IRIS by Intersystems

Z
Zeljko Sucic
Docker
Python
5.0 (1)27 Jul, 2024 249