Search

Clear filter
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
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
Sylvie Greverend · Mar 14, 2024

HealthShare css style and navigation application extension

In HealthShare, we can add any new application that will show up in the left menu of the viewer. I am trying to add new navigation entries that will look like 'patient search
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
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
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
Article
Timothy Leavitt · Feb 21, 2024

Functional indices for lightning-fast queries on many-to-many relationship tables

in DC.Demo.Post. Add a standard index on (Usr, Post) in DC.Demo.Comment. And this isn't a bad approach at all! For some use cases it might even be "good enough." What is IRIS SQL
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
Question
Scott Beeson · Oct 12, 2016

Duplicates for EVERY HS.Message.PatientSearchRequest

If I run SELECT * FROM HS_Message.PatientSearchRequest ORDER BY ID Desc every row has a unique ID but every other row is an exact duplicate. Why would this be? I found that half
Question
Aditi Goswami · Jun 14, 2017

SQL Query for Range

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 already
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
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
Anastasia Dyubaylo · Apr 23, 2024

[Video] Digital Health Showcase - Virtual Care

Hi Community, Watch this video to find out how these digital health startups are improving workflows for disease management, remote patient monitoring, and patient engagement
Question
Ashok Kumar T · Jul 4, 2024

JWT enabled FHIR Server web app access

this url http://localhost:52773/csp/healthshare/learn1/fhir/r4/login with basic auth get the JWT token. Now I use the access token as a "Bearer" for GET the patient resource. But I
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