Search

Clear filter
Announcement
Kate Schell · Feb 24, 2021

Do you install and configure InterSystems HealthShare Patient Index? If so, we would like your input.

Kate Schell, Contractor, Certification, InterSystems
Article
Evgeny Shvarov · Jun 16, 2020

InterSystems Package Manager ZPM 0.2.3 release: test server, new commands, boilerplate generation and many more

Your collaboration, feedback, [bug-reports](https://github.com/intersystems-community/zpm/issues) are very welcome!
Announcement
Anastasia Dyubaylo · Dec 1, 2019

Win and Get a Ticket to InterSystems Global Summit 2020 in Seattle!

*The option is not eligible for InterSystems employees. There ARE currently ISC employees in the top 3, so don't give up yet!
Announcement
Larry Finlayson · Aug 14, 2023

InterSystems Change Control: Tier 1 Basics - Virtual September 6-8, 2023 - Registration space available

This course is applicable to all Tier 1 users of the InterSystems CCR application and will not cover Tier 2 for InterSystems TrakCare® users. Self-Register Here Great course!
Announcement
Emily Geary · Dec 27, 2022

UK&I Summit 2022 Attendees: Redeem your InterSystems Certification exam voucher before the year is over

You can find additional information about the InterSystems Certification Program here.
Article
John Murray · Aug 1

A video of InterSystems Testing Manager version 2 revealing how much coverage your unit tests are achieving

Hi John, Your video is available on InterSystems Developers YouTube: ⏯️InterSystems Testing Manager for VS Code
Question
Jack Rack · Oct 11

Can I build a decentralized ledger (DLT) inside InterSystems IRIS using deterministic globals and consensus modules?

Building a decentralized ledger (DLT) inside InterSystems IRIS by leveraging deterministic globals and implementing external consensus modules (like PBFT or Raft) is a feasible concept
Announcement
Anastasia Dyubaylo · Mar 18, 2019

[March 26, 2019] Upcoming Webinar: Machine Learning Toolkit (Python, ObjectScript, Interoperability, Analytics) for InterSystems IRIS

We will talk about ML Toolkit - a set of functional extensions for mathematical modelling for InterSystems IRIS data platform.
Article
Julio Esquerdo · Feb 10

Using SQL Gateway with Python, Vector Search, and Interoperability in InterSystems Iris - Part 2 – Python and Vector Search

Using SQL Gateway with Python, Vector Search, and Interoperability in InterSystems Iris Part 2 – Python and Vector Search Since we have access to the data from our external table
Announcement
Janine Perkins · Mar 8, 2016

Featured InterSystems Online Courses: Introduction to the Document Data Model and Getting Started with Using the Document Data Model

Find out what sets the InterSystems Document Data Model apart in the industry.Introduction to the Document Data ModelThis course as an introduction to the Document Data Model.
Announcement
Larry Finlayson · Jun 16

InterSystems EMPI (formerly HealthShare Patient Index) – Virtual July 9-11, 2025 / Registration space available

InterSystems EMPI (formerly HealthShare Patient Index) – Virtual July 9-11, 2025 Configure, tune, and work with InterSystems EMPI, an Enterprise Master Person Index This 3-day
Announcement
Larry Finlayson · Apr 10, 2024

Developing with InterSystems Objects and SQL – IN PERSON (Cambridge) April 29-May 3, 2024 / Registration space available

This course is applicable for users of InterSystems IRIS Data Platform and Caché.
Question
Daniel Raderstrong · Apr 18, 2024

Can I manually add the "customized wrapper" intersystems requires for $System.Util.Decompress()

😉 Another wish, please InterSystems document XDEV device I/O. Thank you!
Question
Kris Roberts · Apr 1, 2024

InterSystems Reports - Logi Report (23.2) - How to code a stored procedure that will return a result set to be used in a report

I have looked at the Intersystems' documentation for the stored procedures but not finding a good example for a class method that is a stored procedure which returns a result set (multiple
Question
Kris Roberts · Apr 1, 2024

Intersystems Reports - Logi Reports (23.2) - Parameters on the report - can they be populated to show choices from another query?

For one of the reports I need to produce through Logi, I need to create a parameter/filter and pre-populate it with items from a query. Has anyone done that before? And if so how