Search

Clear filter
Article
Mike Kadow · Jun 11, 2016

NewBie's Corner Session 7 True and False

through the InterSystems Developer Community, don't send me private email. Unless of course you wish to address me only.See NewBie Index for an index of all NewBie Corner posts.
Article
Mike Kadow · Jul 7, 2016

NewBie's Corner Session 11 Routine Line Types and Gotos

." Quit --Mike KadowPaulMikeKadow@gmail.comIf you have a comment, please respond through the InterSystems Developer Community, don't send me private email, unless of course you wish to address me only.See NewBie Index for an index of all NewBie Corner posts.
Article
Mike Kadow · Aug 26, 2016

NewBie's Corner Session 18 Caché or Cache

respond through the InterSystems Developer Community, don't send me private email, unless of course you wish to address me only. See "Newbie's Corner Index" for an index of all NewBies' Posts
Question
Evgeny Shvarov · Oct 8, 2022

How to Print Out an Arbitrary Global via Embedded Python

Hi, devs! Consider you have an arbitrary global with an unknown amount of indexes. How to print all the values to the terminal with Embedded Python? With IRIS I'd do: USER>
Question
John McBride · Aug 23, 2024

.NET External language server and output variables (IRISReference

; // get the method result In my code I'm using the following, but receive a message of "Index was outside the bounds of the array." How should I be using the IRISReference
Article
Muhammad Waseem · Feb 24, 2022

2 steps to display cache tables data on the web by using jquery datatable and embedded python

index(): #to render main index page return render_template('index.html') @app.route("/processes") def processes(): #Define sql statement mySql
Question
Robert Hildebrand · May 17, 2023

Looping through repetitive HL7 segment groups in business rule

is if both a PIDgrpgrp index is included and an ORCgrp index is included, and only if the outer punctuation characters are curly braces, not parentheses. We're on HealthShare version
Article
Benjamin De Boe · Jun 7, 2016

iKnow Feature Overview - Sentiment Analysis

is useful as it takes care of all aspects of highlighting entities and words affected by the attributes. This method is also used in the “Indexing Results” sample UI to render sentiment
Announcement
Anastasia Dyubaylo · Mar 29, 2021

Meet Nigel Salm - New Developer Community Moderator

uses iFind Indexing and sophisticated algorithms to create and manage the demographic data of 15 million Patients in the Western Cape Province. We have been working with IRIS
Article
Rahul Singhal · Mar 1

Leveraging InterSystems IRIS for Health Data Analytics with Explainable AI and Vector Search

'], data['sleep_hours'] )) conn.commit() print("Data successfully indexed into IRIS.") except Exception
Article
Daniel Cole · Feb 14

Back to Basics: Why InterSystems

or middleware for performance scaling, the IRIS kernel integrates key features like data indexing, journaling, and caching natively, ensuring low-latency performance under extreme
Article
Iryna Mykhailova · Nov 29, 2022

What's HL7v2

data for a consistent, complete patient view Automate workflows by reducing and eliminating manual data entry Help exchange health reporting electronically with regulators Open
Question
Muhammad Waseem · Jul 29, 2021

How to separate namespace Globals and Routines databases

have, for example, a Patient Class and one of the properties is Picture as %BinaryStream, the Binary Stream content will be stored in the 'S' global in the Storage Definition
Question
Eduard Lebedyuk · Dec 15, 2016

Is there a way to determine row level security in runtime

of external system, but it seems that row level access is calculated during INSERT/UPDATE and stored in %RLI index. Is there a way to achieve runtime access calculation?I understand
Article
Peter Steiwer · Jan 6, 2020

Filtering MDX results with SQL using %SQLRESTRICT

multiple cubes (one for each Build Restriction). %SQLRESTRICT needs to generate the index for which records to include on the fly. This has the benefit of allowing you to test out