Search

Clear filter
Question
Norman W. Freeman · Jan 19, 2023

Why is node ordering different between two environments

and have a new collation.Some time back I set that to have different index collations forGerman, Hungarian, Italian, French, Slovenian, ...see my post Multi Language Sort
Announcement
Vadim Aniskin · Feb 27, 2023

InterSystems Ideas News #4

opportunities section on DC Searchable Index of New Features Set password through environment variable Schedule the article publication on DC site Support JSON on DC text editor
Question
Steven Henry Suhendra · Sep 27, 2023

How To Get 1 Data from List in SQL

%Persistent { Property propertyList As list Of %String(MAXLEN = 100) [ Required ]; Index ListIdx On List(ELEMENTS); } You can extract information using: SELECT * FROM
Article
Muhammad Waseem · Jul 6, 2023

ChatGPT with INTERSYSTEMS FHIR SQL BUILDER database

, and indexes, the Builder makes it possible for data analysts to query FHIR data without the complexity of learning FHIRPath or the FHIR search syntax.The repository will load FHIR
Article
Randy Pallotta · Jun 7, 2016

Using Ensemble SQL Operations for Selects, Updates, Inserts, and Stored Procedure calls

a select statement to see if a given patient MRN exists in a DB2: The ExecSP Operation shows how to execute a stored procedure from a BO3: the Update Operation does an Update4
Question
Saptarshi Sengupta · Jan 24, 2020

Intersystems and JReport

(#Roche) will also be very interested in having JReport integrated with IRIS in order to generate pdf files given specific data (i.e.: a screen table, a patient test)
Question
Anna Golitsyna · Feb 5, 2021

Need on Audit event functionality

: Either you fix it or your patient is gone. Robert, that's what I initially thought too and it's indeed mostly so but not 100%: the old style %RI is actually calling the new style
Announcement
Vel Sivamani · Mar 1, 2024

Intersystems - Cache Objects Health Share Application Developer

communication between healthcare systems. EMR/EHR Implementation – Designing clinical data integration solutions that improve patient record management and ensure compliance with industry
Announcement
Bryan Scown · Feb 7, 2022

Interoperability Software Engineer - Behavioral Health EHR platform

technology solutions that exponentially improve behavioral healthcare quality to better serve mental health providers and their patients. We’re seeking enthusiastic, passionate
Question
Andy Stobirski · Nov 14, 2023

Cleaning text, removing characters which break XPATH

patient confidential data from a proprietary system. I'll look into what I can do.I can answer a few though: XML Character Encoding is declared as <?xml version="1.0" encoding="UTF
Article
Alexander Koblov · Nov 19, 2018

Syntax highlighting for ObjectScript

$List(languages,langindex+1) // first language index is 0 so we need to add 1 to langindex } Attribute(syn,langindex,attrindex) { // in a real program this should
Article
Robert Cemper · Sep 17, 2020

Native API for ObjectScript Demo

","Washington","TX",67862),$lb("5709 Oak Blvd","Chicago","IL",30845),"","") Index list for Person & Employee (n,y):y $Employee $Person NameIDX SSNKey
Article
Jim Liu · May 14

A Semantic Code Search Solution for TrakCare Using IRIS Vector Search

. Please note that COLUMNAR index is not supported for VECTOR-typed column. CodeBERT embeddings have 768 dimensions. It can process texts of the maximal length of 512 tokens. CREATE
Question
Anna Golitsyna · Feb 4

How to find all globals in routines

, #; #; Attribute of the token. See Attributes() in %Library.SyntaxColor. #; "s": %Integer, #; #; Zero-indexed start position
Question
Yone Moreno · Dec 19, 2023

Transitioning from %?????????? to %SerialObject: Data Purge and Global Usage Concerns

, perhaps into multiple nodes, and stored in a global at a location defined by the IDKEY index. Persistent classes can also use globals for storing other things such as indexes