Search

Clear filter
Question
Sebastian Thiele · Oct 13, 2017

DICOM TCP-Services and DICOM implementation details in Ensemble

as DICOM VR ´SQ´ (Sequence) for example to transport the Patients primary language (DICOM-Dictionary, PatientPrimaryLanguageCodeSequence). Setting it like Set tSC
Article
Niyaz Khafizov · Jul 27, 2018

Load a ML model into InterSystems IRIS

, for example to score patient risk models for current inpatient lists at HBI Solutions. The article is considered as InterSystems Data Platform Best Practice.
Article
Yuri Marx · Apr 22

My options to learning more from READY 2025

: Collaborative Innovations With InterSystems & You Healthshare HealthShare AI Assistant: Unlocking the Power of Every Patient Record, HealthShare Change Control (HS-CTRL
Question
Yone Moreno · Apr 30, 2020

Convert XML to a Request Message which has HL7 segments

;MSH.16>AL</MSH.16> <MSH.18>ASCII</MSH.18> </MSH> <ORM_O01.PATIENT> <PID>
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
Benjamin De Boe · Jun 19

Towards Smarter Table Statistics

particular zip code, and can choose between starting from an index on gender or one on zip code. The selectivity of the gender index will be around 50%, and the one on zip code may
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
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
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
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
Announcement
Celeste Canzano · Feb 19

Beta Testers Needed for our Upcoming InterSystems IRIS Developer Professional Certification Exam

REST API design best practices 1.2. Determines data structures Differentiates between registered object, serial object, and persistent classes Determines indexes
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
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
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
Question
Sergio Martinez · Aug 6, 2019

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

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, it returns