Search

Clear filter
Question
Stuart Byrne · Sep 9, 2020

Using Lookup or Exists on Repeating Fields in Ensemble Business rule

I have a project to only filter certain pathology results into a downstream system. Within a HL7 router and business I was planning on using a lookup table and either the exists()
Question
Utsavi Gajjar · Apr 15, 2021

Best practices for implementing REST Interfaces in an IRIS Production

Patient Administration System or Health Provider Directory.
Discussion
Paco Cadenas · Jul 11, 2023

Happy 66666 day!!

Write $Piece($SYSTEM.SYS.Horolog(),",",1) w +$h Indeed, but .... think on that guy revising that code 30 years after haha
Question
Evgeny Shvarov · Oct 8, 2022

How to Print Out an Arbitrary Global via Embedded Python ?

Consider you have an arbitrary global with an unknown amount of indexes. How to print all the values to the terminal with Embedded Python?
Question
John McBride · Aug 23, 2024

.NET External language server and output variables (IRISReference)

IRISReference a = new IRISReference(""); iris.ClassMethodStatusCode("%SYS.Namespace","ListAll",a); Conn.Close(); } catch (Exception eConn) { //this returns Index
Article
Muhammad Waseem · Feb 24, 2022

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

processes function and defining /processes in the route: App.py from flask import Flask, jsonify, render_template import iris app = Flask(__name__) @app.route("/") def index
Question
Robert Hildebrand · May 17, 2023

Looping through repetitive HL7 segment groups in business rule

The only way it works 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.
Article
Mike Kadow · Jun 11, 2016

NewBie's Corner Session 7 True and False

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

for an index of all NewBie Corner posts.
Article
Mike Kadow · Aug 26, 2016

NewBie's Corner Session 18 Caché or Cache

See "Newbie's Corner Index" for an index of all NewBies' Posts
Announcement
Liubov Zelenskaia · 23 hr ago

[Video] Document Server: Improving Performance While Reducing Stored Data

These advancements empower direct access to fields, quicker indexing, and enhance performance during queries.
Announcement
Jacquie Clermont · Aug 3, 2018

Global Summit 2018: Siri Inventor to Deliver Keynote at Special AI Event

in AI innovation will be the keynote speaker at a special AI event to be held at the Global Summit on Monday night.See the details below.BABAK HODJAT is the primary inventor of a patented
Question
Birun Balami · Mar 27, 2019

Sending Messages on the Top of Queue

As the patient demographic data and "stat" lab orders should always be prioritized over routine order messages, a "high" priority value would be set for those messages during in-engine
Question
Virat Sharma · Sep 10, 2019

%OpenId Query

%OpenId(RollNo_"||"_Marks) But in additional to this system methods, we now have some new ones which construct with index name and "Exists", "Open" and so on.
Article
Yuri Marx · Oct 7, 2020

Run your local IRIS http endpoints as https on the internet from your env

1.2 go to the app dir: cd iris-fhir-template 1.3 run the app: docker-compose up -d 1.4 get access to the endpoint from postman or other api client: http://localhost:32783/fhir/r4/Patient