20 Application(s) results for #rest api
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
0.0 (0)01 Jul, 2025 36

fhir-craft

Build your own FHIR resources with synthetic data

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

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

OpenAPI-Suite

Set of tools for ObjectScript code generation from Swagger 3.0

Lorenzo Scalese
Docker
IPM
5.0 (4)09 Apr, 2025 1.5k 302

objectscript-copilot-demo

An ObjectScript App completely (almost) written with AI Copilot

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

SharePoint Online SPO REST API

Sharepoint API template

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

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

companies-search

Find a company based on Glassdoor with Vector Search and GPT.

L
Lucas Fernandes
Docker
Python
IPM
AI
5.0 (1)17 May, 2024 335 2

iris-analytics-notebook

A notebook approach to use IRIS analytics capabilities.

José Pereira
Docker
IPM
4.0 (1)25 Mar, 2024 389 26

POST HL7 Message to REST API Endpoint

POST an HL7 message converted to JSON to a REST API Endpoint

A
Ariel Glikman
0.0 (0)15 Dec, 2023 368

fhirserver-profile-based-validation

A sample of calls (Postman Collection) to demonstrate FHIR Profile-based Validation Requests

N
Netanel Frankel
5.0 (1)11 Dec, 2023 185

Essential-IRIS-REST

Essentail IRIS management portal data access in REST services

Ashok Kumar T
Docker
IPM
4.5 (1)21 Sep, 2023 165 2

workshop-rest-ws

Creation of REST web service for training purposes

Luis Angel Pérez Ramos
Docker
5.0 (1)16 Jun, 2023 270

workshop-smart-data-fabric

Learn the main ideas involved in developing a Smart Data Fabric using InterSystems IRIS

A
Alberto Fuentes
Docker
Python
5.0 (1)26 Apr, 2023 263

Custom ZenProxy

%ZEN.proxyObject send numeric as String

D
Daniel Aguilar
Docker
IPM
3.8 (2)21 Mar, 2023 237

zap-api-scan-sample

An example on how to scan your REST APIs on IRIS using the OWASP

José Pereira
Docker
5.0 (1)05 Mar, 2023 1.3k

Pregnancy Symptoms Tracker

Example of using FHIR to track pregnancy symptoms

José Pereira
Docker
IPM
3.5 (1)08 Dec, 2022 470 18

IRIS_REST_Documentation

Development tool for documenting REST API endpoints [INTERSYSTEM IRIS]

D
Davi Massaru Teixeira Muta
Docker
5.0 (1)14 Apr, 2021 429

RESTFUL_API_For_Hotel_OverBooking_System

Develop RESTFUL Data API in InterSystems IRIS Data Platform Development for Hotel Overbooking Management System. PS:The overbooking management system combines the unique conditions of the hotel, such as room prices, order channels, customer needs (etc...). System uses machine learning algorithms (su

j
jingqi LIu
Docker
0.0 (0)28 Feb, 2021 672

HealthInfoQueryLayer

The application use generic interface to perform query on data schema and used globals as configuration. At run time, the program will implement the query referring to configurations. It's working as a prototype ObjectScript MyBatis Template.

B
Botai Zhang
0.0 (0)26 Feb, 2021 551

IRISDocDBRESTAPIPostmanCollectionSample

A Postman Collection of REST API calls to demonstrate InterSystems IRIS DocDB basic calls

N
Netanel Frankel
5.0 (1)20 Jan, 2021 217