Search

Clear filter
Question
Sebastian Thiele · Feb 27

Searching InterSystems FHIR Server for specific Encounter (based on peroid)

I´am not sure If I get the whole idea of searching for periods wrong or if it has something to do with the way period (datatype) information are stored and indexed within the InterSystems
Article
Allyson Gerace · Feb 6, 2019

Index Handling

a new index.
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
Question
Pietro Montorfano · May 24, 2023

Indexes in IRIS

newly indexed table.
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.

Indexed Websites

0 posts0 comments
Article
Ben Schlanger · May 7

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
Evgeny Shvarov · Feb 26, 2023

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

I don't remember the header name 🤔 I think you have to include patient identifier(id) in patient resource Indeed it is in the Location Header.
Question
John Hotalen · Aug 31, 2016

Indexing - How to create an index on a List property

Index NewIndex1 On PropertyD(ELEMENTS); Documentation.
Question
Eyal Levin · Aug 21

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
Lorenzo Scalese · Nov 24, 2023

Journal File Indexer

To prevent high disk storage usage, Journal Indexer keeps only 5 indexed journals. If you index a 6th the oldest is automatically deleted from IRISTEMP.
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.