Search

Clear filter
Question
John Hotalen · Jan 26, 2022

ZEN Tablepane double click issue

to this dblclick="zenPage.resolveQATicket();" and within the resolveQATicket client method I try to retrieve the selected row index, so I can do some actions
Question
Evgeny Shvarov · Oct 6, 2022

What is the Analog of $DATA for Embedded Python

at index ^Global("x","y")? E.g.: In ObjectScript I'd do the following: set result=$data(^Global("x","y")) How do I do the same in Embedded Python? I checked the documentation
Question
Ran Kahane · May 17, 2023

Identity property - CacheSQLStorage

, Transient ]; Index PMKey On (Subscript1, Subscript2) [ IdKey, PrimaryKey, Unique ]; Storage MainStorage{<SQLMap name="MainMap"><Data name="Data"><Delimiter>"$c(31)"<
Question
Evgeny Shvarov · Apr 10, 2021

Do we have one-to-one relationships in IRIS

" feature -> Class Sample.Person Extends (%Persistent, %Populate) { - - - Property Spouse As Sample.Person Index sp On Spouse [ Unique ]; // to verify 1:1
Article
Muhammad Waseem · Jul 6, 2023

ChatGPT with INTERSYSTEMS FHIR SQL BUILDER database

, and indexes, the Builder makes it possible for data analysts to query FHIR data without the complexity of learning FHIRPath or the FHIR search syntax.The repository will load FHIR
Article
Luis Angel Pérez Ramos · Feb 20, 2023

Connecting to MySQL database from a Business Service using JDBC connections

parameters: System: MySQL Server: mysql User: root Date: SYS You will find a new database configured named test if you access it you will find a table named patient with two
Question
Jeferson Amorim · May 14, 2018

How can i mapping new SDA3 extensions for the Information Exchange

I'm creating patient extensions and I'm sending an SDA file to be interpreted by Information Exchange.How do I map the custom SDA3 so that Information Exchange can see these new
Article
David E Nelson · Mar 9, 2017

Machine Learning with Spark and Caché

into a vector. It also involves indexing the classes, replacing "Iris-Setosa" with 0.0, "Iris-verisicolor" with 1.0, and "Iris-Virginica" with 2.0. Randomly divide the Iris data
Article
Iryna Mykhailova · Oct 30, 2018

Caché eXTreme for .NET - direct access to globals from C

first return to the level of a single index. To do this, use the SetSubscriptCount() method with parameter 1. And further, using the Set() method, simply add subscripts
Question
Laura Cavanaugh · Jul 17, 2017

Need variable number of query parameters in dynamic query

, this defines their position as arguments.Methods that support a variable arity imply on using three rules:1 - Argument variable must contain the arity size.2 - Argument index starts
Question
Jeffrey Drumm · Jan 6, 2020

Querying EnsLib.HL7.Message via ADO/ODBC

finishes executing on the server. Query 1 fails because you have to do a join on the two large tables and your only where clause is against a property that is not indexed. Query 2
Question
Sébastien Demoustiez · Sep 24, 2019

The studio is very slow on a specific namespace

? We had a similar issue at a site and it turned out the routine index was corrupt, recompiling all routines solved this. Hi, I'm having a similar issue but with purge queries
Question
Sadagopan Srinivasan · May 31, 2020

No Suitable Driver Found for jdbc:Cache://ipaddress:port/namespace

=> "SELECT * FROM AEADOCTOR " }}output {elasticsearch { hosts => ["localhost:9200"] index => "cachesql"}stdout { codec => rubydebug }} Values looks correct
Question
Han Ya · Sep 25, 2020

[help]SNMP Service can't connect with Caché SNMP agent(failed to open C:\InterSystems\Ensemble\mgr\snmpext.dat

:Config port = 1972, SNMP-capable = 116:58:25 : sorted (end) as index[0]16:58:25 :RegOpenKey for mgr dir SOFTWARE\InterSystems\Cache\Configurations\ENSEMBLE\Directory16:58:25
Article
Nikolay Solovyev · Aug 1, 2019

Nested set model for ObjectScript

of the corresponding properties in your class.Add an index on Root, Lft, Rgt Index TreeIndex On (Root, Lft, Rgt); Compile your class How to use Use %New(), %Save