Search

Clear filter
Question
david clifte · Sep 27, 2016

List Medical Records of an Patient

How to identify a patient of an encounter?Doing the following query in Edge we are able to list the records of all patients.I want select all records of a particular patient
Article
Developer Community Admin · Oct 21, 2015

The Keys to Breakthroughs in Patient Safety

and safety as other industries, such as aviation, where mistakes can have catastrophic results. Executives and physicians alike are dissatisfied with costs and outcomes, and patients
Question
David Foard · Dec 26, 2019

Performant index on date field

Is there a way to get a good performing index on a date field? I have tried various date property indexes and the query plan is always in a pretty high range. Below are query plan
Question
José Pereira · Apr 7, 2022

Inserting an index without reconstruction

Hi! I'd like to know if there are any issues if an index is inserted into a table without running the %BuildIndices() method. It's important to note that data inserted before
Question
Florian Hansmann · Sep 13, 2021

SQL - use specific index

Hello Community, we want to use a specific index on our sql-class. The index we want to use is called "iFilter".Currently we use the following technique of ignoring all other
Question
Sergey Madiev · Oct 30, 2019

SQL query index using

that doesn't use the necessary index: SELECT * FROM Portal.ProductStats ps left JOIN Portal.ProductCacheUpdates pcu ON (pcu.Item=ps.Item) WHERE ps.Item=?Takes 0.4 sec, doesn't use
Article
Scott Beeson · Apr 14, 2016

[request] a more compact index

I would really like to see (an option for) a more compact index of posts. The current index layout makes me feel like a) there's not much content on the site and b) I have
Question
Orion Correa · Apr 21, 2016

iFind index missing data

I've been using iFind indices in one of my applications but this morning discovered that the index is missing data. I confirmed the issue also exists in our test environment
Question
Eduard Lebedyuk · Aug 8, 2017

Apache server and directory index

I have a Caché server with external apache. It has a hostname, i.e.: http://myserver.com There is an index page, which is available over http://myserver.com/index.html
Article
Peter Cooper · Mar 18, 2018

Replacing ZEN - Index to articles

Hi AllThis is the index to a series of articles I hope to create over the coming months. ZEN and ZEN Mojo are no longer being actively developed by Intesystems - this is a great
Question
Dmitrii Baranov · Dec 17, 2024

Production pooled component index

, a partition index will be assigned to each table row. The idea is to create several instances of my business service using pooling (e.g. Pool Size = 4) so each business service
Question
Evgeny Shvarov · Feb 26, 2023

How can I know the patient id for a newly submitted Patient resource?

mentioned above works for a namespace called FHIRSERVER only. I have a FHIR server in a local docker container with endpoint: localhost:52773/fhir/r4 I send the following Patient
Article
Muhammad Waseem · May 30, 2022

FHIR Client to connect any open FHIR Server by using embedded python

,Practitioners and Encounters count along with Patient and Registered Servers details Index page will display FHIR Server List with active server selected. Select other server from
Article
Henrique Dias · Aug 26, 2020

Updating Patient Resource using fhir.js

the patient details, so I to search for an example of how to do it. The Github page of fhir.js has an example of how to update a resource. Looking at this example made me think
Question
Vivek Nayak · Mar 8, 2022

Patient resource not added in FHIR repository.

Hi Team, I got a 404 status code(fhirResponse.Status) in the below code while inserting patient resources. Other resources data are successfully inserted. Class