Search

Clear filter
Article
Kate Lau · Oct 9

Writing a REST api service for exporting the generated patient data in .csv

csv_buffer = StringIO() df.to_csv(csv_buffer, index=False) csv_string = csv_buffer.getvalue() return csv_string } } 4.
Article
Sebastian Musielak · Nov 7, 2016

How To Display Custom SDA Extensions in the Clinical Viewer (Sneeziness Example)

Index:15.0.6402 + Clinical Viewer:15.01.6402 + Active Analytics:15.0.6402] B - Assume that the custom SDA Extension has already been configured according to the documentation
Article
Pietro Di Leo · Oct 6

Presenting the FHIR Data Explorer: AI-Powered Hybrid Semantic Search & Patient History Generation

using vector embeddings and HNSW indexes for fast approximate nearest neighbor search.
Question
瑞 王 · Apr 7, 2020

Stored procedure call

The global ^PAADMi("No", "") is a index global, if I'm not wrong ,is a index of PA_AADM table and the field of the index is PAADM_PAPMI_NO (MRN number of patient).
Article
Can (Jon) Gencler · Nov 8, 2016

Importance and Collection of Exact Version Information ($zv / $zversion)

%ZHSLIB.HealthShareMgr).VersionInfo()Cache for Windows (x86-64) 2015.2.2 (Build 811U) Thu Mar 3 2016 12:55:48 EST [HealthShare Modules:Core:15.0.7865 + Linkage Engine:14.02.7865 + Patient
Question
Roger Beeman · Dec 13, 2017

SQL or Cache Function?

--Jill For better performance you should make a few changes:add an index on DOB field rebuild the index and run TuneTable modify the queryselect DOB from HSAA.Patient where dob&
Article
王喆 👀 · Feb 7, 2023

IRIS quick query service idea sharing

If I traverse the patient ID in the loop and store it in a table, I have sessionID, patient ID, and service name for the data in this row.
Question
Gigi La Course · Sep 9

Creating a lookup table with Data from ADT message to reference later in business rule

I have a vendor that only wants results on patients that arrive to the ED via EMS/Ambulance. The value I need for filtering is in the PV2;38.
Announcement
Bill McCormick · Mar 3, 2016

Compatibility Blog Post - Zen Reports Direct Printing and Windows 10

Maybe I just need to be more patient... Hi John - Apologies. Our WordPress site is having difficulty. The index shows the text but no individual posts appear.
Announcement
Mike Morrissey · Dec 22, 2020

December 22, 2020 - Alert: HS2020-09: Multiple HealthShare Alerts

Versions Affected Risk Category & Score HS2020-09-01: Internal Web Traffic between Productions in a Federation may be Insecure or Blocked Unified Care Record 2020.2Patient Index
Question
Dmitrii Baranov · Oct 20, 2024

IRIS SQL - query nested collection property

= 'Twain') ``` This article is focused on indexing, though it shows the principle of the SQL queryEffective use of Collection Indexing and Querying Collections through SQL Thanks
Announcement
Anastasia Dyubaylo · Oct 15

[Video] The Road to AI in Healthcare

A key message centered on the necessity of accurate data matching, particularly through the use of an Enterprise Master Person Index (EMPI).
Question
Keith Davis · May 31, 2019

Indices Not Working

Class User.Patient Extends (%Persistent, %Populate) [ SqlRowIdName = Patient, StorageStrategy = SQLStorage ] { Index AcctIndex On accountNo; Property accountNo As %String;
Article
Timothy Scott · Feb 28

High-Performance Message Searching in Health Connect

This means that it is inefficient to use this field as an index in the Message Viewer search. Counter to this would be a field like PID.18 (or Patient Account Number).
Article
Irene Mykhailova · Apr 25

Response times when using Dynamic and Embedded SQL

The only index that I added was the one-many automatic index for the Doctor-Visit relationship.