Search

Clear filter
Discussion
Olga Zavrazhnova · Dec 10, 2020

Ideas for New Applications: What to Develop in 2021

Interfaces Data Quality Dashboard: This will show the data quality issues in the msgs during the build as clean patient data means more actionable data to help patients Knowledge Base
Discussion
Luis Angel Pérez Ramos · Nov 8, 2023

[Water Cooler Talk] FHIR, the holy grail of interoperability and EHR, or just another brick in the wall

Iterative build of TrakCare configuration/code tables utilising FHIR and HL7 Messaging. Data Analyzer RPMShare - Database solution for remote patient monitoring (RPM) datasets of high
Question
Lewis Houlden · Aug 17, 2022

Base64 payload and XML to objects

patient data. I have however solved the problem. The import doesn't like it when there are two of the same nodes with different structures. What you can do though is turn on XMLSEQUENCE
Announcement
Evgeny Shvarov · Nov 12, 2022

Technology Bonuses for InterSystems IRIS for (Women's) Health Contest 2022

Topic - 5 points Collect 5 bonus points if your application is helping with any Women’s Health problems solution. For example if your application can help pregnant patients
Article
Deirdre Viau · Apr 1, 2022

InterSystems Reports: How to store Server system databases in IRIS

The data that is displayed on reports. Example: Patient diagnoses Designer Catalog Manager How to configure system databases post-install 1) If InterSystems Reports Server
Article
José Pereira · Jul 9, 2023

Using iknowpy to do analytics on logs from iris-fhir-generative-ai

are asking questions rearging patients, and conditions like viral sinusitis and diabetes, for instance. This could lead system administrators to get insights about what users are expecting
Discussion
Aleksandar Kovacevic · Apr 26, 2020

Search within Globals (without class definitions

=columns) curs.close() conn.close() Which would result in a nice Pandas DataFrame: index Name Value Name Format Value Format 0 ^|"USER"|Persons(1,"Email
Question
Mike Kadow · Jun 12, 2017

Is Caché SQL essential to Caché Objects

as with raw Order: user opens a list, you give him first 100 objects and when he presses Next page, you continue from index 101 Show user SQL result without opening objects? Cache
Article
Henry Pereira · Aug 2, 2021

Let's fight against the machines

): if state[i] == '': empty_cells.append(i) for empty_cell in empty_cells: move = {} move['index'] = empty_cell new_state = copyGameState(state
Article
Peter Cooper · Mar 13, 2018

Replacing ZEN - Part 1 - Introduction

Index to Articles Hi All I am an avid user of ZEN for over 10 years now and it works for me.But it seems that Intersystems are no longer actively developing it (or ZEN Mojo
Article
Alexander Koblov · Jul 1, 2019

Transaction suspencion

global" instead for logging. It would be easier to have one ClassMethod Log, which would log everything needed to be logged, it can do it with objects, which would have indexes
Question
Daniel Castro · Jan 11, 2022

%Net.HttpRequest and {}.%FromJSON

: /// Contém os dados do INPC para calculos financeirosClass User.TabelaINPC Extends (%Persistent, %JSON.Adaptor){ Property Mes As %Integer [ Required ]; Index MesIndex On Mes
Question
Hansel Rudy Stange Gaete · Sep 14, 2020

Something Wrong? no reason iristemp grow to ful disk

due to an SQL query that is doing a join or order of non-indexed columns.When you restart Iris, you could delete the iristemp (it will recreate it), you can also set a param
Question
Michael Davidovich · Aug 12, 2022

Return Error Code After Unit Tests to CircleCI Job

, the the URL spits out with the result index in it. I created an instance of Manager and then ran the method but I don't seem to get any properties or output that say "this failed." Thoughts
Question
Yann Simons · Feb 26, 2022

%JSON.Adaptor thow an error with XData with JSON content

) { Property code As %String; Property description As %String(MAXLEN = ""); Index codeIdx On code [ Unique ]; XData FormValidator [ MimeType = application/json ] { { "code