Search

Clear filter
Question
Andy Stobirski · Jun 29, 2023

Preventing healthconnect services from restarting after restarting the OS

Andy Hi Andy, I would say it should be enough to set indeed the Windows Service to manual/disabled during the maintenance: If youre in an mirror situation you could also disable the
Question
Ayman Yousef · Aug 2, 2017

How i can maintain cache DB

I have 18 GB health care cache Database i face delay with filter and transmit data around 20 - 45 Minutes, I need solution to fixed my issue.I did Rebuild indexes & Tune Table .
Question
Yuri Marx · Nov 2, 2018

How Can I get sentiment analysis from a source or entity from iKnow REST API?

You can also check highlighting output in the general indexing results page to see if it's being picked up as expected.Feel free to reach out directly to me and/or Fabio if you want.Thanks
Question
Davidson Faria · Jul 22, 2021

Strange query result

To be more specific the second query does not use some index due to the need to traverse all RPE.Veterinario rows due to the vet.numConselho > 0 condition.
Question
Ankur Shah · Nov 5, 2019

Cache DB - How I can access identity column value in SqlComputeCode with property

Index LabIDX On LabID [ PrimaryKey ]; Property LabID As %Integer(MAXVAL = 2147483647, MINVAL = -2147483648) [ Identity, SqlColumnNumber = 2 ]; Property LabName As %Library.String
Question
Eduard Lebedyuk · Aug 20, 2021

Bookkeeping in Business Operation

So, just only need an index by creation time. Looks like, that you have some data generated, which you should care about, but with some delay. Yes.
Article
Luis Angel Pérez Ramos · Feb 7, 2024

Sending WhatsApp messages from InterSystems IRIS production

Depending on the level received, we will send the patient one message template or another.
Article
John Murray · Apr 22, 2016

Huge icon on Atelier's Help menu

Thanks for your patience John!- Joyce For the information of anyone watching this thread, 1.0.158 appeared on the update site within the past 24 hours.
Question
Utsavi Gajjar · Apr 9, 2021

Is it possible to extend a Business process ?

Patient or Encounter.
Question
Eduard Lebedyuk · Aug 2, 2021

Median in SQL

[%COUNT]) ON 0 FROM patients Looks like IRIS BI MDX syntax I happened to need Median recently and came up with this solution.
Article
Renato Banzai · Aug 27, 2020

Using FHIR to Interact with Natural Language

With regular expressions I can search for what patient the person chatting wants to know about and what question or chart he wants to see. ### If this article help you or
Question
Yvette Moore · Jan 30, 2017

Investigating how to enhance our Sensitive data flag for other data sets

Exchange Consent Guide.Rather than flagging records as sensitive as data arrives, clinical data is assessed against existing consent policies when someone asks to view data for that patient
Article
shan yue · Feb 2, 2024

Fhir-HepatitisC-Predict application

Convert the sent JSON format examination results into FHIR resources (using simulated data for some patient basic information and other privacy data) Register the converted FHIR resources
Announcement
Robert Cemper · Feb 11, 2024

Reviews on Open Exchange - #38

6.0 y y 2 irisfirebase great exercise 5.5 y y 3 IRIS External Table Now with Docker 5.1 y y 4 HL7-FHIR-Cohort-Population Very good example of patient
Question
Francis Galiegue · Apr 18, 2016

Is there a table somewhere of deprecated classes/added keywords/etc and _when_ these changes took place?

this query against it: SELECT ID, Description FROM %Dictionary.ClassDefinition WHERE LOWER(Description) [ 'deprecated' To see deprecated methods execute this query: SELECT parent