Clear filter
Announcement
Raul Rodriguez · Jul 7, 2023
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
=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
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
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
": [
"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
? 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
, 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
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
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
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
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
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
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
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
. It includes functionalities like fetching patient data, creating observations, and managing goals.
@Tool("Fetches a FHIR Patient resource using a GET request by ID