Search

Clear filter
Article
Henry Pereira · Aug 1, 2024

Building a frontend using only Python

Your video is available on InterSystems Developers YouTube: ⏯️SQLzilla – Unleash the Power of Your Data 我想知道Python如何在此应用程序中与Iris集成,谢谢 Hi Jing Liu, Thanks for your question
Article
Vadim Aniskin · Mar 13, 2024

Implemented Ideas: Global->JSON->Global converter

Its popularity has led to its widespread use in applications based on InterSystems technology, as well as demand for a converter that transforms globals to JSON and back.
Question
Javier Sanchis · Feb 13, 2020

Cache Unit Test with jenkins

See https://openexchange.intersystems.com/package/Test-Coverage-Tool - we've successfully used this with Jenkins for both HealthShare and internal applications at InterSystems.
Article
Evgeny Shvarov · Nov 12, 2019

ObjectScript Package Manager Naming Convention

Here we have an organisation with name intersystems-community and project with name objectscript-package-template.
Article
sween · Sep 1, 2021

Hands Off HealthShare Deployment Workflow with Gitlab Runners

My team at InterSystems is actually working on a project to move diff-based code changes between environments using GitLab.
Question
Nikhil Pawaria · May 16, 2021

$Order and $Query

From InterSystems documentation: ObjectScript Tutorial Also linked in the top bar of the developer community, the InterSystems learning portal has many videos/courses: Learning.intersystems.com
Article
Maxim Gorshkov · Feb 14, 2024

Data Tagging in IRIS Using Embedded Python and the OpenAI API

💡 This article is considered InterSystems Data Platform Best Practice.
Question
Fiona Griffiths · Mar 11, 2025

git-source-control questions

This [Video] Let InterSystems IRIS Do the Work: Git Source Control & Linting says that you can have multiple developers and says it's "Package Manager-aware (supporting multiple
Article
Alex Woodhead · Jun 12, 2023

LangChain fixed the SQL for me

had to give a break from exploring further db = SQLDatabase.from_uri(connection_string, schema="HSAA",include_tables=['Episode','Patient'] 💡 This article is considered as InterSystems
Article
Ikram Shah · Jul 6, 2023

GPT meets FHIR: Leveraging the power of Open API specs

Hi Ikram, Your video is available on InterSystems Developers YouTube: ⏯️FHIR AI and OpenAPI Chain detailed walkthrough Please enjoy! Thank you, Irina!
Question
William Vorhees · Jan 9, 2017

SHA-512 seems to be wrong

InterSystems returns just string of bytes, while online generator returns hex codes for that bytes, which is much better for reading by human.
Question
Colin Parker · May 26, 2020

I Need Help - Having AES Encryption Issues

However, when I try to perform the encryption on a larger Stream, it appears to get hung up in the Intersystems encryption functions and I have to kill the process.
Question
Stefan Rieger · Mar 6, 2020

IRISList.Add doesn't accept Decimals

IRISList is a wrapper over InterSystems IRIS $lb structure, and it supports these value types: Int16, Int32, Int64, bool, Single, Double, string, byte[], IRISList.
Question
James Fitzpatrick · Apr 12, 2017

Message Profiling

Hi all,I was wondering if InterSystems offers any message profiling capabilities.
Question
Frank Langel · Mar 15, 2020

Able to create expression in Globals ?

To add, globals can also be distributed across several InterSystems IRIS instances via global mapping or ECP/Distributed Caching.