Search

Clear filter
Announcement
Jacquie Clermont · Apr 19, 2023

We're Up to 77 Sessions. I'm Pasting List in This Post

& Next HealthShare Patient Index & Provider Directory: New & Next HealthShare Unified Care Record: New & Next Introducing HealthShare Analytic Solution
Question
Kyle M · Sep 21, 2020

suppressing a patient identifier

Hi all Another newbie question. A small percentage of our patients have an extra hospital number which was imported from the previous PAS but is no longer in use. We only need
Article
Dan Berges · May 30, 2022

FHIR Patient Viewer

Patient Viewer is a single-page, reactive rendering tool built on Vue.js that displays in a human-friendly way the data returned from a /Patient/{id}/$everything call made
Question
Cédric Courtens · Jun 5, 2022

MDM: Patient Repository

?The goal is to implement a single patient repository for multiple hospitals, so HAPI MDM is really interesting.From what I've seen, some of the issues may be around compatibility
Question
Grace Fiamengo · Feb 28, 2019

Which is better for deploying new HealthShare environments and incremental updates - %Installer or Ensemble -> Export Production

+ Linkage Engine:15.03.1007 + Patient Index:15.03.1007 + Clinical Viewer:15.03.1007 + Active Analytics:15.03.1007]I have also heard that Ensemble tools don't always work well
Article
Mike Kadow · Jul 22, 2016

Newbie's Corner Index

NewBie's Corner Index - Links to connect to all NewBie posts. NewBie's Corner Session 1 Installing CachéNewBie's Corner Session 2 Variables Set and Write commandsNewBie's Corner
Question
CM Wang · Jul 16, 2017

How to index a class

Hi I have two persistent classes defined. 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
Question
Eduard Lebedyuk · Nov 24, 2017

Index build order

argument affects anything. They are converted into tBuildFlags which also follows by ASSCII sorting of index names I see. It's hard generatedIndexNext distracted meBut you may call
Question
Ruslan K · Oct 18, 2017

Rebuild class index

I have a class. In class there is an index. This index is for quick search on name property. Class User { ..... Property Name as %String; Index NameInd On Name
Announcement
Eduard Lebedyuk · Sep 10, 2019

Code Golf Index

Code golf is a type of recreational computer programming competition in which participants strive to achieve the shortest possible source code that implements a certain
Question
CJ H · Feb 15, 2018

The Index on a String field

I noticed that the subscript of the index map is actually the collated field (%SQLUPPER).Is String the only data type going through this transformation? Any other data type would
Article
Robert Cemper · Aug 17, 2017

Fix broken index

$SYSTEM.OBJ.ValidateIndices("Sample.Person","",1,2) Checking index integrity for class 'Sample.Person'Begin time: 08/17/2017 21:41:25 Verifying data from data
Question
Scott Beeson · Jul 7, 2016

Vote from index

Sometimes simply reading the subject or summary of a post from the index gives me enough information to vote. Instead of having to click through it would be nice if I could vote
Article
Robert Cemper · Jul 8, 2023

Character-Slice Index

A recent question from @Vivian.Lee reminded me of a rather ancient example.It was the time when DeepSee's first version was released.We got Bitmap Index.And we got BitSlice Index
Question
Yaniv Ben Malka · Oct 10, 2017

Index Recommended Approaches

familiar with two approaches:1. Create a new map (Index type) on a pointer global.2. Create a bitmap indexWhich approach is more recommended to be used in the case I described