Search

Clear filter
Question
Julian Matthews · Oct 1, 2018

Issues manually creating HS.SDA3.Patient

, except I'm falling over when it comes to repeating fields within the SDA3 when creating the HS.SDA3.Patient object manually from within Cache.If I take the Patient ID as an example
Announcement
Shane Nowack · Oct 27, 2021

Beta Testers needed for our upcoming CCR Technical Implementation Specialist Certification Exam

with HealthShare configuration and settings; Describes how to work with HealthShare Patient Index linkage definitions T40.7 Effectively and safely uses
Question
Paul Reesman · May 18, 2016

Ensemble HTTP OnProcessInput

13 2016 21:04:51 EDT [HealthShare Modules:Core:14.02.2415 + Linkage Engine:14.02.2415 + Patient Index:14.02.2415 + Clinical Viewer:14.02.2415 + Active Analytics:14.02.2415] Solved
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
Question
Ron Sweeney · Dec 10, 2018

Multiple Claims and Removal of a Claim by Index

it by using:Set tNumClaims = pTargetDocument.GetValueAt("loop2000A(*)")so I really don't think its the schema.Can anybody give me some advice on how I remove a single claim by index ?I
Question
Guillaume Rongier · Jun 17, 2019

iFind Index With Relationship RowID Specification

]; Index NarrSemanticIdx On (Narrative) As %iFind.Index.Basic; Index UniqueNumIdx On UniqueNum [ Type = index, Unique ]; } The problem start when I add an Relationship in my indexed
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
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
Article
José Pereira · Feb 2, 2021

A custom SQL index with Python features

/cover_post_final.png --- #### Functional Index But this is just the tools needed to compare images based on their content. If you hasn't a nice query language like SQL, you'll end up
Article
Vitaliy Serdtsev · Jun 29, 2017

SQL index for array property elements

. Let’s take a look at a simple example:Class User.eav Extends %Persistent { Index idx1 On attributes(ELEMENTS) [ Data = entity ]; Index idx2 On (attributes(KEYS), attributes
Question
Uri Shmueli · Aug 10, 2017

Custom Index for Not Null Values Only

Hi1. Is it possible do define an index like that :create index UIX on MyTable (Column1) where Column1 is not null2. What happens if we add an index on a property
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
Evgeny Shvarov · Nov 30, 2017

Index Globals: Take Away or Rebuild?

Hi, Community!Consider you move data from one server to another or make a deployment with persistent data. What do you do with index globals?Is it always better to rebuild them
Article
Sebastian Musielak · Nov 7, 2016

How To Display Custom SDA Extensions in the Clinical Viewer (Sneeziness Example

+ Linkage Engine:15.0.6402 + Patient Index:15.0.6402 + Clinical Viewer:15.01.6402 + Active Analytics:15.0.6402] B - Assume that the custom SDA Extension has already been