Contestant
Article David Hockenbroch · May 7 8m read

In our previous article, we explored the basics of unit testing in IRIS and the ways to apply it to a REST API. We even figured out how to test logic before finalizing network configurations and authentication, allowing us to focus solely on testing the API contents. Today, we will build upon that foundation and elevate our unit testing strategy by using another tool: %Populate .

At first glance, the %Populate class appears to be very simple. You can create a class that extends both %Persistent and %Populate and inherit a Populate method designed to generate randomized records.

0
0 25
New
Article Gabriel Ing · May 7 4m read

For those of you that weren't at READY last week, you may have missed the exciting announcement that the Early Access Program for AI Hub is officially open. It was announced during an amazing demo from @Benjamin De Boe and @Jeff Fried, I recommend catching up with this demo when the recording is released!  I had the opportunity to play with AI Hub in advance, and thought I might share an introduction with the community.

0
3 46
New
Question Fahmi Rizaldi · May 7

Hi everyone,

I'm working on a requirement to generate and export medical reports to PDF using Logi Reports. The core requirement is that each generated PDF must be encrypted (password-protected), and the password needs to be dynamically set to the specific Patient's Date of Birth (DOB).

Currently, the report is populated using a Stored Procedure as its data source.

My questions are:

  1. Is there a built-in way or API in Logi Reports to dynamically set the PDF export password using a field returned from my dataset (e.g., taking the Patient_DOB column from the Stored Procedure)?
0
1 19
New
Article Luis Angel Pérez Ramos · May 7 8m read

Introduction

In healthcare interoperability environments, InterSystems Health Connect typically contains critical components such as productions, business processes, operations, services, utility classes, routines, and other ObjectScript artifacts. Traditionally, many deployments of these components have been done manually, by copying classes, importing XML, or using administrative tools from the management portal.

1
2 39
New
Announcement Zelong Wang · May 7

#North American Demo Showcase entry. 

>> Answer the question below to be entered in the raffle!


⏯️ Health Galaxy: AI-Enabling Healthcare Applications

Health Galaxy creates an AI access point on top of any FHIR server, bringing healthcare into the AI future that has become a reality for many other industries. 

  • AI access: Health Galaxy gives AI agents a single gateway into any healthcare system, so they can pull patient data, schedule appointments, and check insurance automatically instead of a human doing it manually. 
  • Ease of use: You point it at an existing FHIR endpoint, click a button, and it generates an MCP endpoint automatically from the capability statement. 
  • FHIR: Since we are using FHIR, we can leverage both the storage and exchange capabilities of InterSystems IRIS.

🗣 Presenter: @Zelong Wang, Sales Engineer at InterSystems 

2
0 41
New
Question Neel Crafty · May 7

A baby’s first birthday is a priceless milestone filled with love, happiness, and unforgettable memories. Celebrate this joyful occasion with a beautifully designed 1st Birthday Invitation Video Maker with Music and Photos that adds a personal and creative touch to your event. A customized video invitation helps you share your excitement with loved ones while making your celebration feel extra special.

Create Personalized 1st Birthday Invitation Videos

Personalized invitations create a stronger emotional connection with your guests.

0
0 1
New
Question vedic Institute · May 7

Are you searching for a professional Vedic astrology course that combines traditional wisdom with practical learning? At the Indian Institute of Vedic Science (IIVS), students receive detailed guidance in ancient astrology concepts, horoscope reading, planetary analysis, kundli matching, dosha remedies, and predictive techniques. The course is designed for beginners as well as advanced learners who want to build a successful career in astrology.

0
0 2
New
Question Indian Institute · May 7

IIVS is a trusted platform for students who want to explore the deeper side of spirituality, healing, and mystical sciences through professional learning programs. Our mission is to make ancient knowledge simple, practical, and accessible for everyone. With experienced mentors, flexible online classes, and detailed study materials, IIVS helps learners build confidence in their spiritual journey and understand concepts in a modern, meaningful way.

Thousands of students choose IIVS because of our supportive learning environment and authentic teaching methods.

0
0 2
Contestant
Article Pietro Di Leo · May 6 18m read

Introduction

Today, coding assistants like Claude, GitHub Copilot and Cursor have transformed the way developers write code. However, these tools are limited by being isolated from the systems and data sources that developers work with daily. This limitation can be overcome through the Model Context Protocol (MCP), an open standard designed to connect AI assistants to external data sources and tools in a secure and standardized way.

In this review article, we'll explore the current state-of-the-art regarding the MCP within the InterSystems ecosystem.

0
1 57