Search

Clear filter
Article
Tirthankar Bachhar · Sep 27, 2016

Registering New Error Code and Error Message

happen if we try to create error status object with code which is not register? NSP>Set status=$SYSTEM.Status.Error("CODE1","Invalid DOB for incoming patient.")NSP>Write
Question
Ben Anderson · Aug 31, 2020

How to accept / as a valid character when parsing XML

I'm trying to parse some XML but I ran into an issue where my data has a / in it (see below). <pArray index="0">/shared/BENANDERSON</pArray> When I ran it, I got
Question
Rob Bieman den · Dec 11, 2020

HL7 2.4 ADT messages (MLLP) to JSON format

in the message and also get a segment Object by index. You can loop over your segments and extract the data from each segment. Once you have the data in the Properties of the object
Article
Robert Cemper · Nov 11, 2022

Reviews on Open Exchange - #19

funny demo 4.5 y 18 zpip strong helper 4.5 y 19 Collection-Indexing-and-Query really important example 4.0 y * 20 iris-grpc-example seems
Question
Andy Stobirski · Nov 30, 2022

Left outer join on tables returns no matches

but there aren't" is an index that hasn't been built. Try calling %BuildIndices(,1,1) on the local table and see if that makes a difference. (Note - that purges existing indices
Question
li scott · Apr 26, 2020

How to use setQueryTimeout in Ensemble JDBC

is the statement index and the second is how long to wait in seconds. I would recommend setting this parameter as a part of JDBC connection string if applicable - it is available in some
Question
Sergey Pavlov · Sep 3, 2021

SNMP fails with "Reason: (noSuchName) There is no such variable name in this MIB

this is because the SysIndex column is an index and is marked as 'not-accessible' in the MIB (which is correct AFAIK). Same thing for DBIndex. Can't be retrieved using a GET.
Question
David E Nelson · Jun 2, 2016

Filtering a Filter

will create a new index to quickly determine which members should be displayed when using a filter control.After this behavior is understood, you may wish to add hidden filters to your
Question
Nadirbek Nurlybekov · Oct 26, 2017

Differences between INNER JOIN

%STARTSWITH like so:SELECT Child.Name FROM Mother INNER JOIN Child ON Mother.ID = Child.Mother WHERE Mother.Name %STARTSWITH('A%')That will allow a ranged read of the Name index (which I
Question
Michael Davidovich · Apr 23

Debugging %Net.HttpRequest

. E.g. let's say I'm expected to set personId=dynArray.%Get(0).personId, but that there's no object with a personId at index 0, I will get this kind of error. I find often the safter
Article
Thomas Dyar · Mar 25

Workaround for scikit-learn 1.6.0 Incompatibility in IRIS 2024.3 AutoML

as...") install automl: pip install --index-url https://registry.intersystems.com/pypi/simple \ --no-cache-dir \ --target /path/to/iris/python \ -r /path/to/requirementsSnapshot.txt
Announcement
Bob Kuszewski · Apr 30, 2022

Announcing SAM (System Alerting & Monitoring) 1.1

upgrading from SAM 1.0, you’ll want to make sure you have sufficient disk space available, as SAM 1.1 adds additional indexes to the data. See the release notes for more
Question
Jodrick Sieyanji · Sep 30, 2021

Caché ObjectScript

or a birthday from its index? kind of if i have search someone from its name and have all his information displayed This is a great question. In your example you haven't created
Article
Shintaro Kaminaka · Mar 4, 2021

Building an FHIR Repository + OAuth2 Authorization Server/Resource Server Configuration on IRIS for Health Part 2

built the FHIR repository, there is no data in the repository, but you can request Patient data! For the Request URL, enter https://[hostname]/csp/healthshare/fhirserver/fhir/r4
Article
Yuri Marx · Dec 12, 2023

Part II: Transform custom healthcare messages to HL7

will show you how to convert 1000 patients from a CSV file to HL7 v2, using the Interoperability features of IRIS for Health. Article support application – custom2hl7 You can install