Search

Clear filter
Question
Scott Roth · Jan 18, 2018

Using StartsWith with a data lookup table

{RGSgrp(1).AIL:LocationResourceID(1).Room},1,6),"ONT EN","GAL OR","GAL EN",BUC OR")An HealthShare expert might be able to answer if it is possible to have an index on the fields of
Article
Eduard Lebedyuk · Mar 13, 2018

Continuous Delivery of your InterSystems solution using GitLab - Part III: GitLab installation and configuration

Index="_ $g(^UnitTest.Result, 1) _ "&$NAMESPACE=" _ $zconvert($namespace,"O","URL") quit url } XData html { <html lang="en-US"> <head> <meta charset
Question
Doug Strzalko · Sep 17, 2021

Record Map with Repeating Fields

You can then iterate over that last field and parse out the individual HL7 field values with $PIECE, or turn them into a $LIST and reference the elements by numeric index.
Announcement
Anastasia Dyubaylo · Oct 10, 2024

InterSystems Tech Video Challenge

🤩 Using Character Slice Index in InterSystems IRIS by @Robert.Cemper1003 Who's next?) Hello!
Question
Arturo Masero · Feb 17, 2022

Help with indirection and variable scope

With this scenario in mind, it is common that we use the @ operator to use wildcards for storing same data structures in different named tables, or playing with indexes.
Announcement
Developer Community Admin · Jan 11, 2024

Meet the Global Masters Winners for December 2023!

I began to enjoy designing how I wanted to store information, indexing... I learned to optimize data access in ways I never imagined could exist.
Question
Hannah Sullivan · Aug 24, 2023

How to best cascade deletes for a property that is a list of a persistent class?

If it is a Parent/Child relationship then I believe the children are stored by default in the extent of the parent so deletion of the parent automatically deletes the children.
Article
Evgeny Shvarov · Sep 3, 2023

Initializing InterSystems IRIS Docker Image with Python

os.path.basename(files))[0] # load the csv file into a pandas dataframe df = pd.read_csv(files) # write the dataframe to IRIS df.to_sql(table_name, engine, if_exists='replace', index
Article
Isaac Aaron · Jun 21, 2016

Simple Cache systemd Unit

My example is indeed intended for the classical use of one instance. I think the simplest way to solve the reporting issue is to provide a PID file.
Question
Nikita Savchenko · Mar 30, 2017

How to Output Binary Data with REST

Indeed I have discovered %CSP.StreamServer class which was able to do this job (example). But the approach I used in the example unfortunately works only with file streams.
Article
Sean Connelly · Aug 21, 2017

Warning: Stale Persistent Objects created by $THIS

So, while indeed $GET(a($THIS)) triggers something wrong, the construction itself is not correct.
Question
Rubens Silva · Jan 31, 2020

Help me understand this encoding behavior when exporting XML

Hello.I'm trying to export a XML stream containing some files that are supposed to have been written using UTF-8, but I'm facing some broken encoding issues.You can see below that I'm indeed
Discussion
Ben Spead · Dec 9, 2022

Can ChatGPT be helpful to an developer using InterSystems technology?

Because $System.Version is an abstract class, you can specify a method only write $system.Version.GetVersion() Hope this clarifies things "Hope this clarifies things" Indeed: ChatGPT
Article
Evgeny Shvarov · Sep 3

How to Build a Usable Method With 50 Parameters or Leveraging JSON As Method Qualifiers

Indeed: Generate signature: /// generates class for an arbitrary CSV.
Article
Yuri Marx · Apr 4

Part III: Studying for IRIS Developer Professional Certification with the "Ask Developer Community AI"

To identify automatically collected statistics via the SQL Statement Index, you can use the SQL Performance Analysis Toolkit provided by InterSystems IRIS.