Search

Clear filter
Question
Eyal Levin · Aug 21

custom operation on patient type that will receive a business identifier and will search them and for each paient it will return a $everything for all the found patients

Hi, I need a custom operation on patient type that will receive a business identifier and will search them and for each paient it will return a $everything for all the found
Question
Dmitrii Baranov · Oct 20, 2024

IRIS SQL - query nested collection property

I'm experimenting with adapting SDA3 object model to store medical data in relational form, e.g.: ``` class Demo.DemoPatient extends (%Persistent, HS.SDA3.Patient
Article
Timothy Scott · Feb 28

High-Performance Message Searching in Health Connect

with 21 day message retention. To try and help with search performance, we extended the built-in SearchTable with commonly used fields in hopes that indexing these fields would result
Article
王喆 👀 · Feb 7, 2023

IRIS quick query service idea sharing

the patient ID into the doctor’s order ID, the same is true for other key fields. Is the problem solved? Program design (idea) Create a new index table field as SessionID, service name
Article
Vasiliy Bondar · Jul 16, 2020

IndexNameOpen and Navigation Methods for Non-Unique Indexes

As you probably know, InterSystems IRIS has a mechanism for auto-generating methods. So, when you create an index in a class, you create methods that make your work easier
Question
Scott Roth · Apr 22, 2022

Purge Process - Re-indexing SQL Tables?

A question has come up that I am not finding the answer for.... Does the daily purge process re-index EnsLib.HL7.SearchTable or other SQL tables? In looking at the purge process
Question
Andrew Taggart · Mar 7, 2024

Using Logi Reports to populate .pdf Document Properties-Custom Properties with Name-Value pairs extracted from TrakCare database for patient invoicing

We are investigating option of populating .pdf Custom Properties Name-Value pairs with episode/billing information from the TrakCare database, using Logi Reports. Resulting .pdf
Question
Scott Roth · Jul 3

Extracting lists from FHIR Responses

I am making a FHIR request against Epic, in when I get the Response back using "fromDao" I am extracting the stream into HS.FHIRModel.R4.Patient. However, the patient's name comes
Article
Sergey Kamenev · Jun 14, 2017

Globals - Magic swords for storing data. Trees. Part 2

") What's interesting is that it's not hard to do something similar to foreign keys in relational DB's using globals. Let's call such structures index globals. An index global
Question
Soufiane Amroun · Sep 26, 2017

How to Extract Values From a Global

values with profile_id and biometric type as keys, after comparing them with my personal program date (when the timestamp > at my fixed date : an alert message is sent to the patient
Article
Mihoko Iijima · Jun 29, 2023

How to compress (maintain) bitmap indexes for volatile tables

InterSystems FAQ rubric For volatile tables (tables with many INSERTs and DELETEs), storage for bitmap indexes can become inefficient over time. For example, suppose
Question
Sheetal Kairawala · Mar 6

SDA3 to HL7 transform

Has anyone used this transform to convert SDA3 to HL7? HS.Gateway.SDA3.SDA3ToHL7.ADTA0N Seeing below error ERROR <Ens>ErrGeneral: Can't evaluate DOM path '/Patient
Question
Alexander Rischke · Nov 22, 2024

IKO, webgateways and the DirectoryIndex

Good morning dear community, This is like my first post in this community. Let's see how this turns out.I have a question about the Intersystems Kubernetes Operator
Question
Dmitrij Vladimirov · Feb 1, 2023

Request to /MDX2JSON/PivotVariables/Patients?Namespace=IRISAPP show 404 error

;/TITLE> </HEAD> <BODY> <H1>Not Found</H1> The requested URL /MDX2JSON/PivotVariables/Patients was not found on this server. </BODY>
Discussion
Eduard Lebedyuk · Aug 13, 2020

Do you pass Ids or Objects in Interoperability Productions

{ Property Action as %String(VALUELIST=",Add,Update,Delete"; Property HL7Message as EnsLib.HL7.Message; Property Patient as ?; } // Assume I have received or created an HL7 Message