Search

Clear filter
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
Article
Zeljko Sucic · Jul 26, 2024

Cookie monster and other troubles (and some workarounds too) we ran into while doing Django on IRIS WSGI

("index") Which works great in gunicorn, uvicorn, even simple python manage.py runserver... but in IRIS it kept silently failing and throwing us back to login screen. After much
Article
Yuri Marx · Apr 6, 2022

Unit Tests: Quality of your ObjectScript Code

and unused variables, coupling index between components, among other defined criteria are evaluated within analysis solutions. Generally, within the development environment, lines
Question
Jimmy Christian · Jul 11, 2019

POST Not working for REST API - Method not found Error

is an array. The top node of the array is not used. Each subnode is subscripted by the index of the corresponding form variable in the pFormVarNames list. The value at a given
Article
John Murray · Mar 3, 2017

Atelier - the first three months

(like when we click on the globe icon and the CSP page opens)- Being faster- Support for the Add Relationship wizard to classes- Support for the other wizards such as add index, add
Question
Sergio Martinez · Aug 6, 2019

Preserving default value of a method parameter when passing a non existing property of a JSON object

would be the best approach? You're running into the fact that calling %Get on a dynamic object doesn't return an undefined when data at the index you specify doesn't exist. Instead