76 Application(s) results for #interoperability
Filter
Show only
Last release on OEX
Categories
Works with
Industry
Application NameDeveloperMade withRatingLast updatedViewsInstalls

Interoperability REST API Template

Yet another API template for the InterSystems IRIS Data platform

A
Andrew Sklyarov
5.0 (1)06 Jul, 2025 101

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

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 72

fhir-craft

Build your own FHIR resources with synthetic data

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

iris-fhir-lab

A web app to display FHIR resources details dynamically

Muhammad Waseem
Docker
Python
IPM
0.0 (0)19 May, 2025 687 48

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

iris-fhir-io-demo

Create FHIR Binary response with interoperability

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

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 Jan, 2025 606 76

mongoCDC

A sample of using embedded python with interoperability

N
Netanel Frankel
Docker
5.0 (1)22 Dec, 2024 83

iris-http-calls

Interoperability Adapter and Service for making HTTP calls

O
Oliver Wilms
Docker
IPM
5.0 (1)22 Dec, 2024 215

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 101

LLM QuickStart

Example codebase to match Dev Community Article

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

iris-energy-isodata

Access energy data of Major ISOs in the United States

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

hl7v2-to-kafka

A simple IRIS interoperability application - transform HL7 and send it to Kafka

S
Sylvain Guilbaud
Docker
IPM
5.0 (1)01 May, 2024 266

iris-xml-sample

IRIS sample for interoperate XML files

Yuri Marx
Docker
5.0 (1)27 Mar, 2024 150

interoperability-integratedml-adapter

An IRIS Interoperability adapter to use ML models managed by IRIS IntegratedML

José Pereira
Docker
IPM
ML
ML
5.0 (1)25 Mar, 2024 331 39

Production Manager

REST API to manage IRIS Interoperability Productions.

N
Nikolay Solovyev
Docker
IPM
5.0 (1)25 Mar, 2024 352 124

googlesheets-adapter

Inbound and Outbound adapters for Google Sheets

N
Nikolay Solovyev
Docker
0.0 (0)17 Mar, 2024 115

iris-climatiq-adapter

An IRIS Interoperability adapter for using the Climatiq API

José Pereira
Docker
IPM
3.7 (3)13 Feb, 2024 226 20

MTConnect-ObjectScript

An ObjectScript Implementation for the MTConnect Standard.

P
Philipp Bonin
Docker
IPM
4.3 (3)12 Feb, 2024 267 5

iris-fhirfy

Using IRIS and LLMs to help developers to convert raw data into FHIR

José Pereira
Docker
Python
IPM
AI
5.0 (1)03 Feb, 2024 728 1

WidgetsDirector

A sample IRIS Backend app to implement a REST API for a helpdesk

C
Chris Stewart
Docker
IPM
3.8 (3)23 Jan, 2024 182 22

node-red-contrib-iris

An Interface for Node-Red to InterSystems IRIS Data Platform.

P
Philipp Bonin
0.0 (0)30 Nov, 2023 239

fhir-pex

Java Application sending FHIR messages to Kafka topics.

F
Flavio Neubauer
Docker
AI
4.0 (1)26 Nov, 2023 345

mercure-outboundadapter

This adapter allows you to send SSE events from IRIS using Mercu

N
Nikolay Solovyev
Docker
IPM
0.0 (0)12 Nov, 2023 119

Open API Client Gen

IRIS Interoperability Production generator from Swagger 2.0 specification.

Lorenzo Scalese
Docker
IPM
5.0 (2)28 Sep, 2023 1.4k 352

FHIR-XMLToJSON

Convert FHIR XML to JSON resource message structure

Ashok Kumar T
Docker
IPM
3.5 (1)22 Sep, 2023 358 6

IRIS FHIR Transcribe Summarize Export

OpenAI Transcribe & Summarize. Google Docs & Sheets Integration

Ikram Shah
Docker
Python
IPM
AI
0.0 (0)06 Jul, 2023 559

interoperability_GPT

demonstrates how to use the GPT chat with Intersystems IRIS

D
Davi Massaru Teixeira Muta
Docker
Python
AI
0.0 (0)02 Jul, 2023 365

IrisSapConnector

Example connection IRIS with SAP using RFC

D
Daniel Aguilar
Docker
IPM
0.0 (0)26 Jun, 2023 226 2