Search

Clear filter
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
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
Article
Thomas Daniels · Sep 3, 2019

IRIS Native API for Python

of stopnames, where index is name and value is ID, will change the code above to find the stop_id by name to the following code which will run without a full scan search
Announcement
Anastasia Dyubaylo · Jul 12, 2021

InterSystems Tech Article Contest

. 9 Applying analytics / ML to the SQL Statement Index – 10 My favourite maintenance tasks, automated – 11 Leveraging the Audit database – 12 The three steps
Article
Sergey Mikhailenko · Jan 24, 2023

Some aspects of migrating JDBC settings between IRIS instances

("NameField1",...,"NameFieldn") ^tmpPG(-1) Field names ^tmpPG(-3) Request and timing ^tmpPG(-4) Indexes, if built ^tmpPG(1…n) = $lb(value1,...,valuen) This information can
Question
Ephraim Malane · Oct 6, 2022

How to find and extract a substring from a string

; </tr> <tr class="row-16 even"> <td class="column-1">Alphabetical Index Changes August 2013 final</td> <td class="column-2"> <
Article
Heloisa Paiva · Jul 4, 2023

A portal to manage storage made with Django - Part 1

already know that the view home is responsible to render the index. Up until now, we have generated the variable “globals”, containing all the data, and passed it to the index.html