Search

Clear filter
Article
David Marcus · Sep 7, 2016

Running HealthShare XSLTs from Terminal

, and to deal with IHE profiles (e.g., patient information query, document provide and register). Customers may customize the XSLTs to customize reports or for other reasons. For debugging
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.
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
Announcement
Anastasia Dyubaylo · Jan 9, 2023

Key Questions of the Month: December 2022

%)by Ephraim Malane FHIR Practitioner seacrh by PRACTITIONER return only one recordby Ephraim Malane Add users to the workflow on Patient Indexby Ephraim Malane HealthShare Edge
Question
Smythe Smythee · Sep 28, 2022

Ens.DataTransform

="",tSC=$$$EnsSystemError Goto Exit } You need to remove that. Also Patient info should be in SDA already, so you can remove: Set target.Patient.Name=source.GetValueAt("PID:5") Set
Article
Zhong Li · Aug 23, 2020

Run some Covid-19 ICU predictions via ML vs. IntegratedML (Part II

(dataFrame.itertuples(index=False, name=None)) ) return True Setup Python JDBC connection import numpy as np import pandas as pd from sklearn.impute import SimpleImputer import
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
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
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
Muhammad Waseem · Jul 2, 2023

LangChain – Unleashing the full potential of LLMs

to write an effective prompt is of critical importance. This framework module allows us to better manage prompts. For example, by creating templates that we can reuse. Indexes
Article
Ikram Shah · May 15

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
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