Search

Clear filter
Question
Pietro Montorfano · May 24, 2023

Indexes in IRIS

newly indexed table.
Question
Lukas Dolezal · Apr 10, 2022

Index inheritance

I want to store data in an index global without defining an index in an inherited class.Example: Class Aclass [ Abstract ] { Index TXSBI On TextSearch(KEYS); Index TXSSI On TextSimilarity
Article
Allyson Gerace · Feb 6, 2019

Index Handling

a new index.
Question
Andy Richards · Jun 1, 2016

Activating an index

I need to create an index on a property but don't want it available to queries until the index is fully populated.
Article
Ben Schlanger · May 7, 2025

Long Running SQL Queries: a sample exploration

recommended that the customer take the following actions:1) Use the %NORUNTIME keyword when executing the query, forcing it to use the more efficient Query Plan2) Build a new bitmap index
Question
John Hotalen · Aug 31, 2016

Indexing - How to create an index on a List property

Index NewIndex1 On PropertyD(ELEMENTS); Documentation.
Question
Cédric Courtens · Jun 5, 2022

MDM: Patient Repository

The goal is to implement a single patient repository for multiple hospitals, so HAPI MDM is really interesting.From what I've seen, some of the issues may be around compatibility between
Article
Dan Berges · May 30, 2022

FHIR Patient Viewer

/master/dist/js/fhir-patient-viewer-dependencies.js"></script> <script src="https://combinatronics.com/danb7788/fhir-patient-viewer/master/dist/js/fhir-patient-viewer.js
Question
Eyal Levin · Aug 21, 2025

custom operation on patient type that will receive a business identifier and will search them and for each paient it will return a $everything for all the found patients

Hi, I need a custom operation on patient type that will receive a business identifier and will search them and for each paient it will return a $everything for all the found patients

Patience Chikomba

0 posts0 comments
Announcement
Anastasia Dyubaylo · May 10, 2023

Key Questions of the Month: April 2023

by Adam Lees Restoring a backupby William Caldwell Indexing on a Multivalue fileby Mindy Caldwell REST API Versioning in Headerby Michael Davidovich Interoperability "Productions
Article
Robert Cemper · Aug 17, 2017

Fix broken index

master map data and index map data.
Announcement
Evgeny Shvarov · Aug 10, 2017

Tag Indexing is Introduced

I just have introduced new tag Indexing which relates to articles and questions on how to introduce, manage and increase performance with Indexing on Caché Objects.
Question
Mindy Caldwell · Apr 21, 2023

Indexing on a Multivalue file

It should be Index FundraiserIndex On FundraiserId [ Data = FundraiserID];and then rebuild the index. Edward, Thanks for your suggestion. Class modified as suggested.