Search

Clear filter
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
reinhard lebensorger · Sep 17, 2019

Cache and SQL Performance

indexes not enough, you need right indexes and right queries. I think it will be much more productive if you provide some examples of your classes with populate, and queries. So
Announcement
Benjamin De Boe · Mar 12

Early Access Program for new Table Partitioning feature

is that some table is too big, and someone would like to split it to be stored in multiple different databases, together with the indexes. If this functionality allows partitioning
Question
Matjaz Murko · Apr 29, 2022

%JSON.Adaptor

As %String;Index ProductId On (Department, Ident) [ IdKey, Unique ];Property Name As %String;Index Name On Name;Property Type As %String(DISPLAYLIST = ",Sveže,Zmrznjeno,Dodelava
Announcement
Anastasia Dyubaylo · Oct 31, 2018

InterSystems Global Summit 2018 Keynotes Videos

Development, Data Platforms, InterSystems and @Joseph.Lichtenberg, Product and Industry Marketing Director, Data Platforms, InterSystems. 12. How Affective Computing is Changing Patient
Announcement
Anastasia Dyubaylo · Nov 26, 2018

New InterSystems Developer Community Moderator – Sean Connelly

PROFILE]— I also specialize in web application development, I've written dozens of SPA applications over the years including large scale solutions for single record patient portals
Question
Kevin Mayfield · Nov 19, 2016

External monitoring of Ensemble and metrics

Audit.[In practical terms: audit a HL7v2 ADT_A28 message in Healthshare Connect FHIR registry as a Patient POST or an ADT_A04 ED as Encounter ED POST. We'd expose that FHIR Audit
Question
Nora Hutchison · Jul 25, 2016

Personal Community - Custom SDAProcessor

^HSPortal.EHR.SDAMapUtils.1 *pSubRepSubscript I seems to occur after the execution of the custom SDA returns. Could you share a reproducible case with us (SDA processor class, test patient, term
Question
Vikram Annadurai · Dec 21, 2019

How to Get the Property's DisplayList data of ValueList from Java

: public String PetName; public List<Pet> getPet() { return ser.findAll(); } List<Pet> arrayList = getPet(); for (Patient list : arrayList
Question
Jonathan Anglin · Jul 7, 2020

DTL vs. ObjectScript

message, but not how to set a value in the "target" outbound message. In the simple example below, I'm grabbing the patient mrn from the inbound and looking to prefix
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
Robert Cemper · Feb 18, 2024

Reviews on Open Exchange - #39

Harbour Very nice application 5.0 y y * 6 Intersystems IRIS platform queue trend monitoring component very complete with Docker 5.0 y y 7 Patient-PSI-Data
Article
shan yue · May 15, 2024

Retrieve images using vector search (1

methods. Image retrieval can be used to assist doctors in diagnosis. By comparing medical imaging data of patients (such as X-rays, CT scans, MRI, etc.) and providing reference images
Question
Menno Voerman · Oct 15, 2021

Ignore bearer token in unauthenticated web application

is running: This works well when asking the FHIR metadata I get a nice 200 response: But when I want to request patient data I need to send the Access Token in the Request