Search

Clear filter
Article
Mihoko Iijima · Aug 31, 2023

How to rebuild index by ID

The %BuildIndices() method uses it to specify the index name. See the documentation for more info on how to rebuild the index.
Question
José Pereira · Apr 7, 2022

Inserting an index without reconstruction

Is it OK to use this partially rebuilt index if I don't care about data that isn't indexed? Did you do this before? I didn't build indexes manually, except for tests.
Article
Vitaliy Serdtsev · Jul 7, 2017

Indexing of non-atomic attributes

So, collection indexes have the following syntax: INDEX idx1 ON (MyField(ELEMENTS));orINDEX idx1 ON (MyField(KEYS)); The index is built with the help of the propertynameBuildValueArray
Discussion
Dmitry Maslennikov · Nov 9, 2020

%session.Data with unlimited amount of indexes

thirdly, if you meant variable number of indexes (in sense of variable number of parameters) then I can just refine Robert's solution to ClassMethod setValue(params...)
Question
Jiri Svoboda · Nov 29, 2016

SQL and indexing on collection properties

Is it possible to index values of this property and use this property in SQL?
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.
Question
Orion Correa · Apr 21, 2016

iFind index missing data

Hi Orion,I haven't heard about index data simply disappearing.
Question
Eduard Lebedyuk · Aug 8, 2017

Apache server and directory index

.: http://myserver.com There is an index page, which is available over http://myserver.com/index.html (/ is a Caché CSP app) How can I make index.html available from http://myserver.com
Question
David Foard · Dec 26, 2019

Performant index on date field

in index are just integers !!!
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 use
Question
Dmitrii Baranov · Dec 17, 2024

Production pooled component index

InterSystems IRIS by using the FindPoolIndex method, which will return the index of the current component in the pool.
Article
Developer Community Admin · Oct 21, 2015

Accelerating Clinical Trials Through Shared Access to Patient Records

accelerating-clinical-trials-real-world-patient-data-wp.pdf
Question
Tim Casey · Nov 3, 2017

Anyone have a DTL that will de-identify HL7 patient demographics?

I thought there used to be some code in the manuals to do this couldn't find it in my latest release manuals. In other words, turn prod data into test data. Searching on "anonymization
Question
Paul Riker · Aug 3, 2023

UCR + HSPI Patient Demographic Prioritization

Patient Search Response (Clinical Viewer, PDQ, XCPD, FHIR) - Only Registry demographics are used. Nothing from HSPI or Patient SDA. 3.
Article
Henrique Dias · Aug 26, 2020

Updating Patient Resource using fhir.js

I am defining a variable with the patient object that returns when I fill the form. // Perform a search to retrieve patient details for a specific patient window.loadForm = function