80 Application(s) results for #objectscript
Filter
Show only
Last release on OEX
Categories
Works with
Industry
Application NameDeveloperMade withRatingLast updatedViewsInstalls

Test Coverage Tool

Run your typical ObjectScript %UnitTest tests and see which lines of your code are executed. Includes Cobertura-style reporting for use in continuous integration tools.

Timothy Leavitt
Python
IPM
5.0 (2)13 Nov, 2025 2.2k 4.4k

Stream-Sample-for-Beginners

Intro for first-time users of Streams in IRIS

Robert Cemper
IPM
5.0 (1)14 Oct, 2025 49

InterSystems Ideas Waiting to be Implemented

AI 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
by Alex Woodhead

3

Votes

1

Comments
Vote

ObjectScript-Native-API-demo

Use IRIS Native API Interface also from ObjectScript

Robert Cemper
IPM
5.0 (1)07 Oct, 2025 52 1

A Configurable Template for Automated Splitting of HL7 Repeating Segments

Split and Send HL7 message

S
Sanjib Pandey
0.0 (0)26 Sep, 2025 46

Dashboard of database space

Show free DB space as a DeepSee dashboard

Robert Cemper
Docker
IPM
5.0 (1)25 Sep, 2025 103

cpipe-for-AoC2020

A practical example to consume external modules as solutions using cpipe

Robert Cemper
Docker
Python
IPM
5.0 (1)03 Aug, 2025 308 26

ObjectScript-Over-ODBC

Allow running ObjectScript and especially Global copy over ODBC

Robert Cemper
Docker
IPM
4.5 (1)03 Aug, 2025 479 19

GlobalToJSON-XLA

export an XLarge Global into a JSON object file

Robert Cemper
Docker
IPM
5.0 (1)03 Aug, 2025 330 4

Globals-ePy-vs-ISOS

Compare writing Globals in ePy vs. ISOS/COS

Robert Cemper
Docker
IPM
5.0 (1)03 Aug, 2025 434 6

helper-for-objectscript-language-extensions

Utility to add customized Language Extensions programmatically

Robert Cemper
Docker
IPM
5.0 (1)03 Aug, 2025 383 20

Object-based-M-N-to-JSON

Sample for object method %JSON.Export for M:N Relationship

Robert Cemper
Docker
IPM
5.0 (1)31 Jul, 2025 201 1

M-N-external-JSON

Export M:N Relationship with JSON using SQL

Robert Cemper
Docker
IPM
5.0 (1)31 Jul, 2025 260 1

geo-vector-search

mathematical use of vector search

Robert Cemper
Docker
IPM
5.0 (3)27 Jul, 2025 367

Vector-inside-IRIS

run vector search inside IRIS

Robert Cemper
Docker
Python
IPM
5.0 (1)27 Jul, 2025 301 1

Code-Scanner

Find Strings in any kind of ObjectScript

Robert Cemper
Docker
IPM
5.0 (2)26 Jul, 2025 223

Row Storage vs. Columnar in IRIS native

performance check with COS inside IRIS

Robert Cemper
Docker
IPM
5.0 (2)26 Jul, 2025 191 1

CPIPE

Example of using CPIPE programmatically

Robert Cemper
Docker
IPM
5.0 (2)26 Jul, 2025 502 269

objectscript-docker-template

Template project for InterSystems ObjectScript with InterSystems IRIS community Edition docker container

Evgeny Shvarov
Docker
5.0 (1)03 Jul, 2025 1.4k

intersystems-iris-dev-template

A basic template to develop with InterSystems IRIS

Evgeny Shvarov
Docker
Python
5.0 (3)03 Jul, 2025 1.8k

shvarov-persistent

A simple persistent class with helpful properties we (almost) always need

Evgeny Shvarov
Docker
IPM
5.0 (1)02 Jul, 2025 123 6

ClassExplorer

UML Class Diagram Builder for InterSystems Data Platforms (2014.1+)

Nikita Savchenko
Docker
IPM
5.0 (3)22 Oct, 2020 1.2k 1.6k

ollama-ai-iris

Analyze PDF by extracting text and sending chat to ollama

O
Oliver Wilms
Docker
Python
AI
5.0 (1)24 May, 2025 119

iris-data-analysis

Implementing data query and analysis

l
lando miller
Docker
Python
IPM
AI
4.0 (1)01 Apr, 2025 179

bg-iris-agent

AI IRIS Agent

Elena Karpova
Docker
IPM
AI
5.0 (1)04 Apr, 2025 473 2

objectscript-errors

Example class which reproduces typical ObjectScript errors

Evgeny Shvarov
Docker
IPM
5.0 (1)05 Mar, 2025 252 56

objectscript-copilot-demo

An ObjectScript App completely (almost) written with AI Copilot

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

Jupyter Server Proxy for VS Code

VS Code extension to provide a local Jupyter server acting as a proxy for IRIS servers defined in Server Manager

John Murray
Docker
5.0 (1)02 Jan, 2025 438

InterSystems Package Manager

InterSystems Package Manager

R
Robert Kuszewski
Docker
Python
4.8 (23)20 Dec, 2024 8.4k

tz - ObjectScript Time Zone Conversion Library

ObjectScript Time Zone Conversion Library

E
Eric Fortenberry
Docker
IPM
5.0 (2)19 Dec, 2024 310 54

pxw-lib-sql

A replacement of SQLQuery that helps simplfy complex queries

P
Paul Waterman
Docker
IPM
4.0 (1)10 Oct, 2024 162 3