Clear filter
Question
Eyal Levin · Aug 21
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
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
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
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
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
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
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
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
")
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
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
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
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
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
;/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
{
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