Clear filter
Article
Yuri Marx · May 29
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
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
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
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
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
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
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
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
($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
, 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
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
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
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
index.
/// Define an index for <property>Name</property>.Index NameIDX On Name [ Data = (Name, Home.State, SSN) ];
And being experienced and comfortable