Search

Clear filter
Announcement
Anastasia Dyubaylo · Jul 10, 2020

New Video: Reducing Readmissions with Machine Learning

YouTube: ⏯ Reducing Readmissions with Machine Learning In this video, we will demonstrate using InterSystems IRIS for Health for notification and analytics to identify patients
Announcement
Anastasia Dyubaylo · Jun 16

[Video] It's CLEAR - Re-Imagining the Digital Front Door

It's CLEAR - Re-Imagining the Digital Front Door @ Global Summit 2024 Our new partnership with CLEAR provides exciting new capabilities for a variety of use cases, such as the patient
Question
Abdulaziz AlAnazi · Feb 11, 2024

Dictation with TrakCare

Regards Hi Abdulaziz, In TrakCare you can attach any type of file to a patient record. But that does not transcribe an audio file into a text.
Question
Guillaume Rongier · Sep 23, 2022

Store Procedure Returning a ResultSet with Embedded Python

engine.index(text, 'en') for s in engine.m_index['sentences']: for e in s['entities']: if e['type'] == 'Concept': print(e['index']) # Should return one
Article
Alexander Koblov · May 20, 2016

Collations in Caché

")="string index"^a("12345678901234567876")="string index"^a(12345678901234567880)="numeric index"^a(12345678901234567890)="numeric index"^a(12345678901234567900)="numeric index"^a(
Article
Mike Kadow · Oct 24, 2016

NewBie's Corner Session 21 Parameters  Part II

" for an index of all NewBies' Posts
Question
Chip Gore · Apr 15, 2020

InterSystems IRIS Business Intelligence - Limiting the source data for a cube

cube, but I'm having a hard time (short of defining a stored procedure to use instead of the extent query) for populating my cube indexes.
Article
Lorenzo Scalese · Apr 27, 2020

JSON-Filter

You can use a %DocDB, It’s a good way for storing JSON and index the main properties. However, JSON document is very flexible.
Question
Nupur kumar · Aug 24, 2016

Ensemble Message Bank

-Brendan By default, the message bodies are not indexed and cannot be searched. You can add a helper class to implement the search capability in the Message Bank. See documentation
Question
Scott Beeson · Oct 13, 2016

[DELIVERED] Mark Accepted Answer, indicate Answered questions

suggested before but I wanted to bring it up again.It would be very nice if we could "accept" an answer to our questions which would result in the question showing "answered" in the index
Question
Evgeny Shvarov · Oct 21, 2022

What is The Global With Persistence Data For A Class?

class definition or CREATE table statement) :Global Naming Strategy: you can use the USEEXTENTSET parameter to specify shorter and more efficient hashed global names for data and index
Question
Yana Rchks · Oct 30, 2019

SQL-query: Select item from table field of list of objects of another table

TitleIndex On Title [ Unique ]; Property Date As %Date (POPORDER=2) [ Required ]; Index DateIndex On Date [ Unique ]; Property Actor As list of packet.Actor (POPSPEC
Announcement
Shane Nowack · Apr 22, 2024

Beta testers needed for our upcoming InterSystems IRIS SQL Specialist certification exam

Designs a SQL schema Identifies role of bitmap extent index Determines use cases for indexes Distinguishes use cases for different index types​ Distinguishes primary, unique
Question
Lewis Greitzer · Apr 24, 2018

Retrieving HL7 message from SQL field and then sending out

My SQL team then runs a stored procedure to retrieve the patient ID and provider ID and insert the found values into fields in the table.
Question
Luis Angel Pérez Ramos · Aug 12, 2024

Error querying foreign table on MySQL

CREATE FOREIGN SERVER Test.MySQLDB FOREIGN DATA WRAPPER JDBC CONNECTION 'MySQL' Step 3: Create foreign table: CREATE FOREIGN TABLE Test.PatientMySQL SERVER Test.MySQLDB TABLE 'patient