Clear filter
Question
Mark OReilly · Jul 3, 2023
the logic in EnsPortal.MsgFilter.Assistant Have you tried looking at the query plan for your query to see which indexes it is using and whether these appear to make sense
Article
sween · Sep 19, 2024
": [
"Darth"
]
}
],
"gender": "male",
"id": "DarthVader",
"birthDate": "1977-05-25",
"resourceType": "Patient"
}
EOF
curl -v -X PUT \
-H "Content-Type
Article
Alberto Fuentes · Feb 19, 2016
, compile the rule and generate the code to evaluate that rule in run-time
Run the example
The example provides a patient alerts rule.After compiling the classes of the project
Announcement
Steve Brunner · Nov 7, 2016
to know which SQL queries play a significant role in their application performance. To help in this determination we now keep statistics against all SQL in the SQL statement index
Question
Mark Lang · Feb 9, 2018
experience a timeout due to long execution time ? MarkDo you have an index on c_drugfull?The most likely difference between the 2 queries above would be the first using that index
Question
Scott Roth · Jun 9, 2020
not want to duplicate the process if I don't have too.
Thanks
Scott You'll need a Custom Function.
If the lookup field is indexed (Location in your case) you can use this function
Announcement
Evgeny Shvarov · Mar 21, 2022
Functional index implementation - 5
Data Move usage - 3
Embedded Python - 4
Docker container usage - 2
ZPM Package deployment - 2
Online Demo - 2
First Article on Developer
Question
Vivek Nayak · Feb 8, 2022
by specifying the ID of the patient in order to avoid duplicating this resource, after that you can transform this SDA to FHIR with no duplication of patient.
```Objectscript
Article
Dmitry Maslennikov · Jun 5, 2021
and API-KEY, provided by FHIRaaS. Resource field can be selected from the list, and at the moment only Patient, Practitioner and Encounter is available. Resource Id is optional
Article
Evgeny Shvarov · Jan 18, 2020
Hi Developers!
Many of you are looking for samples on how to work with InterSystems IRIS Analytics, formerly known as DeepSee.
There is a Samples BI module with Patients
Question
José Pereira · Dec 11, 2022
": "v7b8p314jfn4ldbmtodt1cd3k",
"clientSecret": "c4t8lsoeku3mvr698smb66eqve8ejemoei6ebm4u1fo2n65pkbv",
"scope": "openid profile launch/patient patient/*.read",
"redirect_uri": "https
Question
Stephen Canzano · Apr 13, 2016
for the Name property but my point is XMLExport will produce a representation of the Patient object even thought the same representation could not be Correlated via %XML.Reader or Saved
Article
Laura Blázquez García · May 23
, it doesn’t aim to simulate entire patient histories or clinical workflows. Instead, it helps when you’re just getting started with FHIR — when you want to test things incrementally
Question
Sebastian Thiele · Mar 26, 2021
, then? $LISTFIND certainly does its job well, but there is a better solution.
As the data grows, the search speed will drop, since this solution does not use indexes in any way.
Therefore
Question
Jun Suzuki · Aug 8, 2022
Hello, new user here ! My admin granted me all access to the domain I'm working on. Nonetheless, I'm unable to perform simple SQL queries such as creating a table or an index