Search

Clear filter
Announcement
Raul Rodriguez · Jul 7, 2023

Remote Job Oportinity - IRIS for Health

Remote Job Oportunity - IRIS For Health Job description RARUS HEALTH help patients and their families to improve dignosis and treatment of rare diseases. We are developing a web
Question
Arto Alatalo · Apr 12, 2018

How to resume inner $order loop from given point

=maxlog s oldroot=$name(@gl,4) ; we care only about first 4 indexes s gl=$query(@gl) ; take next global s root=$name(@gl,4) continue:oldroot=root ; skip all sub-globals
Question
Arto Alatalo · Jan 30, 2020

Query Plan uses temp-file, why

which should be avoided, right? select * from Test.Log where cdate = 1 select * from Test.Log where cdate > 1 Plan for 1: Read index map Test.Log.cdateIndex, using the given
Question
Mark Runyan · Jul 6, 2021

Cache numeric comparison via ODBC something is not working

portal -- it will tell you which indices it uses and how it builds a result. Excellent suggestions Sergei. Yes I believe the index does need to be rebuilt! But I'll have to ask my
Article
sween · Sep 19, 2024

eBPF - Cilium on FHIR® - A Star Wars Story

": [ "Darth" ] } ], "gender": "male", "id": "DarthVader", "birthDate": "1977-05-25", "resourceType": "Patient" } EOF curl -v -X PUT \ -H "Content-Type
Question
Michael Wood · Jun 14, 2024

Create a unique constraint on an existing table

? Also, I would lke to know how to add it in the table class. The following SQL should do it CREATE UNIQUE INDEX ON TABLE <table> (field1, field2) You will then want to stop all operations against the data and build the index
Article
Alberto Fuentes · Feb 19, 2016

Object Generators: a homemade RuleEngine

, compile the rule and generate the code to evaluate that rule in run-time Run the example The example provides a patient alerts rule.After compiling the classes of the project
Question
Dmitrii Baranov · Dec 12, 2024

%ExistsId and %OpenId methods for linked tables in FHIR Facade do not work

My IRIS instance is connected to a Postgres database using SQL Gateway and linked tables. One of these tables is projected to the Patient class. I want to select a record from
Announcement
Pete Greskoff · Jul 21, 2021

Alert: Incorrect Query Results with Non-Standard ‘GROUP BY’ Query

that is not in the GROUP BY clause*, and the query block contains a WHERE condition on that field. The results of the query block can be determined entirely from a single index
Article
Luis Angel Pérez Ramos · Mar 11, 2024

Application for generating HL7 messaging tests

large volumes of HL7 messaging. The application is developed in NodeJS and works by generating patient and doctor data from seed files that you can modify to your liking
Question
Virat Sharma · Jan 24, 2023

SQL Query needs optimization

ON Books.id=Orders.id where ((Records.qw=OrderBooks.qw) and (Records.er is null)) In addition to tuning tables, I would first look at the query plan and, accordingly, the indexes
Article
Evgeny Shvarov · Jan 18, 2020

Installing Samples BI module with ObjectScript Package Manager

Hi Developers! Many of you are looking for samples on how to work with InterSystems IRIS Analytics, formerly known as DeepSee. There is a Samples BI module with Patients
Article
Dmitry Maslennikov · Jun 5, 2021

Google Data Studio Connector to FHIRaaS

and API-KEY, provided by FHIRaaS. Resource field can be selected from the list, and at the moment only Patient, Practitioner and Encounter is available. Resource Id is optional
Question
Vivek Nayak · Feb 8, 2022

Duplicate Resource added in FHIR Repository

by specifying the ID of the patient in order to avoid duplicating this resource, after that you can transform this SDA to FHIR with no duplication of patient. ```Objectscript
Article
Zacchaeus Chok · Nov 28, 2023

InterLang: Technical Implementation of Streamlit Chatbot and LangChain FHIR Tool

. It includes functionalities like fetching patient data, creating observations, and managing goals. @Tool("Fetches a FHIR Patient resource using a GET request by ID