Clear filter
Question
Ba Moser · Aug 25, 2020
Of Sample.Address; }
In SQL it is Table Sample.Person1
No problem to define INDEX on Home_State
But Table Sample.Person1_AR
HowTo define an INDEX on AR_State ? Index st On AR.State;
Does
Article
Alexander Koblov · Jan 29, 2016
The object and relational data models of the Caché database support three types of indexes, which are standard, bitmap, and bitslice. In addition to these three native types
Question
Hannah Sullivan · Dec 30, 2024
I have a unique index on two properties in a class, and I want to open the instance by index key with one of the two properties is set to the empty string. Is this possible
Question
Yuri Marx · Sep 5, 2021
How Can I Do It (rebuild index) using ObjectScript?
Documentation
do ##class(Some.ClassName).%BuildIndices($lb("indexName1", "indexName2")) BUILD INDEX (via SQL)
%BuildIndicesXXX()
Question
Güvenal · Nov 10, 2021
Hello there!I am hoping to get some help with "SQL Search index" and JSON objects.I am storing a JSON object in a column of type %Stream.GlobalCharacter Property JSON
Question
Keshav Iyer · Apr 11, 2022
I have a %Persistent class with properties that are of %SerialObject. I want to add an index to a property of the %SerialObject class.
Is this possible? Yes. Here's a quick
Question
Shashvati Dash · Jun 25
Whats the significance of creating an Index with Data Keyword in Index Creating an index with the `Data` keyword specifies a list of properties whose values are stored within
Question
Krystian Wydrzynski · Sep 29, 2017
Hi,What is the best practice when adding FHIR extension to Patient resource? To not to lose it when updating Patient base class etc.Krystian Hi Krystian,I understand now, you mean
Question
Salim Amiar · Sep 11, 2017
Hello everebody,I'm begenning with intersystems, and i woul like to customize the screen patient Search psorposed by HealthShare,i have to change the form and delete some
Question
Raouf Besbes · Feb 23, 2018
Hello guys,I'm working on a Healthshare project . I am using a patient message Flow for Inbound SDA Data in an Edge Gateway.The patients are created , i manage to found them
Question
Ahmad Bukhtiar · Nov 12, 2020
have to generate differnet patient data or change MRNs etc. So request is is there a command to delete patient records that will remove from the tables, and delete reference
Article
Yuri Marx · Feb 1, 2024
of a clinical record can help the doctor take better decisions. One image and you map in your mind your patient, see:
To include mind maps to your FHIR data
If you using the IPM
1. Open
Question
Krishnamuthu Venkatachalam · Mar 10
the encounter streamlets of a patient.
I would appreciate help on how to achieve this, as I couldn't find any documentation explaining how to create indexes on a SDA element.
Thanks
Question
stephen mayo · Aug 10, 2017
Hi,I am new to Cache' MV but have extensive experience with other Pick flavors especially Unidata. I need to determine the impact of adding several indexes to a large file
Question
Larry Overkamp · Jun 1, 2018
the repetition to get. I have been unable to get it to work.OBXgrp is the location in the path at which the repetition occurs. Hard-coding an index, as in the example below, works.do