Search

Clear filter
Article
Evgeny Shvarov · Apr 14, 2019

The Double Indirection or Yet Another Way to Process Data Arrays in InterSystems IRIS

After multiplication: ^A(1)=2 ^A(2)=4 ^A(3)=6 ^A(4)=8 ^A(5)=10 ^A(6)=12 ^A(7)=14 ^A(8)=16 ^A(9)=18 ^A(10)=20 Notice @arr@(index) construct. This is called
Question
Kevin Furze · May 14, 2016

How do I force outliers to be ignored - 2016.1

counts of just over 1,000,990 using that sqlthe plan clearly shows it's dropping down the consolidateID index first, then the dealerid->routeid, then the statusCode but has
Question
Stuart Byrne · Jun 4, 2020

How to Count the Number of OBX groups in a message using objectscript alone

Category: 2.4Message Structure: ORU_R01Segment Structure: OBX Path you followed to get to this Segment Structure: PIDgrpgrp().ORCgrp().OBXgrp().OBX You will need to set the index
Question
wenjie zhao · May 24, 2021

Backup strategy 双机备份策略

this page and your description it sounds like an HA cluster with shared storage: https://www.rosedata.com/index_en.php/Prodetail/index/proid/1 Do you have any specific questions
Question
Ben Spead · Apr 12, 2023

Code to copy class definition from one Namespace to another

the index entry in ^rINDEXCLASS($$$UPPER(classname)) to the new namespace. Don't forget to move all related classes such as Serial classes, datatype classes, super classes, references
Article
Muhammad Waseem · Feb 22, 2022

Building IRIS Responsive dashboard with Python Flask Web Framework

("/") def index(): #get dashboard data in dictionary variable content = util.get_dashboard_stats() return render_template('index.html', content = content) index.html use
Article
Alex Woodhead · Apr 24, 2023

Embedded Python access to Multidimensional Properties

%Library.AbstractResultSet Data Data Values indexed by query output Column name %CSP.Request Data URL and Form Data The class definition activates this behavior
Announcement
Mike Kadow · Jul 9, 2018

Caché SQL Queries

() 193 APPENDIX K – VARIOUS CLASS QUERIES 195 Class Index Query 195 Compiled Class Summary 195 Compiled Properties Query 195 Compiled Methods Query
Article
Jenna Poindexter · May 26, 2016

Using SQL to Create JSON From an Existing Persistent Object

request payload for a web service as a Persistent class ("Patient") that will be used as the message body for an Ensemble Request (of type Ens.Request). The Patient object
Question
Yone Moreno · Jun 1, 2020

How could we iterate on a segment list, to get a needed field which is present in each one of the list's elements

.13> <MSH.16>AL</MSH.16> <MSH.18>ASCII</MSH.18> </MSH> <ORM_O01.PATIENT>
Article
Guillaume Rongier · Jul 24, 2023

FHIR Oauth

](https://github.com/grongierisc/iris-oauth-fhir/blob/main/misc/img/Postman_Get_Token2.jpg?raw=true) 4. Make use of the token to get the patient list: ![img](https://github.com
Article
Mike Kadow · Sep 15, 2016

NewBie's Corner Session 27 Traversing A Global with $Order Part 1

respond through the InterSystems Developer Community, don't send me private email, unless of course you wish to address me only.See "Newbie's Corner Index" for an index of all
Article
Zhong Li · Jan 27, 2020

Python JDBC connection into IRIS database - a quick note

INTO %s (SepalLength, SepalWidth, PetalLength, PetalWidth, Species) VALUES (?, ?, ?, ? ,?)" % dtTrain, list(dfTrain.itertuples(index=False, name=None)) )curs.executemany( "INSERT
Article
José Pereira · Jul 17, 2020

Why is COVID-19 also dangerous for Machine Learning? (Part II

. It's important to note here that you must specify, in parameter INDEX, one of those properties to act like a primary key of each sample - otherwise a duplicate key error
Article
Ikram Shah · May 15, 2024

IRIS AI Studio: Connectors to Transform your Files into Vector Embeddings for GenAI Capabilities

) Settings.embed_model = set_embedding_model(indexing_type, model_name, api_key) storage_context = StorageContext.from_defaults(vector_store=vector_store) index