Search

Clear filter
Question
Svetlana Ilina · Nov 28, 2016

spatial data

Look at this open source project, it is a spatial index for Caché, this project was done at the first InterSystems hackathon in Moscow. And the article in Russian about it.
Question
Rob Schoenmakers · Dec 6, 2022

How to delete system tasks?

Looks like you're experiencing the same thing as this person: https://community.intersystems.com/post/deleting-cleanup-sql-cleanup-index-task My answer's the same - this is a bug, and
Question
Arcady Goldmints-Orlov · Oct 3, 2017

Querying a list property with SQL

object instances of Foo and Bar we'll insert Bar orefs into the MyBar object list collection of Foo - but via SQL / the relational projection id keys are being used instead (and, indeed
Question
Rubens Silva · Jun 2, 2017

ResultSet / SQL.StatementResult: How to know if a column value is $list'ed

%GetMetadata().columns.GetAt(index).colName // and label. Notice that columns must be an instance of %ResultSet.MD.Column. Hi Rubens, Is this what you are after...
Question
Adam Lees · Feb 28

Estimate IRIS Health Connect database size based on HL7 message volumes

Both of those will have an index global. The message content is held in a stream which would be roughly the same size in bytes plus a small overhead.
Article
Yuri Marx · May 29

Use Mako Python template engine to generate dynamic content

For this application, the Mako was used to generate a valid FHIR JSON message to create a new patient on server: { "resourceType": "Patient", "name": [ {
Question
Ahmad Bukhtiar · Nov 19, 2020

Help with string function reading data from files

To answer your more general question, such as "How many patients are there with a specific Allergy Code?"
Article
Lydia Huang · Mar 11, 2016

Run MDX queries in the DeepSee Shell

[Age Bucket].Members),2000) ON 1 FROM [PATIENTS] %FILTER [GenD].[H1].[Gender].
Article
Guillaume Rongier · Jul 7, 2023

Iris FHIR Python Strategy

patient=178" } ] } ``` 6. Open get a patient with authentication (you should have access to Observation) ```http GET http://localhost:8083/fhir/r4/Observation?
Announcement
Olga Zavrazhnova · Nov 8, 2021

Calling all innovators! Take part in the European Healthcare Hackathon 2021

Leverage the synthetic data provided in FHIR to improve the insight on patients and their treatment or simply make your solution for any challenge usable immediately in practice with
Question
Prasanth Annamreddy · Sep 2, 2023

How to convert JSON data to FHIR Object

The FHIR JSON resource types - Patient, Encounter, etc. - need to be converted to HL7 messages using DTL.
Article
Julio Esquerdo · Feb 11

Using REST API, Flask and IAM with InterSystems IRIS - Part 2 – Flask App

"name": request.form["name"], "age": request.form["age"] } requests.post(API_URL, json=data, auth=HTTPBasicAuth(USERNAME, PASSWD)) return redirect(url_for("index
Question
Oleksandr Kyrylov · Apr 1, 2022

##class(EnsLib.HL7.Schema).GetFieldNameFromNumber() Bug

I want to get field name in "PID" segment by field number in HL7 Message using following object script expession: set nl = $CHAR(10) set str = "MSH|^~\&|MIHIN PATIENT GEN|
Question
Andy Caranicas · Apr 27, 2016

Reducing select fields hurts query performance

My experience is that the query-opt. somehow decides to use the extend-index instead of an property-index. Hi Andy,Have the tables used by the query been tuned?
Article
Mike Kadow · May 17, 2016

NewBie's Corner Session 2 Variables Set and Write commands

Unless of course you wish to address me only.See NewBie Index for an index of all NewBie Corner posts.