Search

Clear filter
Question
Paul Riker · Apr 17, 2020

Complex Detail Filter for Subscription

I want to check the SDA to see if a patient had two diagnosis on the same day using a Detail Filter in Push. What is the best way to approach this? Hi Paul, I looked
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. If it's a really old version you might look in %Library schema.
Question
Ponnumani Gurusamy · May 25, 2017

Purpose of DeepSee

Developer Tutorial in the Documentation. This is a very good place to start. There are also the "HoleFoods" and "Patients" cubes in the SAMPLES namespace that you can take a look
Question
Soufiane Amroun · Sep 11, 2017

create a rule in programming

very well, but in my program i take measure of the patient (for example temprature )and i want to creat a rule wich generat alert if temperature is higher than 39°C for example.
Announcement
Jacquie Clermont · Sep 4, 2018

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

These Two Professors Are Pushing the Boundaries of AI.How Far Will They Go? Get the Answers at Global Summit."Can Affective Computing Change Patient Care?"Don't miss
Question
Chrissy Dykhouse · Jun 25

Combining Two Sub Fields into One Segment

the "|" character). If, for example, you want to copy the Patient First Name and Last Name separated by a space character into a single field, you could do this: The underscore character
Article
Andrej Braguca · Oct 28, 2022

Virtual Lab: VR and AI enables training in crisis scenarios in the ICU

than 50% of ICU procedures cannot be trained without real patients and/or medical devices. · Medical device manufacturers have a problem gathering medical staff in one place
Announcement
Anastasia Dyubaylo · Jan 25, 2021

Voting Time: InterSystems Multi-Model Contest

the first day of the voting, we have great results! Expert Nomination, Top 3 zapm – 26 iris-image-index-demo – 15 iris-vaccine-tracker – 10 ➡️ The leaderboard
Article
Yuri Marx · Jan 16, 2021

Creating and listing XData definitions

As %String; Property Phone As %VarString; Property DOB As %Date(MAXVAL = "$piece($horolog, "","", 1)"); /// Index for property DOB Index DOBIndex On DOB
Article
Mike Kadow · Aug 12, 2016

NewBie's Corner Session 16 Introduction to New Concepts

have a comment, please respond through the InterSystems Developer Community, don't send me private email, unless of course you wish to address me only.See "Newbie's Corner Index" for an index of all NewBies' Posts
Article
Mike Kadow · Sep 1, 2016

NewBie's Corner Session 20 Parameters and Status Part I

send me private email, unless of course you wish to address me only.See "Newbie's Corner Index" for an index of all NewBies' Posts For more flexibility/fun with parameters, also
Article
Mike Kadow · Jul 10, 2016

NewBie's Corner Session 12 Do and Goto

a comment, please respond through the InterSystems Developer Community, don't send me private email, unless of course you wish to address me only.See NewBie Index for an index of all NewBie Corner posts.
Article
Mike Kadow · Jul 4, 2016

NewBie's Corner Session 10 Routines and Studio

to address me only.See NewBie Index for an index of all NewBie Corner posts. Hi Mike,I tried this, but I got an error:MyRoutine.INT(2) ERROR #1002: Invalid character in tag : '"Hello
Question
Chip Gore · Nov 14, 2016

Unexpected ROLLFAIL error in an object %Save() call

In writing some code on:Cache for Windows (x86-64) 2015.1 (Build 429U) Fri Feb 13 2015 14:37:23 ESTI noticed an unexpected "ROLLFAIL" error when a Unique Index fail was generated
Question
Stella Ticker · Apr 11, 2017

Multi-threading to improve performance

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 then observe