Search

Clear filter
Question
Stephen Wilson · Mar 11, 2020

Can you have a custom %Status object without the error code in the $SYSTEM.Status.GetErrorText(sc) output ?

thing in the documentation (Cache 2018.1.3) under %SYSTEM.Status and that is the method signatures for some of these methods classmethod GetOneErrorText(statuscode As %Status, index
Question
Jack Rack · Oct 11

Can I implement row-level security in InterSystems IRIS using class parameters and runtime filters?

In this case, you will need to define an index on the property.
Question
David.Satorres6134 · Dec 17, 2021

IRIS as a document database and Properties population

Creating a Property so it can be indexed seems very useful and it works well when this property is created at the very beginning.
Article
Mike Kadow · May 24, 2016

NewBie's Corner Session 4 The Plus Sign and Concatenation Operators

Unless of course you wish to address me only.See NewBie Index for an index of all NewBie Corner posts. “It is not how much you know, but how well you communicate it to others.”
Question
Kurro Lopez · Mar 25

How to tokenize a text using SentenceTransformer?

Is there any other way to create the vector value so I can index it? Best regards.
Article
Ikram Shah · May 12, 2024

IRIS AI Studio: A playground to explore the Generative AI & Vector Embedding capabilities

Currently indexing from OpenAI and Cohere embeddings are supported, but just with few lines of code, we could add support for many other embeddings.
Question
Pavan Kumar Rayudu · Oct 15, 2024

Can InterSystems IRIS Data Platform 2019 be Integrated with Snowflake?

/docs.snowflake.com/en/user-guide/intro-key-concepts) is seems that you may use ODBC and JDBC, so SQL gateway can be used (SQL Gateway Connections | InterSystems Programming Tools Index
Question
Graham Uricchio · Mar 11, 2019

Creating multiple Record Map Records from a single HL7 message

^^^^MR|TEST|PATIENT|DG1(2) TEXT|DG1(2) CODE|DG1(2) DATE123^^^^MR|TEST|PATIENT|DG1(3) TEXT|DG1(3) CODE|DG1(3) DATE Is there a way to do this?
Question
Stefan Cronje · May 19, 2017

XML Import validation to not return on the first error

looks like this: <cm_file> <header> <sequence_no>919230983</sequence_no> <file_date>165362597</file_date> </header> <payment
Article
Timur Safin · Aug 26, 2016

Caché MapReduce - Basic interfaces for MapReduce implementation (part II)

As %String = $order(@i%GlobalName@(""),1,value) if index'="" { kill @i%GlobalName@(index) quit value } else { kill @i%GlobalName quit
Question
Smythe Smythee · Apr 25, 2022

How to save Data transformation Target data into Globals

Yes another application will take the date from the saved globals About my user story 1.Store the patient information in Cache database 2.Store the patient information coming in ADT
Article
Yu Han Eng · Oct 5

IRIS Audio Query - Query Audio with Text using InterSystems IRIS

Patients engaging in virtual conversations generate vast amounts of unstructured audio data, so how can clinicians or administrators search and extract information from hours of voice
Question
Gary M Lusso · Apr 18

HL7 DTL formatting

For all Prosthetics orders:when ORC-1(Order Control) is "NW" (New Order), need to update OBR-18(Placer Field 1) based on PV1-2 (Patient Class) value.assumption is that the selection
Announcement
Anastasia Dyubaylo · Dec 19, 2024

Looks Like Grinch Stole Our Recap!

Thanks for your patience, and keep an eye out for the return of our festive recap!
Article
Vachan C Rannore · Nov 21

My experience with APIs and POS integration.

How does a Payment Machine actually work? It's simple, start by initiating/creating a transaction, then retrieve its payment status.