Search

Clear filter
Question
Fábio Campos · Mar 18, 2021

How to make a select return accented characters

$zconvert() option). In the meantime, you can use the somewhat impractical workarounds described above, or possibly use an iFind index and specify a TRANSFORMATIONSPEC that removes
Question
Rico Rivera · Apr 23, 2021

ERROR #5002: Cache error: <FUNCTION

: 1 fileoff: 0 prevfcnt: 1 prevfileoeff: 0 min trans cnt: 1 min trans index: 19030804/23/21-09:15:00:329 (10096) 0 cstart of Cache for Windows (x86-64) 2017.2.2 (Build
Question
Laura Cavanaugh · Oct 3, 2018

Receiving SQL Error -76, Cardinality Mismatch, even though query has

Indexes to make queries faster. I'll probably leave the queries frozen until we come across this problem again. Unless I hear that it's OK to simply unfreeze them all. What's
Announcement
Developer Community Admin · Dec 12, 2023

Meet the Global Masters Winners for November 2023

how I wanted to store information, indexing... I learned to optimize data access in ways I never imagined could exist. It was truly love at first sight, and to this day, I
Announcement
Anastasia Dyubaylo · Jun 5, 2023

Key Questions of the Month: May 2023

system start at %ZSTARTby Eduard Lebedyuk Clone scheduled tasksby Pietro Montorfano Indexes in IRISby Pietro Montorfano Getting IAM licenseby Thomas Kotze Should numeric overflow
Question
Yone Moreno · May 12, 2023

Recommended way to split a list and generate a string structure

is $Listnext recommended? Is it true? The "$List" function returns a complete list, while "$ListGet" returns a specific item from a list given its index. When you need to iterate
Question
Scott Roth · Dec 9, 2020

Code migration using VSCode

/continuous-delivery-your-intersystems-solution-using-gitlab-index @Rich wrote: One thing to keep in mind is that all code that you create or edit in VSCode is stored locally on your
Article
Luis Angel Pérez Ramos · Nov 4, 2023

Connecting InterSystems IRIS and Firebase Cloud Firestore

) set docRead = ##class(%DynamicAbstractObject).%FromJSON(msg.Doc) set ^LASTFIREBASE(..DocName) = docRead.id $$$TRACE("Index: "_^LASTFIREBASE(..DocName
Announcement
Evgeny Shvarov · Sep 8

Technology Bonuses for the InterSystems Developer Tools Contest 2024

InterSystems IRIS contains a new technology vector search that allows to build vectors over InterSystems IRIS data and perform search of already indexed vectors. Use it in your
Announcement
Evgeny Shvarov · Jul 15

Technology Bonuses for the InterSystems Python Contest 2024

indexed vectors. Use it in your solution and collect 5 bonus points. Here is the demo project that leverages it. Python Pex Interoperability - 3 points InterSystems IRIS has
Article
Bob Schat · Feb 10, 2022

The InterSystems Iris Fhirserver running on a Raspberry Pi Raspberry running as a FHIRserver

in the URI on which you can access the FHIRserver. In my case the “Patient” resource is on http://192.168.1.29:9092/csp/healthshare/fhironpi/fhir/r4/Patient (doesn’t work from outside
Article
Fabian Haupt · Jan 20, 2017

Visualizing the data jungle -- Part I. Let's make a graph

/post/intersystems-data-platforms-capacity-planning-and-performance-series-index)) and more specifically [this article](https://community.intersystems.com/post/extracting-pbuttons
Article
Elliott Grey · Mar 7, 2023

Creating a REST API with JWT Authentication in ObjectScript

As %String; Property Level As %String; Index IndexName On Name [ IdKey ]; ClassMethod GetCharByName(name As %String) As TTRPG.Character { set character = ##class
Question
Sam S · Jan 11, 2018

Routing Rules

; uiytr5678A06^^^^CKS. This rule, HL7.{PID:3.1}=HL7.{MRG:3.1}would compare every identifier. Unfortunately no. Not all patients will have every identifier. Almost all will have
Question
Sudarshan Kumar · Jan 12, 2018

Read values from JSON in %CSP.Request

that. Thanks for responding patiently. Problem is solved.May i know how to compare two strings for equality. like,"inter" = "inter" ( true ) "black"="white " ( false )"inter