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

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

iris-fhir-client

InterSystems FHIR Client Connect to any Open FHIR Server

Muhammad Waseem
Docker
Python
IPM
5.0 (2)05 Nov, 2024 991 36

IRIS apiPub

automatically publish RESTful API's built with Intersystems IRIS technology, in the simplest and fastest way possible, using the Open API Specification (OAS 3.0) standard

Claudio Devecchi
Docker
IPM
4.8 (4)29 Oct, 2024 1.5k 482

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

4

Votes

3

Comments
Vote

iris-datapipe

DataPipe an interoperability framework to ingest data in InterSystems IRIS in a flexible way

A
Alberto Fuentes
Docker
Python
IPM
5.0 (1)15 Oct, 2024 439 62

ks-iris-lib

IRIS / IRIS Health utilities library

Robert Barbiaux
Docker
IPM
5.0 (1)04 Oct, 2024 142 3

IOP REST Client Framework

Framework for creating REST API clients in python with IOP

A
Antoine Dhollande
Docker
Python
IPM
4.5 (1)22 Sep, 2024 91

HackUPC24_Klìnic

Symptoms Clinical Trial Search Tool using Knowledge Graphs

T
Tanguy Vansnick
AI
ML
ML
0.0 (0)15 May, 2024 182

WALL-M

A Platform for Retrieval Augmented Generation (RAG) for Question-Answering of E-Mails

S
Somesh Mehra
Python
AI
ML
ML
0.0 (0)12 May, 2024 243

iris-openai

Library for use Open AI

Kurro Lopez
Docker
IPM
AI
5.0 (5)18 Apr, 2024 805 38

llama-iris

Support for IRIS for Llama-index

Dmitry Maslennikov
Docker
Python
0.0 (0)16 Apr, 2024 176

langchain-iris

Support for IRIS for Langchain

Dmitry Maslennikov
Docker
Python
0.0 (0)16 Apr, 2024 135

EnsembleWorkflowUI

Angular UI for InterSystems Ensemble Workflow

S
Sergey Sarkisyan
Docker
IPM
2.0 (1)25 Mar, 2024 334 382

RESTForms2

Forms adapter for InterSystems IRIS

Henry Pereira
Docker
IPM
5.0 (2)25 Mar, 2024 718 964

iris-teams-adapter

Adapter to connect your IRIS producction with Microsoft Teams

Kurro Lopez
Docker
IPM
4.6 (5)14 Mar, 2024 281 9

webHERALD

FRONTEND MADE EASY! Develop all you browser-based applications.

A
Armin Forstner
5.0 (2)16 Feb, 2024 211

iris-vector

Initial realization for Vector datatype support

Dmitry Maslennikov
Python
IPM
AI
4.8 (4)17 Sep, 2023 364 15

IRIS-FlaskBlog

Realworld Application using Flask, SQLAlchemy, and InterSystems IRIS

Muhammad Waseem
Docker
Python
5.0 (1)28 Aug, 2023 251

liquibase-iris

Luquibase extension: InterSystems IRIS support

Dmitry Maslennikov
0.0 (0)21 Aug, 2023 272

IRIS Hibernate Dialect

Hibernate 6 Dialect for InterSystems IRIS - dialect, sample and tests

Yuri Marx
5.0 (1)20 Jul, 2023 434

riris

Remote InterSystems IRIS command execution

P
Pietro Montorfano
Docker
Python
3.8 (2)28 May, 2023 168

Interopway REST

Repositório com conjunto de classes para auxiliar no desenvolvimento de integrações que consomem serviços REST

Cristiano Silva
IPM
3.3 (2)28 May, 2023 142 1

sqlalchemy-iris

An InterSystems IRIS dialect for SQLAlchemy

Dmitry Maslennikov
Docker
Python
5.0 (5)02 May, 2023 1.1k

Interopway XDBC

Simple way to implement XDBC Interoperability.

Cristiano Silva
IPM
4.0 (1)17 Feb, 2023 292

iris-tripleslash

Generate unit test cases from the class documentation

Henry Pereira
Docker
IPM
5.0 (2)03 Feb, 2023 367 13

iris-pero-ocr

OCR demo for IRIS

G
Guillaume Rongier
Docker
Python
ML
ML
5.0 (1)06 Dec, 2022 314

ipython-iris-magic

%%iris magic for IPython, can run ObjectScript command in Notebooks

G
Guillaume Rongier
Docker
Python
0.0 (0)02 Dec, 2022 159

IrisWrapped

A Pythonic wrapper for Intersystems IrisNative API

A
Andrew Downing
Python
4.0 (1)24 Nov, 2022 110

iris-python-interoperability-template

A template to build interoperability component in pure python

G
Guillaume Rongier
Docker
Python
5.0 (1)27 Sep, 2022 367

Kozo

Kozo Page Builder

S
Sean Connelly
Docker
IPM
5.0 (2)15 Jul, 2022 472 32

wifis-connect

WiFIS Connect is an application you can install in InterSystems Healthcare products to build your connection to WiFIS interoperability platform in SISCAT.

A
Alberto Fuentes
Docker
5.0 (1)27 May, 2022 166

Cubes

A search engine database

S
Sean Connelly
0.0 (0)10 Apr, 2022 209