Search

Clear filter
Question
David Satorres · Aug 7, 2018

Speeding up $listget

have thousands of registers in a class, and to access it quickly I'm going with $o at the index. From there, I get the values using $listget(). Something like that: s FromDateH
Article
Luis Angel Pérez Ramos · Jul 11, 2023

Installation and adaptation of EMPI in Standalone mode - Feeding the beast with FHIR - Configuration

We return to the attack with our EMPI! In previous articles we have seen how to configure and customize our EMPI, we have seen how we can include new patients in our system
Discussion
Benjamin De Boe · Jan 9, 2020

Hi there, any Query Plans tonight

is the response time. Feedback : What I would love to have from these plans is also a suggestion, how you get in db2 / oracle etc telling us what indexes or improvements in query we can
Discussion
Benjamin De Boe · Nov 9, 2020

Accent sensitivity and other internationalization issues

, it would help to get a cost-effective, language-independent index, but with a quite correct order. The ICU does suggest standardization (or at least standardized nomenclature
Question
Jenna Poindexter · Feb 5, 2020

%iFind.Highlight

Hi I've been working with SQL using an iFind index to search text. Using the %iFind.Highlight function in my SELECT statement I can get text back that highlights the found
Article
Renato Banzai · Jan 30, 2021

Making a blog using Python + IRIS Globals

", with the subscript "post", and the next subscript is the post Id. In this global I put the content of the post and finish! Just this, nothing of create table, index, etc
Question
Terri Tattan · May 10, 2016

Adding sources to existing domain

the Drop option. It will issue warnings (Source with external ID already exists) but continue to index the rest.For the third method (with loader and lister), you can simply take
Article
Evgeny Shvarov · Mar 31, 2018

What Are You Using For Issue Tracking

tracker just adds overhead without any significant benefits compared to index cards. Obviously if you have a large or distributed team you should use something, but again
Question
Jonathan Lent · Sep 16, 2023

DocDB: Can you find a document based on array contents

since it is at the root of the hierarchy. I've also seen an example in the forums where a property was created using a specific index in an array -- which would not be terribly
Article
Evgeny Shvarov · May 9

Building the UI by Prompting vs InterSystems IRIS Backend: Lovable, Spec First and REST API

dc_Sample.Person( %PUBLICROWID, Company VARCHAR(50), DOB DATE, Name VARCHAR(-1), Phone VARCHAR(-1), Title VARCHAR(50) ) GO CREATE INDEX DOBIndex ON dc_Sample.Person(DOB) GO And it worked
Question
Pavithra Rajamohan · Oct 13, 2020

Advice about HL7 Message creations for repeating loop items

than expected messages as I would expect a message to be triggered for each patient within my response. Do you have any suggestions on where the message generation code should go
Article
Evgeny Shvarov · Dec 24, 2022

Set up Your InterSystems FHIR Server With One Command

/fhir/r4/metadata Also zpm installs the simple UI which is available at: yourserver/fhirUI/FHIRAppDemo.html And you'll see something like this (with patient id=1 entered): How
Question
Evgeny Shvarov · Mar 31, 2018

How to Call a Custom Listing in MDX

Japan Onion rinsimilar: >>DRILLTHROUGH SELECT FROM [Patients] %LISTING [Custom SQL listing] # PatientID FavoriteColor 1: SUBJ_100301 Green 2
Question
Fanny Van · May 16, 2018

Collect TrakCare's datas

to the appropriate servers and secondly bear in mind that you are working with sensitive, confidential patient data and that must be respected at all times. Every LabTrak sites
Question
Oliver Wilms · Apr 21

My AI use case - need help with Ollama and / or Langchain

I am brand new to using AI. I downloaded some medical visit progress notes from my Patient Portal. I extracted text from PDF files. I found a YouTube video that showed how