Clear filter
Question
Scott Roth · Jul 9, 2024
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
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
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
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
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
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
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
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
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
? 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
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
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
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
. 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
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