Search

Clear filter
Article
Evgeny Shvarov · Aug 27

Importing CSV Data Into InterSystems IRIS and preserving IDs

And it is not possible to change the IDKey to another index in the class once you have data in it.
Article
Kyle Baxter · Aug 10, 2016

Improve SQL Performance for Date Queries, AGAIN!

And now we can see that we're using the range condition in the date index!
Question
Abraham Wasswa · May 5, 2022

How to find Find RowId object

Index RowIdx On RowId [ Type = index, Unique ]; now (after building that index) you can open your object by its RowID​​​​​​​ SET task.Title = ##class(RESTAPI.TITLE).RowIdxOpen(RowID
Article
Luis Angel Pérez Ramos · Jul 17, 2023

Installation and adaptation of EMPI in Standalone mode - Feeding the beast with FHIR - Transformation and ingestion

we have chosen this patient from the list provided by the HL7 FHIR page itself: { "resourceType": "Patient", "id": "example", "text": { "status": "generated", "
Announcement
Evgeny Shvarov · Aug 3, 2021

Join InterSystems Discord While DC Is Not Available

To stay in touch, let's continue our tech talks on InterSystems Developers Discord Server 👈 Thank you for your patience!
Question
Sébastien Demoustiez · Sep 24, 2019

The studio is very slow on a specific namespace

We had a similar issue at a site and it turned out the routine index was corrupt, recompiling all routines solved this.
Question
Dmitry Maslennikov · Nov 13, 2022

SQL Foreign Key Constraint check on Delete

) ON UPDATE cascade ); I put some data INSERT INTO nodes (name, parent) VALUES ('n1', NULL); INSERT INTO nodes (name, parent) VALUES ('n11', 'n1'); INSERT INTO nodes (name, parent
Article
Robert Cemper · Aug 17, 2023

Reviews on Open Exchange - #30

} # Package Review Stars IPM * 1 appmsw-warm-home a real artwork 6.0* 6.0 y 2 Cache-in-Docker finally available 5.0 * 3 character-slice-index
Article
Jon Jensen · Jan 20, 2016

dates in the group listing - why so old?

that this groups index you linked shouldn't technically be accessible.
Question
Joao Palma · Aug 13, 2018

Query XML messages by Property Path

The issue here is Ensemble does not retroactively index messages that were received before you added the search table class. I need some information from the Past.
Article
姚 鑫 · Mar 22, 2023

Tutorial for Middle/Senior Level Developer: General Query Solution

- Comment 2,`s index = $o(^IRISTemp(pid, index)) ` start traversing according to the parsed `pid`, `index`.
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
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.
Announcement
Anastasia Dyubaylo · Mar 18, 2021

New Video: Connecting Devices to InterSystems IRIS for Health

smart assistants, and medical-grade monitoring devices are all able to connect to InterSystems IRIS for Health, allowing healthcare providers to make informed decisions that keep patients
Question
Humza Arshad · May 5, 2023

Can I connect InterSystems to third party app

I'm working with a client who has InterSystems in his hospital to the management of patients and nurses. Now he want to develop a web app which can schedule nurse sift.