Search

Clear filter
Question
Eduard Lebedyuk · Jan 2, 2021

SQL Search/iFind to find out how many matches

I have an SQL text index defined like this Index TextIndex On (Text) As %iFind.Index.Basic(IGNOREPUNCTUATION = 1, INDEXOPTION = 0, LANGUAGE = "en", LOWER = 1); If I run a query
Question
Stephen De Gabrielle · Mar 27, 2018

How to convert FHIR(HTTP GET) Query into HL7

Hi, We have a PAS that accepts HL7v2 QBP^Q21 requests, and returns patient details in an RSP^K21.We have a clinical system that wants to sent an http GET request of the form http
Question
Romero Terrones Esteve · Nov 10, 2017

Best way for autocomplete fast search

Hello All,what is the best method for search a portion of text in a non-indexed global?I need to implement an autocomplete kind of search, in a global of >1M registers (text
Article
David Loveluck · Feb 1, 2018

How to efficiently query collection properties

Here is a snippet that I learned yesterday You can define an index on a collection property but when I tried to use it, I failed. I was using Select ….. where …. :xx
Article
Joel Solon · Dec 23, 2015

Caché ObjectScript Quick Reference

Solon. cheatsheet is really helpfull Thanks to @Muhammad.Waseem I'm posting an updated version of the "Cheat Sheet." how about adding a note about the fact that each index
Question
Justin Wilson · Dec 8, 2018

Cannot Query on Field in IRIS

($SYSTEM.Util.UTCtoLocalWithZTIMEZONE($ZTIMESTAMP), 3, 1, 0) }]; Index CityId ON CityId; Index State ON State; Index Longitude ON Longitude; Index Latitude ON Latitude; Index Status
Question
Daniel Kutac · Jun 1, 2016

Passing a parameter with slashes to the REST call

decoded by then. E.g. my API URL is http://localhost:52773/mapi/admin/v1/patients/{patientReference} where patientReference contains a slash so client call would be something
Question
Scott Roth · Jul 14

Use of FHIRPath.API not returning results as expected

I have been struggling sometime with trying to take a FHIR Bundle Response, extract the "entry.resourceType", extract the MRN and Name from the Patient FHIR Response... Going
Article
Ray Wright · Jul 22

Vector Search Performance

plausibility checking (there’s no source data to validate semantic proximity against) and does not reflect the clustering of data in vector space and its effects on indexed search
Question
Treephet Phannaphop · May 3, 2019

Extract string

Hi ThereI created function to manage string as requirement extract the first two letter of each word after space for example:Text = "Review symptoms to report with patient"After
Question
Joseph Thottungal · Nov 2, 2016

Update the Health Insghts table (HSAA.Patient) based on a changed assigning authority code

I have recently updated assigning authority in the Registry . How can I update the existing patient records in Health Insights with new code? (HSAA.Patient.PatientNumbers) Hi Alex
Question
Jeff Liu · Nov 2, 2020

Correct way to use Encounter.ActionCode = "C

the class reference doc: D = Delete this Encounter and any other Streamlets linked to it via EncounterNumberC = Clear all Encounters for this Patient and any other Streamlets linked
Announcement
Rob Bieman den · Dec 7, 2022

First Dutch HealthShare user group meeting

for Zorgdomein referrals Rehabilitation eHealth (video/exercises) created by patient app integrate with worklists EHR Automatic patient enrollment and referral using business processes
Article
Robert Cemper · Apr 26, 2020

Materialized Views

index. /// Define an index for <property>Name</property>.Index NameIDX On Name [ Data = (Name, Home.State, SSN) ]; And being experienced and comfortable
Question
Wilfredo Jose · Apr 30, 2018

Display a CLS in a terminal session

, %XML.Adaptor){/// Define an index for <property>Name</property>.Index NameIdx On Name [ Type = index ];/// Define a unique index for <property>TaxID</property>