Search

Clear filter
Question
Kyle M · Sep 17, 2020

modifying patient address in DTL

Hi Newbie question. Could you please help me implement the following using DTL only - no programming. We have a problem where our system sends longer addresses e.g. block
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
Announcement
Anastasia Dyubaylo · Dec 27, 2022

[Video] Patient Experience and the EHR

Hi Community, Watch this video to learn what's in store for patient experience initiatives for our hospital clients: ⏯ Patient Experience and the EHR @ Global Summit 2022
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
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
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
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
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
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
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
Ashok Kumar T · Jul 20, 2024

Index Build uses SetMapSelectability 

Hello Community, As per the Build index documentation "If you use BUILD INDEX on a live system, the index is temporarily labeled as not selectable, meaning that queries cannot
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
Article
Mihoko Iijima · Aug 31, 2023

How to rebuild index by ID

InterSystems FAQ rubric By specifying the start and end values ​​of the IDs for which you want to rebuild indexes in the arguments of the %BuildIndices() method provided