Search

Clear filter
Article
Benjamin De Boe · Sep 13, 2022

CI/CD with IRIS SQL

, you may use this to take advantage of newish best practices such as the use of Extent Sets, which implement hashed global names and separate each index into their own global
Article
Chad Severtson · Apr 12, 2023

Determining Global and Table Sizes in InterSystems IRIS

by specifying USEEXTENTSET and DEFAULTGLOBAL. Using hashed global names and storing only one index per global have shown performance benefits. I use the following query to list the non
Article
Eduard Lebedyuk · Jul 13, 2022

Continuous Delivery of your InterSystems solution using GitLab - Part X: Beyond the code

After almost four years on hiatus, [my CI/CD series](https://community.intersystems.com/post/continuous-delivery-your-intersystems-solution-using-gitlab-index) is back! Over
Article
Timothy Leavitt · Mar 24, 2020

Unit Tests and Test Coverage in the InterSystems Package Manager

, the reports are generated. Set reportFile = "/opt/iris/test/CoverageReports/coverage.xml" Do ##class(TestCoverage.Report.Cobertura.ReportGenerator).GenerateReport(<index>, reportFile
Article
Tani Frankel · May 17, 2016

Ensemble Interfaces Disk-space Usage Estimation and Purge Verification Framework

as chunk of of other data, flags, etc... Once the order has been processed most of this data becomes irrelevant and so I extract the salient data, Patient ID, Prescription ID, Item
Question
Jonathan Anglin · Jan 28, 2020

Multiple Emails from EnsLib.EMail.OutboundAdapter

;<strong>"_title_"</strong></p>")do text.TextData.Write("<p>Patient: "_patientLName_", "_patientFName_" "_patientMName_"<br />")do text.TextData.Write
Announcement
Anastasia Dyubaylo · Nov 6, 2022

Key Questions of the Month: October 2022

Metcalfe How to convert xlsx to csvby Ephraim Malane Error when searching for a patient with medications on clinical viewerby Ephraim Malane Remove text within quotes in a stringby
Article
Yuri Marx · Jan 9, 2022

Ten real health datasets in a just one OEX application

in intensive care unit patients with heart failure: machine learning-based, retrospective analysis of the MIMIC-III database, Dryad, Dataset, https://doi.org/10.5061/dryad
Announcement
Angelo Bruno Braga · Mar 11, 2022

1st InterSystems Portuguese Tech Article Contest

decisions based on longitudinal patient information? 15 IAM – InterSystems API Manager Using API Manager to improve service publishing Note: Articles on the same
Article
Robert Cemper · Mar 2, 2023

Tutorial - Working with %Query #1

the challenge to use a Class Query for display.The idea in background: If this is a patient record then some bigstream documents might be directly attached to it.The class is defined
Article
Heloisa Paiva · Aug 23, 2023

A portal to manage storage made with Django - Part 2

="database" placeholder="Database"/> </form> Since now we are referring to the home path from the index, we should name it on the patterns, on urls.py. path('', home
Article
Alessandro Marin · May 7, 2018

DeepSee: Databases, Namespaces, and Mappings - Part 5 of 5

database.Map the ^DeepSee.Index global to this Database.Note on journaling and building cubesUsers should be aware that building cubes deletes and recreates the cubes’ fact and index tables
Article
Alessandro Marin · Apr 10, 2018

DeepSee: Databases, Namespaces, and Mappings - Part 3 of 5

indices. Note on journaling and building cubesUsers should be aware that building cubes deletes and recreates the cubes’ fact and index tables. This means that when journaling
Question
Arun Kumar · Feb 1, 2018

Performance in Cache ObjectScript

it is not an issue. Those SQL queries that don't use an index are the killers. Totally agree, way more important to produce readable easily supported code, especially by non-Caché folk. On my
Question
Anna Golitsyna · Aug 6, 2021

Cache routines: Date and Time Saved vs. Date and Time Modified

) rINDEX - Index of .OBJ, .INT, and .MAC routinesrINDEX(Name,"OBJ/MAC/INC")=$lb(Time compiled,Size)rINDEX(Name,"INT")=$lb(Time compiled,Size,Generated 0/1) rMAC - Native .MAC Macro