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

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

Generative AI Pattern Match WorkBench

Multilingual Generative AI assistant for Pattern Match Operator

A
Alex Woodhead
AI
ML
ML
0.0 (0)28 May, 2025 0

Smart Clinical Copilot - Configuration Management System

AI-powered Clinical Decision Support System (CDSS)

K
Kunal Pandey
AI
ML
ML
5.0 (1)28 May, 2025 3.9k

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

iris-fhir-bridge

IRIS-FHIR Bridget is a robust interoperability engine designed to seamlessly convert healthcare data across multiple standards

Muhammad Waseem
IPM
5.0 (1)27 May, 2025 41

health-gforms

Collect FHIR data using Google Forms data

Yuri Marx
IPM
0.0 (1)27 May, 2025 28

iris-ccd-devtools

A UI for testing CCDA transforms, XPath evaluation, and XSL templates in IRIS

Chi Nguyen-Rettig
Docker
5.0 (3)26 May, 2025 324

iris-medbot-guide

Automatically generate patient education content and personalize

s
shan yue
Docker
Python
IPM
0.0 (1)25 May, 2025 24

CCD Data Profiler

Profiles and analyzes CCD documents with customizable reports.

L
Landon Minor
IPM
0.0 (0)24 May, 2025 36

ollama-ai-iris

Analyze PDF by extracting text and sending chat to ollama

O
Oliver Wilms
Docker
Python
AI
5.0 (1)24 May, 2025 39

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)24 May, 2025 43 1

Langchain4jFhir

AI-powered Quarkus backend that analyzes base on a FHIR

Erick Hideki Murakami
Docker
AI
0.0 (1)24 May, 2025 36

fhir-craft

Build your own FHIR resources with synthetic data

L
Laura Blázquez García
Docker
0.0 (1)23 May, 2025 66

FhirReportGeneration

Combining FHIR medical information to obtain AI medical reports

X
XINING MA
Docker
Python
0.0 (1)23 May, 2025 29

hc-export-editor

An InterSystems IRIS/Health Connect Production Export Editor

E
Eric Fortenberry
Docker
Python
IPM
5.0 (1)23 May, 2025 95 3

iris-fhir-lab

A web app to display FHIR resources details dynamically

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

FHIR Bundle to CCDA

Tool to convert FHIR bundle to CCDA

S
Shivam Rai
0.0 (0)19 May, 2025 152

lovable-backend

Minimalistic spec first API as a backend for Lovable AI UI

Evgeny Shvarov
Docker
IPM
5.0 (1)18 May, 2025 93

pxw-debug

Log debug output

P
Paul Waterman
Docker
IPM
5.0 (1)17 May, 2025 92 6

PivotToJupyter

View extracted data from IRIS BI cubes in Jupyter Notebook

P
Peter Steiwer
Docker
Python
IPM
5.0 (1)14 May, 2025 22 2

PivotSubscriptions

Subscribe to Pivot Tables in InterSystems IRIS Business Intelligence to receive scheduled emails

P
Peter Steiwer
Docker
IPM
0.0 (0)14 May, 2025 542 18

ThirdPartyChartPortlets

Use third-party charting libraries inside of Dashboards

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

iris-web-swagger-ui

Interactive Swagger docs for your REST API

S
Semion Makarov
Docker
IPM
4.7 (3)11 May, 2025 1.7k 4.3k

AnalyzeThis

Easily transform a CSV file/Table/SQL query into a personalized preview of InterSystems IRIS BI

P
Peter Steiwer
Docker
IPM
5.0 (3)09 May, 2025 1.2k 777

SQL DATA LENS

Fast database sql tool with special features for IRIS & Caché

A
Andreas Schneider
5.0 (1)05 May, 2025 1.2k

jupyter-for-money

My first Jupyter notebook

O
Oliver Wilms
Docker
Python
5.0 (1)04 May, 2025 55

excel-java-iris

Java code to read Excel

O
Oliver Wilms
Docker
Python
IPM
5.0 (2)04 May, 2025 273 15

wp-iris-project

Build scalable WordPress integrations with InterSystems IRIS. Includes a REST framework, code generator, and demo plugins.

Shawntelle Madison-Coker
Docker
5.0 (1)02 May, 2025 64

Iris-nator

IRISNator is a game that tries to guess a character you've thought of.

Kurro Lopez
Docker
5.0 (1)01 May, 2025 68

High-Performance Prefix Lookup Extension for InterSystems IRIS

High-Performance Prefix Lookup Extension for InterSystems IRIS

K
Kunal Pandey
Docker
0.0 (0)30 Apr, 2025 57

iris-globals-contest

app to use globals to count financial transactions

O
Oliver Wilms
Docker
Python
IPM
5.0 (1)26 Apr, 2025 372 42

Github Action IRIS Deployer

Example of Python Github Action to automate deploy code in IRIS

Cristiano Silva
Docker
Python
0.0 (0)25 Apr, 2025 107