Search

Clear filter
Question
Soufiane Amroun · Sep 11, 2017

create a rule in programming

Hi Eduard , i used this code to edit a rule fields and it functionnes very well, but in my program i take measure of the patient (for example temprature )and i want to creat a rule
Question
Jaffa Brown · May 25, 2021

Script out a routine (stored procedure) name

(but be patient, this takes some time) You might also find some relief by querying %Dictionary.MethodDefinition WHERE SQLProc=1 or %Dictionary.QueryDefinition.
Announcement
Jacquie Clermont · Sep 4, 2018

Meet the Real Intelligence Behind the Artificial Intelligence. At Global Summit.

Can Affective Computing Change Patient Care?"
Announcement
Larry Finlayson · Nov 16, 2022

HealthShare Unified Care Record Fundamentals December 12-16, 2022 - Registration space available

HealthShare Unified Care Record Fundamentals December 12-16, 2022 9:00am-5:00pm US-Eastern Time (EST) This 5-day course teaches HealthShare Unified Care Record users and integrators
Article
Theo Stolker · Feb 16, 2024

FHIR json property order part II

for index = reversedorder.Count():-1:1 { set name = reversedorder.GetAt(index) set value = newobject.%Get(name) set type = newobject.
Announcement
RB Omo · Mar 12, 2020

InterSystems COVID-19 Update

In light of the COVID-19 situation worldwide, InterSystems is working to ensure continuous support for our customers, promote the health and well-being of our employees, and protect
Announcement
Jeff Fried · Jan 21, 2019

InterSystems IRIS for Health 2019.1 preview

The preview release of InterSystems IRIS for Health 2019.1 is now available - try it out!Kits and container images are available via WRC's preview download site.InterSystems IRIS for
Announcement
Vishal Pallerla · Sep 1

[Demo Video]

#InterSystems Demo Games entry This demo introduces an AI-powered clinical decision support tool built on InterSystems IRIS. The use case addresses clinician burnout by unlocking
Announcement
Anastasia Dyubaylo · Jan 25, 2021

Voting Time: InterSystems Multi-Model Contest!

Expert Nomination, Top 3 zapm – 26 iris-image-index-demo – 15 iris-vaccine-tracker – 10 ➡️ The leaderboard.
Announcement
Larry Finlayson · Oct 3, 2022

HealthShare Unified Care Record Overview October 12-13, 2022 - Registration space available

HealthShare Unified Care Record Overview October 12-13, 2022 9:00am-5:00 US-Eastern Time (EST) This a live instructor-led interactive virtual training. The HealthShare Unified
Announcement
Larry Finlayson · Jan 18, 2022

HealthShare Unified Care Record Overview January 26-27, 2022 - Registration space available

HealthShare Unified Care Record Overview January 26-27, 2022 9:00am-5:00 US-Eastern Time (EST) This a live instructor-led interactive virtual training. The HealthShare Unified
Announcement
Eduard Lebedyuk · Aug 31, 2021

InterSystems Reports webinar

We invite you to the webinar "InterSystems Reports", on Tuesday, September 7th, at 10:00 (Moscow time). The language of the webinar is Russian. InterSystems Reports, a part of
Article
Timothy Leavitt · Feb 11, 2016

Error trying to view a different user's profile

Thank you for your patience." I've seen this for a few days.
Question
Stella Ticker · Apr 11, 2017

Multi-threading to improve performance

It's not uncommon to have a large job like this run 1000x quicker just by adding the right index in the right place.Normally I would write a large (single) process job like this and
Question
Jack Rack · Oct 11

How do I perform predicate pushdown optimization in IRIS embedded SQL with dynamic joins? Body:

**Use of Optimized Joins and Filters** - Ensure that the filter conditions applied in your SQL query involve fields indexed in the database.