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 |
|---|---|---|---|---|---|---|
iris-rag-demoIRIS with RAG (Retrieval Augmented Generation) example | G | Docker Python AI | 0.0 (0) | 15 Dec, 2023 | ||
![]() custom-loginSample application for InterSystems IRIS custom login samples | Docker IPM | 5.0 (2) | 15 Dec, 2023 | |||
InterSystems Ideas Waiting to be ImplementedAI extensibility Prompt keyword for Class and Method implementation. Also Prompt macro generator.To accelerate capability of growing code generation. This proposal suggests new extensibility facilities and hooks that can be democratized to community and / or fulfilled by commercial partners. To add Training metadata to Refine a Large Language Model for code, a "Prompt Input" is associated with an expected "Code Output", as part of a class definition. This provide structured keywords to describe: * The expected output * And / Or Chain-of-thought to generate the correct output | /// The following Prompt describes the full implementation of the class Class alwo.Calculator [Abstract, Prompt = "Provides methods to Add, Subtract, Multiply and divide given numbers." ] { /// The following Prompt describes the full implementation of the method ClassMethod Add(arg1 As %Float, arg2 As %Float) As %Float [ Prompt ="Add numeric arguments and return result." ] { return arg1 + arg2 } ClassMethod Subtract(arg1 as %Float, arg2 As %Float) { &Prompt("Subtract numeric arguments and return result") ) } | The Prompt macro generates code based on the context of the method it is within. Once resolved, it automatically comments out the processed macro. | ClassMethod Subtract(arg1 as %Float, arg2 As %Float) { //&Prompt("Subtract arguments and return the result") return arg1 - arg2 //&Prompt("Model alwogen-objectscript-7.1.3") ) | The generator leveraged at compilation time could be configured in a similar way to how source control is configured for a namespace. Configuration could lock / exclude packages from being processed in this way. A "\prompt" compilation flag could be used to control the default environment behavior and editor compilation behavior. For example to force reprocessing of previously resolved prompts due to a newer more capable version of code Large Language Model, then a "\prompt=2" could be applied. Different models or third-party services could be applied depending the language of the given method. When redacting source code by "deployment", the existing "deploy" facility could be extended to also ensure removal of "Prompt" metadata from code. A 3Votes1Comments | ||||||
![]() custom2hl7Transform custom patient data format to the HL7v2 format | Docker | 4.3 (3) | 26 Oct, 2023 | |||
![]() apptools-djangoIRIS management portal using the Django framework | Docker Python IPM | 4.0 (1) | 28 Sep, 2023 | |||
flask-irisA quick guide / template to use Flask and IRIS side by side. | H | Python | 0.0 (0) | 06 Oct, 2023 | ||
![]() iris-size-djangoA portal for visualizing and keeping track of memory usage of an | H | Docker Python | 4.8 (2) | 06 Oct, 2023 | ||
iris-oauth-fhirFhir Oauth Sample | G | Docker Python | 0.0 (0) | 21 Jul, 2023 | ||
![]() OwnObjectScriptExtensionA Visual Studio code extension that supplies tools for InterSystems ObjectScript. | P | 5.0 (1) | 20 Jul, 2023 | |||
DevBoxAn innovative IDE for developing ObjectScript solutions. | S | Docker IPM AI | 5.0 (3) | 09 Jul, 2023 | ||
iris-user-managerTool to help deploy IRIS apps with User accounts | O | Docker | 4.5 (1) | 01 Jul, 2023 | ||
oex-vscode-snippets-exampleAn example of VS Code snippets publication through InterSystems Open Exchange and Package Manager using the oex-vscode-snippets-template framework | Docker IPM | 0.0 (0) | 29 Jun, 2023 | |||
oex-vscode-snippets-templateGitHub template for publishing VS Code snippets with IPM / ZPM | Docker | 0.0 (0) | 29 Jun, 2023 | |||
![]() IRIS-fast-ECP-setupFast setup of ECP client / sever with almost no manual intervention. | Docker | 5.0 (1) | 05 Nov, 2023 | |||
![]() IrisSapConnectorExample connection IRIS with SAP using RFC | D | Docker IPM | 0.0 (0) | 26 Jun, 2023 | ||
ObjectScriptThe simplest template for the ObjectScript | Docker | 4.8 (5) | 21 Jun, 2023 | |||
![]() appmsw-warm-homeExample for creating a user interface for a smart home | Docker Python IPM | 5.0 (1) | 18 Jun, 2023 | |||
![]() iris-log-vieweriris-log-viewer provides an alternative web page | O | Docker Python IPM | 4.7 (3) | 11 Feb, 2023 | ||
![]() message_key_queryIntegrate hospital information services based on Intersystems IRIS platform | 0.0 (0) | 08 Feb, 2023 | ||||
![]() xml-to-udlA tool to convert studio exports to ObjectScript sources. | Docker | 4.0 (1) | 07 Feb, 2023 | |||
iris-fhir-appMy first IRIS FHIR app | O | Docker IPM | 4.5 (2) | 29 Nov, 2022 | ||
![]() apptools-gateway-demoDemo of exporting and importing instances of the SQL.Connection | Docker | 5.0 (1) | 20 Nov, 2022 | |||
![]() iris-qr-barcode-utilsRead and write QR and Barcodes using InterSystems IRIS and Python | Docker Python IPM | 5.0 (1) | 14 Nov, 2022 | |||
![]() Config-APIA library to ease IRIS configuration. | Docker IPM | 5.0 (1) | 25 Oct, 2022 | |||
iris-python-interoperability-templateA template to build interoperability component in pure python | G | Docker Python | 5.0 (1) | 27 Sep, 2022 | ||
interoperability-soapTool to help troubleshoot Generic SOAP Service interface | O | Docker IPM | 5.0 (1) | 15 Sep, 2022 | ||
![]() samba-iris-adapterInterSystems IRIS Support to Samba protocol (smb v2/v3) | Docker IPM | 5.0 (1) | 14 Sep, 2022 | |||
Sustainable Machine LearningSustainable Machine Learning for the InterSystems contest | L | Docker Python IPM | 4.5 (1) | 11 Sep, 2022 | ||
iris-python-flask-api-templateThe simplest template with REST CRUD for InterSystems IRIS | L | Docker Python | 4.5 (1) | 17 Aug, 2022 | ||
formation-template-pythonFormation to learn InterSystems' interoperability framework using python | L | Docker Python | 5.0 (1) | 17 Aug, 2022 | ||
![]() UnitTest_DTL_HL7HL7 DTL TestCase Creator and Runner Framework | A | 0.0 (0) | 15 Aug, 2022 | |||