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.
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
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
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.
Article
Robert Cemper · Jul 8, 2023

Character-Slice Index

a numeric value by its binary parts.So my idea: Why not indexing strings by their characters?
Question
CM Wang · Jul 16, 2017

How to index a class

Lets call it Parent and Child.Child class is one of the property of Parent Class.I would like to define a index on Child class.So what is the default behaviour I defined a index on