Search

Clear filter
Question
Jack Rack · Oct 11

How can I leverage bitmap indexes for performance tuning in a hybrid OLAP/OLTP IRIS workload?

of Bitmap Indexes To ensure bitmap indexes remain efficient in such OLTP-heavy environments: - **Compress Bitmap Indexes**: Regularly use utilities such as `%SYS.Maint.Bitmap.OneClass
Announcement
Vic Sun · Jul 31

[Demo Video] AI Clinical Trial Platform

It does this by ingesting structured and unstructured healthcare data, then uses AI to help identify eligible patients.
Question
Jeffrey Semmens · Mar 3, 2016

Load balancing multiple Ensemble operations to handle bulk load of data

Is there a recommended approach to routing messages to separate operations based either randomly or keyed off of a hash of the patient identifier involved?
Question
Blake Beeman · Jul 9, 2018

Clinical Viewer/TrakCare - Encounter Timeline Graph

Instead of the timeline auto-expanding, I would simply like for it to be collapsed when opening up a patient's record. Fantastic. It worked.
Question
Jonathan Harris · Jul 7, 2022

Delete first part of HL7 field up to first "(" character

Is it possible to do a SubString from an index to the end It seems like they have no function for this. ..ReplaceStr(input,start to "(","(") where I replace everything up to the first
Question
Muhammad Waseem · Jun 29, 2021

Composite primary key

Thanks Hi, The 'New Index' wizard allows you to add various properties to the index.
Announcement
Anastasia Dyubaylo · Jul 10, 2020

New Video: Reducing Readmissions with Machine Learning

YouTube: ⏯ Reducing Readmissions with Machine Learning In this video, we will demonstrate using InterSystems IRIS for Health for notification and analytics to identify patients
Article
Ramil TK · Jul 29, 2022

Concept of Using Python to Detect Human Faces and Emotions

Anyway, in the Hospital Information system, every patient's at least 1 photo is available, using that photo we can identify the patient, then once the patient reached the hospital using
Question
Michael Fortunato · Oct 25, 2022

Is there a way to prevent building indices when inserting records via `%Save()`

the index related to %Save() is no "build" but just setting a value to the index global. setting an index is mostly less load than saving an object.
Question
Steven LeBlanc · Jul 6, 2016

Any examples of DTL where create='existing'?

create a new patient.
Article
Henrique Dias · Aug 22, 2020

My experience working with FHIR

piece of information that I had on hands: https://www.hl7.org/fhir/patient.html The information provided by my Patient Chart is: Patient List Patient Details Allergy Vital
Question
Victor Castanon · Jul 9

Why isn't my SearchTable Generating Anything When I Run BuildTable

It's not going to index messages that don't have those assigned in the message object's properties.
Article
Zacchaeus Chok · Nov 28, 2023

InterLang: Technical Implementation of Streamlit Chatbot and LangChain FHIR Tool

@Tool("Fetches a FHIR Patient resource using a GET request by ID") Patient getPatientById(String patientId) { return client.read() .resource(Patient.class
Article
Luis Angel Pérez Ramos · Oct 25, 2023

Using FHIR Adapter to offer FHIR services on legacy systems - Posting a Resource

Since what we want is to record a new patient, we must make a POST call with our patient's data in the body of the call.