Search

Clear filter
Question
Jose Antonio Cañizares · Apr 1, 2016

How to extract column sorting of %ZEN.tablePane with or without snapShot

;snapShotId>,<tablePaneId>,"index",<columnId>,<value>,<dataId>)=""These are created the first time that the sort criteria is applied (asc) and has the same amount
Question
Nicky Zhu · Jul 1, 2018

How to add Chained parameters on search operation to FHIRServer

Hi guys,I'm helping our client to pass a Chinese CHIMA FHIR certification, which requires to search encounter by subject(Patient) name.I noticed that in FHIR specification
Article
Kyle Baxter · Feb 2, 2016

Creating an IDKEY with a chosen name

KyleID as %Integer; Index IDKEYIndex on KyleID [IDKEY];Number 1 works like the default IDKEY. It is not setable, and is automatically generated using $INCREMENT. Number
Question
Lawrence Grace · Feb 5, 2019

Support for gender code "U" in Healthshare

error and stored, but the viewer does not present it except (as far as I can see) in the patient search drop-down.The 2.3.1 HL7 ADT schema code table lists "U" as a supported
Announcement
Olga Zavrazhnova · Aug 12, 2022

Recap Video from MIT Hacking Medicine GrandHack

language processing to analyze the patient response and recommend next steps. This eliminates unnecessary trips to the ED. PrivyCare also uses FHIR to integrate with the EHR
Question
Paul Rick · Jan 14, 2018

Find last in a list of objects

As %String;Property Changes As List Of Rick.ChangeItem ;/// where & how create the index ?} is this for the the purpose of auditing datachange ? then why not using the built
Question
Jack Abdo · Feb 2, 2016

IFind french and stemming

Hi, I created with Studio a persistent class with the following field and index: Property DescriptionDemande As %String(MAXLEN = ""); Index
Announcement
Janine Perkins · May 31, 2016

Featured InterSystems Online Course: HealthShare Information Exchange Basics

Learn the basics about HealthShare Information Exchange, the architecture and common ways it is used.Find out how to perform a patient search, identify the main parts
Article
Kyle Baxter · Jul 19, 2016

Improve SQL Performance for Date Range Queries

extends %Persistent { Property TS as %TimeStamp; Property Data as %String (MAXLEN=100, MINLEN=200); Index TSIdx on TS; Index Extent [type=bitmap, extent
Article
Gevorg Arutiunian · Nov 8, 2018

Routine that converts indices to bitmap indices

Corporation // // Accepts (optional) arguments of a package and a logfile and changes all the index types to bitmap // where the index is not a system type, is not unique
Article
Julio Francisco · Mar 31, 2019

Bash script to create csv files for every global contained in a %GOGEN exported file from Cache

be very simply with bash, but ... - if I want a header in the csv file - if you export with GOGEN more globals together not only one - if I want a csv file for every global/indexes
Article
Ben Schlanger · May 7

Long Running SQL Queries: a sample exploration

administered a specific drug between the years of 2017-2019 to patients who reside outside the state and have one of the following conditions
Question
Martin Browne · Nov 4, 2019

Adding missing PID data to message using Q21

Hi, I’m working on a project to add specific PID data to an ORU_R01 message by querying our patient system and adding it to the ORU. Here is what I have managed to do thus far
Article
Lydia Huang · Mar 14, 2016

Execute an MDX query in the DeepSee Shell with/without results cache

].[Allergy Count],[MEASURES].[MEDIAN TEST SCORE]} ON 0,NON EMPTY HEAD(NONEMPTYCROSSJOIN([AgeD].[H1].[Age Group].Members,[AgeD].[H1].[Age Bucket].Members),2000) ON 1 FROM [PATIENTS
Question
Julie Bolinsky · Nov 13, 2022

DeepSee - Modifying advanced filter in pivot based off dashboard filter

in. So for example one user may want to look for # of patients with cancer dx or patients who have had a radiation procedure. How can I accomplish this OR feature using dashboard