Search

Clear filter
Question
Mark Runyan · Jul 6, 2021

Cache numeric comparison via ODBC something is not working

portal -- it will tell you which indices it uses and how it builds a result. Excellent suggestions Sergei. Yes I believe the index does need to be rebuilt! But I'll have to ask my
Question
Arto Alatalo · Jan 30, 2020

Query Plan uses temp-file, why

which should be avoided, right? select * from Test.Log where cdate = 1 select * from Test.Log where cdate > 1 Plan for 1: Read index map Test.Log.cdateIndex, using the given
Question
Arto Alatalo · Apr 12, 2018

How to resume inner $order loop from given point

=maxlog s oldroot=$name(@gl,4) ; we care only about first 4 indexes s gl=$query(@gl) ; take next global s root=$name(@gl,4) continue:oldroot=root ; skip all sub-globals
Question
Robert Cemper · Jun 10, 2018

Multi Language Sort

As %String;/// RomanianProperty DescRO As %String;/// SlovenianProperty DescSI As %String;Index Idx On ArtNr [ IdKey ];Index IdxDE On DescDE;Index IdxHU On DescHU;Index IdxDE On DescEN
Announcement
Pete Greskoff · Jul 21, 2021

Alert: Incorrect Query Results with Non-Standard ‘GROUP BY’ Query

that is not in the GROUP BY clause*, and the query block contains a WHERE condition on that field. The results of the query block can be determined entirely from a single index
Announcement
Mike Morrissey · Mar 23, 2020

March 23, 2020 – Multiple HealthShare Advisories

: Patient data is missing in the HSAA.PatientNumber table Advisory: The UpdatePlan for all cubes and cube groups is set to be Manual instead of BuildSynch Advisory: Slow DELETE
Question
Mani Vetri · Sep 9, 2019

Hapi Fhir

How can i access the model Patient class file from org.hl7.fhir.dstu3.model jar in spring boot Sorry ,I assume this is out of date meanwhile.
Article
Maria Muzychuk · Dec 3, 2022

Continuous glucose monitoring in Gestational Diabetes, by using FHIR Cloud Server and IRIS for Health

with preexisting diabetes, who would benefit from maintaining near-normal glycemia before conception. All DIP patients would benefit from earlier referral to the diabetes service. Emphasis
Question
Ponnumani Gurusamy · Jun 1, 2017

Cache With FHIR

identifies a resource (a patient, a diagnosis, etc., etc.), the URL /fhir/patient/123, for instance refers to the patient with an ID of 123. The HTTP Verb used indicates what you
Question
Stella Ticker · Jul 15, 2022

Blocking other streamlet types associated with a blocked Clinical Information Type

the diagnosis and the diagnosing clinician. So for example, if Dr A gave a Substance abuse diagnosis -DGSA to patient A, DGSA would not be in the diagnoses tag and Dr A would
Announcement
Raul Rodriguez · Jul 7, 2023

Remote Job Oportinity - IRIS for Health

Remote Job Oportunity - IRIS For Health Job description RARUS HEALTH help patients and their families to improve dignosis and treatment of rare diseases. We are developing a web
Question
Virat Sharma · Jan 24, 2023

SQL Query needs optimization

ON Books.id=Orders.id where ((Records.qw=OrderBooks.qw) and (Records.er is null)) In addition to tuning tables, I would first look at the query plan and, accordingly, the indexes
Article
Danny Wijnschenk · Nov 14, 2017

Advent of Code 2016 Day14: One-Time Pad

-time_pad for more info). You need to generate keys by taking the MD5 of a pre-arranged salt (your puzzle input), and an increasing integer index starting with 0. Only those keys
Article
Mike Kadow · Aug 29, 2016

NewBie's Corner Session 19 MUMPS verses Caché, what's the difference

you wish to address me only. See "Newbie's Corner Index" for an index of all NewBies' Posts Mike - it would be helpful if you hyperlink to "Newbie's Corner Index" Ben, I agree
Question
Alexander Brown · Feb 6, 2017

Lookup Time Complexity of a Global

If I were trying to access an index of a global variable, what time complexity would this operation have? My understanding of languages like Java/C++ is that arrays are stored