Search

Clear filter
Announcement
Anastasia Dyubaylo · Mar 10, 2022

InterSystems Globals Contest

Also, we are looking for smart data index implementations, such as spatial index, functional indexes for search, etc. There will be technical bonuses of such.
Question
AndreClaude Gendron · Apr 19, 2016

Unable to store (or rather retrieve) OREF in globals - Trying to create a Singleton Class.

And that simple local variable will work better, because it will not serialize OREF to string.And the only case when it was workng for me - then the parent call is still presented in
Question
Lesley Anderson · Jul 29, 2022

XSLT Samples

Indeed, it seems like this part of documentation is out of date. Though if you search on Github, you'll find copies of this class.
Question
David.Satorres6134 · Oct 22, 2018

%CacheObject on Iris - SOLVED

Scenarios where user code would really need %Compiler.Type.Object are indeed very rare and thus intriguing :-) %CacheObject was replaced with %Compiler.Type.Object.
Question
Matthew Cummings · Oct 14, 2021

Making a JWT/OAuth2.0

%GetIterator() Set newprivate={} ///Need to set KID at same index with other keys so re-creating new While iter.
Question
Victor Castanon · Jul 9, 2024

Has anyone worked with in Fhir R4 Binary deserialization (From Athena)?

The two argument form, %GetNext(.key,.value) will return the key index in .key and its associated ObjectScript value in .value.
Question
Grace Fiamengo · Feb 28, 2019

Which is better for deploying new HealthShare environments and incremental updates - %Installer or Ensemble -> Export Production?

Index:15.03.1007 + Clinical Viewer:15.03.1007 + Active Analytics:15.03.1007]I have also heard that Ensemble tools don't always work well with Healthshare.
Article
Renan Lourenco · Mar 9, 2020

InterSystems IRIS for Health ENSDEMO (supports arm64)

How do you envision that, a simple index with easy access like: DICOM: Link1 Link2 HL7 Link1 Link2 Or something more elaborated?
Question
Theo Stolker · Dec 22, 2022

%DynamicObject: How to insert json property at a specific location?

%Get(index) set done(element) = 1 if $EXTRACT(resource.%GetTypeOf(element), 1, 2) '= "un" { do newObject.%Set(element, resource.
Question
Erum Ahsan · Jun 6, 2023

JavaScript is not working as expected.

XData Style { <style type="text/css"> #loading {width: 100%;height: 100%;top: 0px;left: 0px;position: fixed;display: block; z-index: 99} #loading-image {position: absolute
Article
Muhammad Waseem · Apr 5, 2022

Using Globals as a graph database to store and retrieve graph structure data

(index) @app.route("/") def index(): #Establish connection and import data to globals irisglobal = IRISGLOBAL() irisglobal.import_g1_nodes_edges() irisglobal.import_g2
Article
Irene Mykhailova · Apr 21

Considerations when Migrating from Oracle, MSSQL etc to IRIS

Triggers, Indexes, and Views are all supported by IRIS.
Article
Mike Kadow · Jun 23, 2016

NewBie's Corner Session 9 Documentation and books

for an index of all NewBie Corner posts.
Question
Mack Altman · Dec 2, 2016

What are best ways to query large tables?

Well, if you want good performance in SQL Queries, you need indexes. What do your tables look like?
Question
Steve Pisani · Oct 22, 2017

Retrieving the absolute last entry from set of members in a level

Thank you for your patience Hi, Alessandro!But why it is not the case of what we already have solved?