Search

Clear filter
Article
Zhong Li · Jul 18, 2020

Save Pandas DataFrame into IRIS - a quick note

Basically the data is a spreadsheet of 1925 encounter rows with 231 columns, and the task is simply to predict whether a patient (linked to 1 or more encounter records) would be admitted
Announcement
Shane Nowack · Oct 27, 2021

Beta Testers needed for our upcoming CCR Technical Implementation Specialist Certification Exam

Index linkage definitions T40.7 Effectively and safely uses secondary environments Describes behavior of secondary environments; Deploys ItemSets to secondary
Question
Rubens Silva · Apr 15, 2020

Exporting sources as XML to stream

Now first thing, you must make sure that the file you used is indeed written using UTF-8. You can check it by using the following command: ```sh file -bi ..\..
Question
Joaquin Montero · Feb 25, 2020

GitHub, VSCode and IRIS for Health workflow

An open source tool for generating synthetic patient data. If you use this method, any developer will be able to jump between versions of your software very quickly.
Article
Alberto Fuentes · Feb 19, 2016

Simple $system.Event examples

There are two subscribers: SubPatient which handles Patient related messages.SubDummy which handles dummy messages.
Question
Brandon Butler · Sep 18, 2021

Standing up Local Instance with Cache.DAT file

Indian Health Service uses an offshoot of the VA's VistA Database which IHS calls RPMS (Resource and Patient Management System).
Article
Brad Nissenbaum · Jul 13

Care Compass - InterSystems IRIS powered RAG AI assistant for Care Managers

We are not medical professionals, and no part of this project should be interpreted as clinical advice or used for real-world patient care without appropriate validation and consultation
Question
Michael Davidovich · Jan 3, 2019

n00b questions

<CLASS>D and the index global will be I instead of D.
Article
Heloisa Paiva · Oct 25, 2023

Example of Flask application with SQLAlchemy-IRIS - Part 1

Pay particular attention to how the link for updating a post passes its ID as an argument and only appears if its user matches the current logged one.
Article
Mikhail Khomenko · Oct 11, 2021

Using Cloud Monitoring to Monitor IRIS-Based Applications Deployed in GKE

Then update the index-file: $ helm repo index . --url https://myardyas.github.io/helm-charts/ Push the updated index-file as well as the archive into GitHub.
Question
John Bradshaw · Jul 12, 2023

Help with global mapping with two namespaces with a static subscript

What parameters should the child table's subscripts have compared to the parent above?
Question
Wendy Griffiths · Jul 22, 2016

Overriding the property setter and getter methods

Property Description As %String; Property Invalid As %Library.Boolean [ SqlComputeCode = { set {*} = ##class(Wendy.LTCodes).GetInvalid({Code})}, SqlComputed, Transient ]; Index
Article
Steven Hobbs · Oct 8, 2019

$LIST string format and %DynamicArray and %DynamicObject classes

The first element of a %DynamicArray has index 0 while the first element of a $LIST has index 1.
Article
Robert Cemper · Jul 30, 2021

My Reviews on Open Exchange - July 2021

- no guide 1.5 20 Enhanced Monitor Manager A lot of extra work required 1.5 3 6 out of 5 for AnalyzeThis - that's a lot ;) @Peter.Steiwer, your app is indeed
Question
Tiago Ribeiro · Feb 25, 2016

Better Unit Testing Strategies for InterSystems Caché Development

Indeed. Presumably the "load and delete" defaults were a design decision based on the model of running unit tests elsewhere.