Search

Clear filter
Question
Ba Moser · Aug 25, 2020

How to create index inside Array

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

Creating a Custom Index Type in Caché

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

Unique Index Open on Empty String

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

Rebuild table index using ObjectScript

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

SQL Search index on JSON objects.

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

Is it possible to add an index to a %SerialObject property?

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

Difference between Index ZipIDX On ZipCode [ Data = (City,State) ]; and Index ZipIDX On (City,State)

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

How to add FHIR extension to Patient resource?

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

Customize search patient and change the HTML CSS .

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

Patient data display Problem on Healthshare clinicalviewer

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

is there a command to delete patient from Edge Production

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

Mind map your FHIR patient data

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

Creating indexes on a SDA field

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

Determine the impact of CREATE-INDEX on a large file

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

Variable as repeating field index in property path

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