Search

Clear filter
Question
Jeff Harris · Jul 27, 2021

Any way to add Ensemble HL7 interfaces via a script in Terminal

items from any collection, remove values from properties. This module uses a combination of the Populate Utils Methods, a whole host of Patient Names, Addresses, Identifiers and you
Announcement
Nikita Savchenko · Jan 19, 2017

Caché WebTerminal v4 Release

) ; Insert %1 lines w $c(27,91)_+$g(%1,1),"L" qIND ; Index w $c(27)_"D" s $y=$y+1 qINT ; Interrupt w $c(27,91)_"a" qJFY ; Justify qMC ; Media copy w $c(27,91)_"i" qMW ; Message
Article
Murray Oldfield · Nov 25, 2016

InterSystems Data Platforms and performance – Part 8 Hyper-Converged Infrastructure Capacity and Performance Planning

of other posts in the InterSystems Data Platforms and performance series is here.](https://community.intersystems.com/post/capacity-planning-and-performance-series-index
Article
Tani Frankel · Dec 28, 2016

Preventing Globals From Getting Journaled (Continued from How do I Minimize My Journals

using the same SSN value that already exists in the database, though I know there is a Unique index defined on that field, so this Save should fail, and a rollback should
Article
Muhammad Waseem · Jul 10, 2022

IRIS Climate Change application that shows how temperature is increasing worldwide as a proof of global warming

'}, axis='index',inplace = True) df.reset_index(inplace = True) #Filtering EndYear df = df[df['Element'] == 'Temperature change'] #Merging with df
Article
Muhammad Waseem · Mar 15, 2023

InterSystems Embedded Python in glance

Package Index (PyPI) is a repository of software for the Python programming language) If we need some other libraries, then we need to install the libraries using the intersystems
Article
Erin Spencer · Jan 24

Database Driven IRIS Production with Custom Inbound Adapters

" ]; Index StatusIndex On Status; } Status is important as that is how we will track unprocessed Fish from processed. Setting ENSPURGE to 0 will prevent this object from being
Article
Luis Angel Pérez Ramos · Jun 16, 2023

Creating a REST service in IRIS

of the person Property Dob As %String; Index PersonIDX On PersonId [ PrimaryKey ]; } Perfect, we already have our class defined and we can start working with it. Creation of our
Article
Mario Sanchez Macias · Nov 15, 2021

Checking your Backups and the number of journals to keep

(BackupChecker.Installer).restoreAll("backup.cbk") Starting to restore the Backup... It will take some time, be patient! The following directories will be restored: c:\intersystems\iris\mgr\appcode
Article
Yuri Marx · Aug 2, 2021

InterSystems IRIS REST Application Patterns

characterName As %String(MAXLEN = 100); Index CastingIndex On (movie, actor) [ Unique ]; } See the created files: Note 1: Parameter %JSONREFERENCE = "ID" allows return ID value
Question
Stuart Byrne · May 23, 2017

Unable to Parse CSV from Business Service to Business Process

in the business process. Please could you advise: Business Service: /// Collects CSV from Epic FTP, looking for ENH patient /// antiobitic sensitivities to be passed on to ENH Infection
Article
Zhong Li · Mar 28, 2023

Perceived gaps to GPT assisted COS development automation

, and automatically a clinical dashboard is generated, highlighting those patients who might have missed the early detection of heart failure, and grouping and ranking them across regions
Article
Murray Oldfield · Oct 1, 2016

Data Platforms and Performance - Part 7 ECP for performance, scalability and availability

-series-index) # ECP Architecture Basics The architecture and operation of ECP is conceptually simple, ECP provides a way to efficiently share data, locks, and executable code
Question
Arto Alatalo · Apr 15, 2020

%CacheSQLStorage: data location as variable

GloParameter = {"A"}; Property GlobalName As %String; Property Sub1 As %Integer; Property Data1 As %String; Index Master On (GlobalName, Sub1) [ IdKey ]; Storage NewStorage1{<SQLMap
Question
Eduard Lebedyuk · Apr 1, 2020

Use table-object as a part of SQL Query

= "^CacheTemp.TempTable"; Property TempID As %Integer; Property Name As %String; Property Age As %Numeric; Index main On TempID [ IdKey ]; } You didn't specify a version