Search

Clear filter
Article
Guillaume Rongier · Oct 15, 2020

iOS, FHIR and IRIS for Health

Repository](#howtoFhir) * [How to save a patient in the FHIR Repository](#howtoPatientFhir) * [How to extrat data from the HealthKit](#queryHK) * [How to transform HealthKit
Question
Soufiane Amroun · Oct 6, 2017

sending mail alert

Hi world, i work on my business process and i meet a problem:i want to send mail alert to the patient when he misses take his temperature measurein the method for checking
Question
Brett Willis · Jul 16, 2021

Business Rule that can compare two fields in a repeating segment

I am trying to find the best way to evaluate if OBX-3 = ^IS TEST PATIENT? and OBX-5 = Y In the same OBX in a Business Rule OBX|1|NM|P-CSN|1|7623201922192||||||F OBX|2|NM|P-UCI
Question
Suman Samanta · Oct 2, 2018

%NOLOCK in insert query

If you use INSERT with %NOLOCK, then some other process might UPDATE partially inserted row. Rows inserted as follows: a) Save inserted row (fill Data global) b) File index
Article
Timothy Leavitt · Jun 28, 2022

Unique indices and null values in InterSystems IRIS

. A natural implementation would be: Class DC.Demo.Node Extends %Persistent { Property Parent As DC.Demo.Node; Property Name As %String [ Required ]; Index ParentAndName
Question
Aditi Goswami · Jun 14, 2017

SQL Query for Range

COS commands (i.e. not via Objects or SQL).What is your $ZVERSION value? Perhaps you are running a version with a known problem in the area of index maintenance. ...or did you
Article
Brendan Bannon · Aug 29, 2016

The Art of Mapping Globals to Classes 1 of 3

the properties in the class (don’t forget the properties from the variable subscripts). Defined the IdKey index. Define the Storage Definition: Define the Subscripts up
Question
Dmitrij Vladimirov · Feb 3, 2023

Can not pass variable as argument to a classmethod after colon from Url="/Example/:Variable

When requesting /MDX2JSON/PivotVariables/Patients?Namespace Patients shoud be passed to a method but its not. When argument passed directly into the method it works. <Route
Question
kavin kumar · Jul 21, 2017

$Case or $Select

What is a major difference between $case and $select? See this relevant discussion. return $s(type["uc":"Unable to correct-"_$case($p(type,"uc",2),4:"Patient Collapse In",5
Question
Michael Fortunato · Oct 25, 2022

Is there a way to prevent building indices when inserting records via `%Save

Is there a way I can call %Save() on a %Persistent object and at the same time prevent indices from being built? Why would you want to do this?the index related to %Save
Announcement
Olga Zavrazhnova · Dec 9, 2023

Get Inspired: Winners of InterSystems FHIR challenge at European Healthcare Hackathon 2023

requires a system to automatically record video loops capturing key activities like patient and personnel movements. This system will allow retrospective annotations by humans, pre
Announcement
Mike Morrissey · Dec 3, 2020

December 3, 2020 – Multiple HealthShare Advisories

patient A through Patient Search Results page On Clinical Summary of patient A, select Patient Search Select patient B When on Clinical Summary of Patient B, click browser back
Question
Jeffrey Semmens · Mar 3, 2016

Load balancing multiple Ensemble operations to handle bulk load of data

in for one patient, other operations can handle messages that are not being blocked. Is there a recommended approach to routing messages to separate operations based either randomly
Article
Yuri Marx · May 29

Integrate with Google Forms

Google Forms is the most popular solution on the market for collecting data, answering questionnaires and quizzes. So, it is the ideal solution for collecting patient data
Article
Benjamin De Boe · Jun 28, 2016

iKnow demo apps (part 5) - iFind search portal

was the primary subject of exploration. With iFind, we stick to regular SQL tables, on which an iFind index is defined. An iFind index is an implementation of the Functional Index