Search

Clear filter
Article
Luis Angel Pérez Ramos · Feb 20, 2023

Connecting to MySQL database from a Business Service using JDBC connections

EnsLib.File.PassthroughOperation: an standard Business Operation to write the properties of the patient in a file.
Article
Fabio Goncalves · Apr 19, 2017

Tracking Data Changes - Audit Log - 2 of 2

d ##class(Sample.Person).Test(1)INSERT INTO Sample.Person (Name, Age) VALUES ('TEST PARENT-CHILD', '01')SQLCODE: 0ID Age Name1 01 TEST PARENT-CHILD1 Rows(s) AffectedUPDATE Sample.Person
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
Laura Cavanaugh · Jul 19, 2019

Private Global Blocks in the Process Details

KEY=RCOS_vstorage"The $STORAGE value is not affected by setting process-private variables, global variables, or special variables. " Indeed, documentation [1] says that this is "Number
Question
Joost Platenburg · Mar 13, 2022

Error when push IKO to docker hub (on MacBook M1)

: The push refers to repository [docker.io/library/kubernetes-operator]6515fe38e1f1: Preparingf562a1750889: Preparingdenied: requested access to the resource is denied Is this indeed
Article
Robert Cemper · Nov 26, 2021

Traditional Debugging in ObjectScript

="" } elseif $D(^ImportFile(file,-1)) { set tName=$O(^ImportFile(file,-1,"Class",""),1,index) } Else { set tName=$g(^ImportFile(file)),index=0 } quit index </script
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
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
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
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
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
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