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.
Application Name | Developer | Made with | Rating | Last updated | Views | Installs |
---|---|---|---|---|---|---|
![]() ISC DEVExport/Import InterSystems Data Platform development artefacts | G | Docker IPM | 5.0 (1) | 25 Mar, 2024 | ||
![]() ThirdPartyChartPortletsUse third-party charting libraries inside of Dashboards | P | Docker IPM | 4.5 (1) | 20 Jun, 2025 | ||
InterSystems Ideas Waiting to be ImplementedProgrammatic reportsThe 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 5Votes3Comments | ||||||
![]() FHIR - AI and OpenAPI ChainCall any FHIR API with natural language input. OpenAI. LangChain | Docker Python IPM AI | 0.0 (0) | 07 Jul, 2023 | |||
fhir-openapi-genA code base for the processing and formulation of the openapi spec for fhir resources and profiles | C | Docker Python IPM | 3.0 (1) | 12 Aug, 2021 | ||
![]() RGatewayUse R language with InterSystems IRIS | S | AI ML ML | 0.0 (0) | 22 Apr, 2019 | ||
iris-rag-demoIRIS with RAG (Retrieval Augmented Generation) example | G | Docker Python AI | 0.0 (0) | 15 Dec, 2023 | ||
![]() Test Coverage ToolRun your typical ObjectScript %UnitTest tests and see which lines of your code are executed. Includes Cobertura-style reporting for use in continuous integration tools. | Python IPM | 5.0 (2) | 04 Nov, 2024 | |||
iris-sample-rest-angularSample Angular app using InterSytems IRIS as backend. | A | Docker | 0.0 (0) | 02 Mar, 2020 | ||
JSON2PersistentLittle tool to create persistent or message classes for InterSystems IRIS and InterSystems IRIS For Health from JSON input. The created classes will extend %JSON.Adaptor | M | Docker | 5.0 (3) | 19 Dec, 2022 | ||
integratedml-demo-templateIntegratedML samples to be used as a template | Docker ML ML | 5.0 (1) | 23 Oct, 2020 | |||
![]() SQL DATA LENSFast database sql tool with special features for IRIS & Caché | A | 5.0 (1) | 05 May, 2025 | |||
![]() pex-demoDemo showcasing InterSystems IRIS integration with Kafka via PEX (java, .net) | E | Docker Python | 5.0 (2) | 16 Jul, 2020 | ||
Open API Client GenIRIS Interoperability Production generator from Swagger 2.0 specification. | Docker IPM | 5.0 (2) | 28 Sep, 2023 | |||
![]() Light-weight-EXCEL-downloadLight weight Excel export over CSP | Docker IPM | 5.0 (1) | 15 Oct, 2024 | |||
![]() isc-one-linersuseful one line commands for objectscript | Docker IPM | 5.0 (2) | 18 Oct, 2023 | |||
rest-api-contest-templateTemplate repository for InterSystems IIRS REST API Programming Contest | Docker IPM | 5.0 (1) | 13 Dec, 2024 | |||
Samples-BIProvides sample data for use with InterSystems IRIS Business Intelligence, as well as fully developed sample BI models and dashboards. | Docker IPM | 5.0 (1) | 25 Mar, 2024 | |||
ObjectScript Visual EditorA Web-based touch-friendly IDE for InterSystems products which allows to create and manage classes literally without touching any code. However, you can also edit code and use embedded WebTerminal there. | Docker | 5.0 (1) | 31 Mar, 2019 | |||
![]() BridgeWorks VDMBridgeWorks VDM is an ad hoc reporting and graphical SQL query application. | 0.0 (0) | 26 Aug, 2024 | ||||
RESTForms2Forms adapter for InterSystems IRIS | Docker IPM | 5.0 (2) | 25 Mar, 2024 | |||
![]() iris-on-fhirApp to show the potential of FHIRaaS | Docker IPM | 3.5 (1) | 05 Jun, 2021 | |||
Healthcare HL7 XMLHealthcare HL7 XML (also known as ITB or Ensemble HL7 XML) is an application you can install in InterSystems Healthcare products to handle HL7 v.2.x messages in XML format. | A | Docker IPM | 5.0 (2) | 02 Sep, 2024 | ||
![]() IRIS WHIZ - HL7v2 Browser ExtensionBrowser extension created to extend the HL7v2 capabilities of Intersystems Iris/Ensemble. | 4.7 (3) | 15 Dec, 2024 | ||||
![]() QuinielaMLSoccer match predictions with IntegratedML | Docker ML ML | 5.0 (1) | 09 Feb, 2024 | |||
![]() iris-RAG-GenRAG Personal ChatGPT app leverages IRIS Vector Search func. | Docker Python IPM AI | 5.0 (1) | 31 Jul, 2024 | |||
![]() Intersystems-MonitoringEnable monitoring of IRIS instances via Elastic Discover | IPM | 4.5 (3) | 02 Apr, 2025 | |||
![]() apptools-adminThis solution can be installed in earlier versions of Caché and Ensemble (tested 2016.1+). This can be done by importing xml. | Docker IPM | 5.0 (1) | 24 Sep, 2024 | |||
![]() django-irisInterSystems IRIS backend for Django | Python | 0.0 (0) | 20 Feb, 2022 | |||
simplemirrorSuper SIMPLE mirroring solution with dockers | M | Docker | 5.0 (1) | 08 Oct, 2019 | ||
isc-restBuild REST APIs rapidly, securely, and sustainably | IPM | 4.8 (2) | 05 Dec, 2024 |