| Application Name | Developer | Made with | Rating | Last updated | Views | Installs |
|---|---|---|---|---|---|---|
custom2sdaThis is a sample how to transform custom messages to SDA using InterSystems IRIS for Health | Docker IPM | 0.0 (0) | 27 Jul, 2022 | |||
Ethereum Interoperability AdapterInteroperability adapter to work with Ethereum transactions and smart-contracts from InterSystems IRIS application : read, write, signed and unsigned | N | 0.0 (0) | 06 Mar, 2019 | |||
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 | ||||||
interoperability-managerRemove a Production Item with two clicks | O | Docker IPM | 5.0 (1) | 10 Jul, 2022 | ||
FHIR Pseudonymization ProxyFHIR pseudonymization proxy built with InterSystems IRIS for Health | M | Docker IPM | 5.0 (1) | 23 Jun, 2022 | ||
FIT REST Operation FrameworkAn IRIS Interoperability REST Operation Framework | Docker IPM | 4.5 (1) | 06 Jun, 2022 | |||
wifis-connectWiFIS Connect is an application you can install in InterSystems Healthcare products to build your connection to WiFIS interoperability platform in SISCAT. | A | Docker | 5.0 (1) | 27 May, 2022 | ||
![]() iris-history-monitorIRIS History Monitor - For InterSystems IRIS is now available in Package Manager and using IRIS 2019.4 API and WS | Docker IPM | 4.2 (3) | 15 May, 2022 | |||
![]() Node-RED node for InterSystems IRISNode-RED node for InterSystems IRIS | Docker | 5.0 (1) | 18 Feb, 2022 | |||
![]() IRIS Interoperability Message ViewerA new approach for the Interoperability Message Viewer | Docker IPM | 4.6 (4) | 20 Nov, 2021 | |||
interoperability-for-moneyInteroperability solution with two IRIS containers | O | Docker IPM | 4.5 (1) | 23 Oct, 2021 | ||
vscode-intersystems-irisPOC of VSCode extension which provides some control over InterSystems IRIS with direct native access, without utilizing AtelierAPI. Provides access to Interoperability and Globals. | 5.0 (1) | 03 Mar, 2021 | ||||
workshop-pexWorkshop: InterSystems IRIS Interoperability + PEX using Java | A | Docker | 5.0 (1) | 24 Feb, 2021 | ||
iris-pygw-blueprintShort blueprint example of the connection between python and iris via new python gateway available in InterSystems IRIS Data Platform 2020.3+ | A | Docker Python | 4.5 (1) | 27 Dec, 2020 | ||
![]() OCR ServiceOCR Interoperability Service. This app get an image or pdf, extract text using OCR from Tesseract, send to the NLP index and returns to the user. The app uses a PEX Business Operation in ObjectScript consuming a Java class thats uses Tesseract. This app has NLP to the OCR extracted text too. Enjoy OCR + NLP!! | Docker | 5.0 (2) | 20 Nov, 2020 | |||
Message BankMessage Bank for IRIS Interoperability that can automatically resend messages | O | IPM | 5.0 (2) | 15 Nov, 2020 | ||
upload-adapterIntersystems IRIS interoperability Custom Upload Adapter to multipart file requests | Docker | 5.0 (1) | 10 Nov, 2020 | |||
dynapoolThis is an experimental project adding dynamic poolsize allocation functionality into productions. | D | 4.0 (1) | 21 Aug, 2020 | |||
![]() pex-demoDemo showcasing InterSystems IRIS integration with Kafka via PEX (java, .net) | E | Docker Python | 5.0 (2) | 16 Jul, 2020 | ||
iris-datatransform-unittestIRIS Data Transform UnitTest Sample | A | Docker | 4.0 (1) | 23 Oct, 2019 | ||
![]() PythonGatewayPython Gateway for InterSystems Data Platforms. | E | Docker Python | 0.0 (0) | 10 Oct, 2019 | ||
COS-MQTTClientMQTT Client implemented in Caché Object Script | A | 3.0 (2) | 01 Jun, 2018 | |||