Hospital-Management-System-Software-built-by-Gesner-DeslandesAI‑powered Hospital Management System with integrated FHIR inter | Gesner Deslandes | | 0.0 (0) | 19 Jun, 2026 | 51 | |
iris-redocInterSystems IPM plug-in to render IRIS API's with Redoc | Yuri Marx | | 5.0 (1) | 05 Jun, 2026 | 75 | 3 |
InterSystems Ideas Waiting to be ImplementedParser for arbitrary binary protocolsRapid growth of IoT industry in recent years produced a plethora of new protocols with varying levels of standardization and adoption.
Quite a lot of these protocols are binary because:
* It allows for greater throughput
* On a device level these protocols are easier to implement
* On a device level they are more resource (CPU/RAM) efficient
Currently InterSystems IRIS offers several functions for work with binary data:
* zzdump
* $zhex
* $char
* $ascii
But protocol implementation is left as a task for the end user.
Removing the time-consuming need for protocol implementation would allow for easier and stronger positioning of InterSystems IRIS as an IoT platform.
One of the possible approaches to protocol implementation is declarative parsing. With declarative parsing user describes the data structure that he wants parsed (i.e.{ name: title, type: string, length: 5}...) in some declarative language (XML, JSON, YAML) and we use this to generate a concrete parser. Afterwards user passes protocol data to the concrete parser implementation and receives parsed values (as objects or locals or $lb).
Kaitai Struct (http://kaitai.io) is an OpenSource (MIT license) declarative parser implementation which allows user to generate parser code for several languages: C++, C#, Go, Java, JavaScript, Lua, Perl, PHP, Python, Ruby, Rust. It allows easy language extensibility by keeping most of the process language-agnostic and only the last step (concrete parser generation) is end-language specific.
I propose we add ObjectScript as a Kaitai Struct generation language. It would allow us to generate native ObjectScript parsers easily which would help with presenting InterSystems IRIS an IoT platform especially at a PoC stage.
Alternatives to Kaitai Struct:
* binpac (https://github.com/bro/binpac) - C++ only
* preon (https://github.com/preon/preon) - Java only
The advantage of Kaitai Struct is that it's not aimed at one language form the beginning, so adding a new language is an expected procedure.
Article on the topic (https://old.reddit.com/r/cpp/comments/5tcnmh/implementing_communication_protocols_in_c_for/) Vote |
iris-keycloak-fhir-demoA sample of using InterSystems IRIS for Health FHIR Server with SMART OAuth Authentication, demonstrating usage of granular fine-grained scopes; with Keycloak as the OAuth Server (and Postman as the client) | N Netanel Frankel | | 5.0 (1) | 05 Jun, 2026 | 81 | |
Server Manager for VS CodeVS Code extension to manage connections to InterSystems servers. | John Murray | | 4.8 (6) | 01 Jun, 2026 | 1.5k | |
IRIS REST API Explorer for VS CodeA VS Code extension for browsing IRIS server REST API endpoints | John Murray | | 0.0 (0) | 19 May, 2026 | 309 | |
iris-session-agentChat with an IRIS interoperability session to determine what happened in the familiar System Management Portal UI | J Joshua Brandt | | 0.0 (0) | 11 May, 2026 | 62 | 2 |
iris-global-referencePythonic global access | G Guillaume Rongier | | 5.0 (1) | 05 May, 2026 | 62 | |
READY 2026 LoanDemoLoanDemo from InterSystems READY 2026 "Agentic Engineering Live on Stage" session. | J Joshua Brandt | | 0.0 (0) | 29 Apr, 2026 | 67 | |
InterSystems Testing Manager for VS CodeUse %UnitTest framework and Test Coverage Tool in VS Code | John Murray | | 4.5 (2) | 21 Apr, 2026 | 956 | |
IRIS MCP Server SuiteIRIS MCP Server Suite: Comprehensive suite of MCP servers for InterSystems IRIS. | J Joshua Brandt | | 0.0 (0) | 16 Apr, 2026 | 250 | |
fhirproSupports the profiling of FHIR resources in HealthShare ODS | B Brandon Thomas | | 5.0 (2) | 15 Apr, 2026 | 306 | |
vscode-objectscript-searchVsCode Server side search | G Guillaume Rongier | | 0.0 (0) | 13 Mar, 2026 | 41 | |
iris-configuration-manager-extensionDeploy a configuration manager API to any InterSystems IRIS/Cache server that exposes `/api/atelier`, capture its configuration snapshot, and compare it against another server in minutes. This extension turns a manual, error-prone migration checklist into a repeatable diff report you can trust. | B Bruno Santos | | 5.0 (2) | 12 Mar, 2026 | 80 | |
GBLSizeMonitorGlobal size viewer in chart form | Ashok Kumar Thangavel | | 5.0 (1) | 12 Mar, 2026 | 129 | 8 |
Kano MDMKano 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) | 05 Mar, 2026 | 1.5k | |
Intersystems-MonitoringEnable monitoring of IRIS instances via Elastic Discover | Teunis Stolker | | 4.5 (3) | 25 Feb, 2026 | 1.8k | 23.5k |
iris-medmatchAn AI-powered patient matching engine built on InterSystems IRIS, utilizing Vector Search and Natural Language Processing (NLP) to find clinically similar patients across FHIR repositories | Ashok Kumar Thangavel | | 5.0 (1) | 24 Feb, 2026 | 138 | |
Interop-LookupTableInterSystems IRIS interoperability Lookup table UI | Ashok Kumar Thangavel | | 5.0 (1) | 20 Feb, 2026 | 233 | 18 |
iris-copilotEnglish etc as a dev language for IRIS | Z Zhong Li | | 0.0 (0) | 20 Feb, 2026 | 102 | |
iris-docdb-uiA sleek and intuitive Document Database Explorer UI for InterSystems IRIS. Easily create namespaces and document databases, view stored documents, add new documents, and edit existing ones — all in one place. | Ashok Kumar Thangavel | | 5.0 (1) | 20 Feb, 2026 | 183 | 10 |
iris-queue-managerA robust, process-based queue manager designed for asynchronous | Ashok Kumar Thangavel | | 5.0 (1) | 20 Feb, 2026 | 102 | |
SpectraSightIRIS native ticket system for AI and Humans | J Joshua Brandt | | 0.0 (0) | 17 Feb, 2026 | 92 | |
iris-table-editorIRIS Table Editor - (VS Code Extension, Standalone Windows App, and Full Stack Web App) | J Joshua Brandt | | 4.0 (1) | 17 Feb, 2026 | 151 | |
iris-searchtable-configSearchtable Config is a web tool for service configuration and XPath extraction, enabling users to manage XML XPath configurations for different services, with XML formatting, node selection, and XPath extraction capabilities. | d david Brown | | 4.5 (1) | 14 Feb, 2026 | 80 | |
interopway_restRepositório com conjunto de classes para auxiliar no desenvolvimento de integrações que consomem serviços REST | Cristiano Silva | | 3.3 (2) | 29 Jan, 2026 | 315 | 1 |
Tutorial-QUERYShow a use case of %QUERY | Robert Cemper | | 5.0 (1) | 21 Jan, 2026 | 235 | 3 |
irisJWTJSON Web Token implementation in IRIS | Ashok Kumar Thangavel | | 5.0 (2) | 08 Jan, 2026 | 193 | 129 |
ConfigSettingsExtractConfiguration setting extractor to a CSV file | K Keren Skubach | | 4.5 (2) | 29 Dec, 2025 | 78 | |
embeddedpy-bridgeEnhanced interoperability for InterSystems IRIS and Embedded Python. Simplifies Python Dict, List, and Tuple management with native-feeling ObjectScript wrappers | Ashok Kumar Thangavel | | 0.0 (0) | 28 Dec, 2025 | 88 | 15 |
fhir-listsSample of using FHIR Lists (_list, Functional/Current Lists, and $find) | N Netanel Frankel | | 0.0 (0) | 28 Dec, 2025 | 61 | |