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

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

iris-errors-analysis-graph

Analyze errors on the IRIS portal generate statistical graphs.

L
Lucas Fernandes
Docker
Python
IPM
AI
1.8 (2)28 Jul, 2024 234

iris-django-template

Iris python first experience django template

G
Guillaume Rongier
Docker
Python
3.5 (1)25 Jun, 2024 218

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-flask-template

Iris python first experience flask template

G
Guillaume Rongier
Docker
Python
3.5 (1)25 Jun, 2024 254

iris-fastapi-template

Iris python first experience with fastapi

G
Guillaume Rongier
Docker
Python
3.5 (1)25 Jun, 2024 212

AdvancedIRISBISamples

Advanced samples for InterSystems IRIS BI

P
Peter Steiwer
0.0 (0)10 Jun, 2024 86

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 254

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 287

irislab

IRIS Lab - Management Portal in the form of VSCode

Dmitry Maslennikov
Docker
Python
IPM
5.0 (1)27 Aug, 2024 235 12

iterm

Terminal in web with all features of original iris session tool

Dmitry Maslennikov
Python
IPM
5.0 (1)22 Sep, 2024 356 81

iris-dev-codeinspector

Validates packages and classes, returning a report with issues.

Rodolfo Moreira
Docker
IPM
4.0 (1)25 Sep, 2024 268

VectorSearchOnPatientSimilarity

A Patient similarity comparison demo running on IRIS for Health

L
Lin Zhu
Docker
4.5 (1)23 Sep, 2024 109

DNA sequence Gene finder

Find certain genes in DNA sequences

F
Filip Kašpar
Python
AI
ML
ML
0.0 (0)10 Nov, 2024 59

recomendacao-filmes-intersystems

Example of using Vector Search for movie recommendations

D
Davi Massaru Teixeira Muta
Docker
Python
5.0 (1)16 Nov, 2024 69

iris-graphql-demo

Example of using GraphQL with InterSystems IRIS with Graphene, S

A
Alberto Fuentes
Docker
Python
5.0 (1)27 Nov, 2024 140

AoC2024_test

2 test data sets for AOC2024

Robert Cemper
0.0 (0)04 Dec, 2024 62

IRIS MQTT for Health

First-ever IRIS-integrated MQTT Broker - no middleware needed!

A
Armin Forstner
0.0 (0)04 Oct, 2024 123

IRIS-MQTT for Manufacturing

First-ever IRIS-integrated MQTT Broker - no middleware needed!

A
Armin Forstner
0.0 (0)08 Oct, 2024 66

IRIS REST API Explorer for VS Code

A VS Code extension for browsing IRIS server REST API endpoints

John Murray
0.0 (0)18 Nov, 2024 107

iris-presto-sample

Sample for iris-presto package (using IRIS and PrestoDB )

Yuri Marx
Docker
Python
5.0 (1)17 Nov, 2024 77

FHIRValidation

Test cases validating FHIR payload against custom FHIR IG on InterSystems IRIS FHIR Server

L
Lin Zhu
Docker
0.0 (0)10 Oct, 2024 148

EduVerse

Accessible Learning Assistant

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

irisGoogleChat

Send messages powered by AI to Google Chat

D
Daniel Aguilar
Docker
AI
3.5 (1)12 Nov, 2024 71

pxw-debug

Log debug output

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

workshop-llm

Python application to demo RAG application using IRIS vector DB

Luis Angel Pérez Ramos
Docker
Python
AI
4.0 (1)08 Oct, 2024 235

iris-fhir-io-demo

Create FHIR Binary response with interoperability

L
Laura Blázquez García
0.0 (0)23 Feb, 2025 68

objectscript-copilot-demo

An ObjectScript App completely (almost) written with AI Copilot

Evgeny Shvarov
Docker
AI
5.0 (1)25 Feb, 2025 87

rabbit-iris-sample

Sample of using RabbitMQ and InterSystems IRIS

Yuri Marx
Docker
IPM
5.0 (1)27 Feb, 2025 80

demo-dbs-iris

This project provides a Docker container running an InterSystems IRIS database. The database includes multiple namespaces, each featuring demo datasets designed for exploring various scenarios, including data analysis, application prototyping, and testing.

A
Andreas Schneider
5.0 (1)21 Apr, 2025 148

iris-iop-dtl-demo

Iop demo with dtl

G
Guillaume Rongier
Docker
Python
0.0 (0)10 Jan, 2025 81

iris-HL7v2Gen

Dynamically Generate HL7 Test Messages

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