Search

Clear filter
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
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
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
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
Luis Angel Pérez Ramos · Dec 29, 2023

Performance tests IRIS - PostgreSQL - MySQL using Python

For these tests we will use a fairly simple table with the most basic information possible about a patient. Here you can see the command to create the table in SQL: CREATE TABLE
Question
Ashok Kumar T · May 15, 2024

FHIR Profile validation Java issues

Hello Community, I'm trying to execute the FHIR R4 profile validation and got the below error. How to fix this below error http://localhost:52773/csp/healthshare/learn1/fhir/r4/Patient/$validate?profile=http://examples.com/fhir/StructureDefinition/aktestpatient|4.0.1
Article
Mike Kadow · Jun 20, 2016

NewBie's Corner Session 8

, don't send my private email. Unless of course you wish to address me only.See NewBie Index for an index of all NewBie Corner posts. Suggestion: Add links in your index
Question
Joey McClammy · Feb 25, 2021

Having trouble looping through multiple NTE segments in the routing rule

using the following code. HL7.(NTE:4()) Contains "<NAVIRADTHPT>" Here's how the segments look. NTE|1||This patient is currently being seen for radiation therapy.|AHRADTHPT
Question
Jude Mukkadayil · May 12, 2021

Cache sql query

Hi , I am trying to retrieve the contact type column data of a patient based on the recent date as shown below. for instance contacttype Datefrom contact 1
Question
Jeremy Forsyth · May 10, 2019

SQL query with Count function running slow

A, looping on ID.For each row:Read master map SDS_Data._Transaction.IDKEY, using the given idkey value. Read index map SDS_Data.DataFeed.BSBAccountNoIndex, using the given %SQLUPPER
Question
Jenna Poindexter · Jan 10, 2023

How to execute a. pivot table and get results into %DeepSee.ResultSet passing. in filters

([GenD].[H1].[Gender].Members,[Measures].[%Count]) ON 0,NON EMPTY {[DiagD].[H1].[Diagnoses].Members,[AgeD].[All Patients]} ON 1 FROM [PATIENTS] %FILTER [AllerD].[H1].[Allergies
Article
Zacchaeus Chok · Nov 26, 2023

InterLang: Enhancing Conversational Social Prescriptions with LangChain Chatbot Agents and FHIR Resource Integration

, and progress. This allows the agents to engage in more meaningful and context-aware conversations with patients, offering personalized advice and support. A key aspect
Discussion
Yuri Marx · Aug 10, 2020

New features: QR-FHIR App - I want sugestions

Hi community, I created an app to generate vCard and QR Codes to patient data. This app is in the IRIS for Health contest, and I have more 14 days to improve the app with more
Question
Kurro Lopez · Oct 18, 2024

How to get the native sql error in SQL outbound adapter

Hi all, We have an restriction in a SQL database with a unique index. We want to catch that exception when it tries to insert or update a value that violates the unique index