Search

Clear filter
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
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
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
Kyle Baxter · Aug 29, 2016

Data Storage - Information You Must Know to Make Good Decisions When Developing

clearly want that indexed as it's a great way to look someone up. We know that sometimes we're going to have to look people up by name, so we'll want a name index, too
Question
Neerav Verma · Mar 5, 2019

PrimaryKey vs Idkey

Just wondering an Insight in the difference between these two indexesIdKey / PrimaryKey================= Property Identifier As %IntegerIndex Index1 on Identifier [Idkey]Index
Question
Don Rozwick · Mar 20, 2017

How to pass SOAP response back to Sender

I have an XML I am sending to an operation from a BPL. This is a query for Patient information from Epic using a web service. I created the operation using the add-in in Studio
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
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
Article
Iryna Mykhailova · Dec 12, 2022

Requesting and receiving test results (messages OML, ORL and ORU of HL7v2

, there are also segments related to the patient and order. Since patient information uses the same segments in different messages I won't go into details - an example of version 2.5
Question
Scott Beeson · Apr 27, 2016

Documentation for transforms/mappings

the XSL files, I see some very good comments like the following: <!-- Field : Patient Name Target: HS.SDA3.Patient Name Target
Article
Jimmy Xu · Jul 7, 2023

Using IRIS Populate Utility To Populate Data

Parameter. 1. At the beginning, I have created 2 persistent classes to support Populate Utility( Extends (%Persistent, %Populate)): popPatient which aim to populate patients
Question
Ashok Kumar T · Oct 17, 2023

FHIR Profile Validation Issues

Hello Community, I've created my FHIR patient profile and POST into FHIR endpoint in Intersystems FHIR Server. http:localhost:52773/fhirr4/StructureDefinition I use
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

#iFind

19 Posts3 Followers