Search

Clear filter
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

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!
Announcement
Brett Saviano · Aug 7, 2024

Do you use client-side editing in VS Code? If so, we want your feedback!

Automatically show and hide the InterSystems Explorer and Projects Explorer views based on the folders in the workspace.
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.
Question
david clifte · Oct 5, 2016

How to connect to JDBC database using SQL Gateway?

KEY=BGJD_gateway [2] https://community.intersystems.com/product-documentation/intersystems-programming-tools-index%C2%A0%C2%A0%E2%96%B6%C2%A0%C2%A0sql-gateway-connections [3] http
Question
shobha rani · May 30, 2017

Performance testing in Ensemble

or if there are any external open source tools, which can get integrated with Intersystems.
Question
Smythe Smythee · Sep 11, 2023

How to read and write values into Ens.StreamContainer

ClassMethod StreamContainer() { set file="dir\file" ; Your directory and file name(C:\Intersystems\new13.txt) set file = ##class(%FileCharacterStream).
Question
Timothy Leavitt · May 10, 2023

Is it possible to define an *instance* method in tag-based CSP?

(Context: https://github.com/intersystems/git-source-control/pull/255 ) In a tag-based CSP page...