Search

Clear filter
Article
Developer Community Admin · Oct 21, 2015

Nine Questions to Ask Before Replacing an Interface Engine

patient care and control costs. And real-time analysis of information flowing through a hospital's applications is essential for improving care and the organization's financial
Article
Developer Community Admin · Oct 21, 2015

Advancing SOA with an Event-Driven Architecture

. In manufacturing, production may start when an order is received. In healthcare, an unusual increase in the number of patients registering in an emergency room could signal the start of a disease
Article
Kate Lau · Mar 12, 2023

Create FHIR REST Client

certificates, how is that handled? Thank you I know this is not using OAuth, but OAuth is just the Authentication method. When I attempt to do something similar to search Patient
Question
Steve Pisani · Feb 15, 2016

Retrieving last known record (based on a date) in series of logged events

value equal to true would be used to build a cube You can calculate such property on a class side, something like this. Index by CitizenRef and RelocationDate, and method which
Article
Tani Frankel · Mar 29, 2016

Getting Production Setting's Value

(NameExists) in the documentation Note, that the index "Name" is defined in this class. <Index>Exists is just an automatically generated method that returns a boolean (Passed
Question
Mike Kadow · Jun 15, 2017

Ways and methods of Accessing Relationships with SQL

) are indexed then a selection on a date range (say) will only select the required rows from the index.= =But as I said before - it depends on the size of the system - my clients have
Question
Token Ibragimov · Aug 8, 2019

Sending Get request

zeros in request ?GET /201506/91001?PAGE=INDEX HTTP/1.1must be/201506/091001 You already using concatenation, it, means, that you lost leading zero, somewhere before. You may have
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