Search

Clear filter
Question
Scott Roth · Jul 9, 2024

%DynamicObject (JSON) Response into Class Structure

Using the FHIR DEMO, I have pieced together how to make a FHIR Request using OAuth against an External FHIR Repository. When I execute the Patient search
Question
Brett Willis · Jul 16, 2021

Business Rule that can compare two fields in a repeating segment

I am trying to find the best way to evaluate if OBX-3 = ^IS TEST PATIENT? and OBX-5 = Y In the same OBX in a Business Rule OBX|1|NM|P-CSN|1|7623201922192||||||F OBX|2|NM|P-UCI
Question
Eyal Levin · Sep 8

Custom Operation VS production

Hi Everyone, So after @Ariel.Glikman posted a custom operation example, I'm stuck on another dilemma, and here it is: I might have different patients with the same business
Announcement
Kristina Lauer · Jun 16, 2021

Get an Overview of Personal Community

Learn the key features of Personal Community, an application that enables patients to get more involved in their own healthcare. This new course from Online Learning (1h
Article
Nicole Sun · Mar 25, 2024

A Peek at IRIS Data Platform Performance Strategies

little trick will help your applications shine. 1. Using Indexes Indexing serves as a means to optimize queries by maintaining an organized subset of frequently requested data
Question
Michel Liberado · Feb 11, 2022

How to get the list of indices in a class in order to manually delete some or all of them given some rules

that contains the index. See: See the documentation for more information: https://docs.intersystems.com/irislatest/csp/documatic/%25CSP.Documatic.cls?&LIBRARY=%25SYS&CLASSNAME
Question
Soufiane Amroun · Oct 6, 2017

sending mail alert

Hi world, i work on my business process and i meet a problem:i want to send mail alert to the patient when he misses take his temperature measurein the method for checking
Announcement
Mike Morrissey · Dec 3, 2020

December 3, 2020 – Multiple HealthShare Advisories

patient A through Patient Search Results page On Clinical Summary of patient A, select Patient Search Select patient B When on Clinical Summary of Patient B, click browser back
Article
Toshihiko Minamoto · Feb 17, 2022

Let's create an FHIR profile using SUSHI Part 1

systems and facilities. There are various [resources](http://hl7.org/fhir/resourcelist.html) defined in FHIR. For example, patient information has a definition called [Patient
Question
Evgeny Shvarov · Nov 6, 2017

How to find duplicates for a large text field in Caché Objects

? Thanks, Dmitry. Yes, the focus is - best performance.But what about the index declaration? There is a limitation of 511 symbols in an index, right?Should I put that in an index
Article
Eduard Lebedyuk · Jul 5, 2016

Useful auto-generated methods

For each defined property, query or an index, several corresponding methods would be automatically generated on a class compilation. These methods can be very useful
Announcement
Olga Zavrazhnova · Dec 9, 2023

Get Inspired: Winners of InterSystems FHIR challenge at European Healthcare Hackathon 2023

requires a system to automatically record video loops capturing key activities like patient and personnel movements. This system will allow retrospective annotations by humans, pre
Question
yeung elijah · Jan 27, 2021

How use column (auto_increment

an column called ID who is an auto increment and indexed as a primary key.You can overload this primary key by your own with this index : Index name On property_expression_list
Article
Timothy Leavitt · Jun 28, 2022

Unique indices and null values in InterSystems IRIS

. A natural implementation would be: Class DC.Demo.Node Extends %Persistent { Property Parent As DC.Demo.Node; Property Name As %String [ Required ]; Index ParentAndName
Question
Jeffrey Semmens · Mar 3, 2016

Load balancing multiple Ensemble operations to handle bulk load of data

in for one patient, other operations can handle messages that are not being blocked. Is there a recommended approach to routing messages to separate operations based either randomly