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

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

iris-global-yaml

InterSystems IRIS Global Data as YAML content

Yuri Marx
Docker
IPM
4.5 (1)15 Dec, 2024 63 4

ks-fhir-gen

IRIS Health FHIR based HL7 message generator

Robert Barbiaux
Docker
4.5 (1)13 Dec, 2024 146

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

SharePoint Online SPO REST API

Sharepoint API template

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

rest-api-contest-template

Template repository for InterSystems IIRS REST API Programming Contest

Evgeny Shvarov
Docker
IPM
5.0 (1)13 Dec, 2024 525 29

ServiceInspection

A simple application for monitoring Iris service information

W
Wolis Oliavr
Docker
Python
IPM
5.0 (1)13 Dec, 2024 274

FHIR Primitive Extension

How to create a FHIR primitive extension

K
Keren Skubach
0.0 (0)12 Dec, 2024 77

DICOM Image Demo

How to create a DICOM message and how to add a JPG image to it

K
Keren Skubach
0.0 (0)12 Dec, 2024 98

Vector Search for MPI

Example of vector search applied for patient identification

Luis Angel Pérez Ramos
Docker
AI
4.0 (1)11 Dec, 2024 104

GPG

GPG Interoperability Adapter for InterSystems IRIS.

E
Eduard Lebedyuk
Python
0.0 (0)10 Dec, 2024 97

LLM QuickStart

Example codebase to match Dev Community Article

C
Chris Stewart
Docker
Python
AI
0.0 (0)10 Dec, 2024 79

IRIS_ISTIO

Common IKO Deployments (used with Istio Service Mesh in Article)

A
Ariel Glikman
0.0 (0)10 Dec, 2024 57

isc-rest

Build REST APIs rapidly, securely, and sustainably

Timothy Leavitt
IPM
4.8 (2)05 Dec, 2024 1.1k 1.5k

iris-energy-isodata

Access energy data of Major ISOs in the United States

Muhammad Waseem
Docker
Python
IPM
5.0 (1)04 Dec, 2024 399 21

isc-json

%JSON, with SemVer, in the open

Timothy Leavitt
IPM
4.7 (3)04 Dec, 2024 450 1.7k

AoC2024_test

2 test data sets for AOC2024

Robert Cemper
0.0 (0)04 Dec, 2024 63

iris-python-lookup-table-utils

IRIS Python Lookup Table Utils (pylotaut is a simple CRUD API)

J
Johannes Heinzl
Docker
Python
5.0 (1)01 Dec, 2024 300

iris-graphql-demo

Example of using GraphQL with InterSystems IRIS with Graphene, S

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

Native-API-for-ObjectScript

A small demo on how to use it

Robert Cemper
Docker
IPM
5.0 (1)26 Nov, 2024 458 41

function-ISJSON

A function to check if string is JSON object

Robert Cemper
Docker
IPM
4.0 (1)26 Nov, 2024 388 39

SPOOL-demo

Demo Code using SPOOL

Robert Cemper
Docker
IPM
4.5 (1)26 Nov, 2024 240 19

CPIPE

Example of using CPIPE programmatically

Robert Cemper
Docker
5.0 (2)26 Nov, 2024 441

ObjectScript-Over-ODBC

Allow running ObjectScript and especially Global copy over ODBC

Robert Cemper
Docker
IPM
4.5 (1)26 Nov, 2024 421 18

Global-dump-to-SQL

Show Global by SQL SELECT

Robert Cemper
Docker
IPM
5.0 (1)26 Nov, 2024 593 25

workshop-iris-oauth2

Using OAuth2 framework in InterSystems IRIS. Learn how to act as Client, Authentication Server or Resource Server.

A
Alberto Fuentes
Docker
4.8 (3)22 Nov, 2024 1.1k

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 110

iris-presto-sample

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

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

recomendacao-filmes-intersystems

Example of using Vector Search for movie recommendations

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

Server Manager for VS Code

VS Code extension to manage connections to InterSystems servers.

John Murray
4.8 (6)15 Nov, 2024 1.3k

InterSystems Testing Manager for VS Code

Integrate the %UnitTest framework with VS Code

John Murray
4.5 (2)15 Nov, 2024 490

IPM in VS Code

Manage IPM / ZPM packages on servers directly from VS Code

John Murray
0.0 (0)15 Nov, 2024 227