Search

Clear filter
Article
Scott Beeson · Jan 25, 2016

[SUGGESTION] Remove "New" from comments count (or develop unread posts feature

In the index of posts it says something like "8 new comments from Scott Beeson (and 3 others)" The word "new" is a poor choice in this context and implies
Question
Rob Schoenmakers · Dec 6, 2022

How to delete system tasks

as this person: https://community.intersystems.com/post/deleting-cleanup-sql-cleanup-index-task My answer's the same - this is a bug, and should be fixed in the future. Thanks
Article
Benying Zou · Jul 13, 2017

use punycode in caché

basic code // points were copied; start at the beginning otherwise. Set index = 1 If (basic > 1) { Set index = basic } While (index <= inputLength
Article
Ashok Kumar T · Aug 30, 2024

IRIS Native Python

'): for phone in irispy.node('^mygbl',mrn): print(f'patient mrn {mrn} and phone number: {phone}') """ o/p patient mrn 912 and phone number
Question
lamont thomas · May 30, 2019

Call windows explorer from a Zen page

= javascript ]{var table = this.getComponentById('relationTable'); var index = table.getProperty('selectedIndex'); if (index < 0) { alert('No row
Article
Mike Kadow · Sep 10, 2016

NewBie's Corner Session 26 Globals and Arrays Part 2

to exist in a permanent sorted state, and allows for efficient searches, access, insertions, and deletions. In other words, the data is always sorted, (or indexed) which greatly
Announcement
Anastasia Dyubaylo · Jan 10, 2020

New Video: Collecting Healthcare Data with Alexa

are becoming ubiquitous. Is there a place for them in healthcare? In this video, we will demonstrate using Alexa to incorporate patient data into the InterSystems IRIS for Health platform
Announcement
Anastasia Dyubaylo · Apr 17, 2020

New Video: Real World NLP Use Cases

InterSystems IRIS NLP and other technologies to automate the process of finding recruits for clinical trials and to improve patient outcomes. Takeaway: InterSystems IRIS NLP, along
Announcement
Anastasia Dyubaylo · Mar 12

[Webinar] Cloud Health: FHIR Server

-based FHIR server to improve data management, enhance patient care, and simplify integration across diverse healthcare systems. >> REGISTER HERE <<
Question
Akshay Pandey · Apr 5, 2023

Document SDA deletion

as of HL7 message. Now when a remove request comes to repository I need to get the Sda deleted from HL7 Edge as well from streamlet. But I don't have Patient details.
Announcement
Anastasia Dyubaylo · Sep 19

[Video] The Evolution of AI: Embracing Agency

. It also covers the use of behavioral data collected through living labs to support diagnostics for conditions like Parkinson’s. The overarching goal is to develop "patient-ready AI
Article
José Pereira · Jul 3, 2023

An experiment on generative AI and FHIR

that you don't need to expose your data and schemas with an external API. For instance, you can ask question about patients without the need of sending patient data or schema
Article
Lucas Enard · Nov 27, 2022

Easy CSV TO FHIR - InterSystems Contest

. This project is supposed to be seen as the backend of a bigger application. It can be plugged into a Front End app and help you gather information from your patients. It will read your data
Article
Eduard Lebedyuk · Apr 12, 2019

Python Gateway Part I: Introduction

and restore Python context from InterSystems IRIS # Index The plan for the series so far (subject to change). - Part I: Overview, Landscape and Introduction
Question
Daniel Kutac · Feb 6, 2018

Quick list of classes within a package

Is there an API that would list classes within a given package? I can't find any. I do have a workaround that uses class index, but this query lists all classes available