Search

Clear filter
Question
Thembelani Mlalazi · Aug 15, 2019

List property

you want to fetch then you can : Use the [$listfind](https://cedocs.intersystems.com/latest/csp/docbook/DocBook.UI.Page.cls?KEY=RSQL_d_listfind) to retrieve the index
Announcement
Anastasia Dyubaylo · May 19

[Video] HealthShare Personal Community and Your Digital Front Door

Digital Front Door @ Global Summit 2024 🗣 Presenter: ​​​​@Meredith.Staszak, Product Manager, Patient Experience, InterSystems Subscribe to our YouTube channel InterSystems Developers to stay up to date!
Question
ha haha · Aug 13

Inconsistency in Caché Database: Mismatch Between Total Count Based on Unique Identifiers, Deduplicated Count, and Conditional Query Results

Management Portal), you step to EXLORER and then step into SQLwhere you select your TABLE. and can rebuild index Furthermore, every persistent class has by default• classmethod
Article
Yuri Marx · Feb 13

Bulk FHIR Step by Step

FHIR repositories, applications and servers typically serve clinical data in small quantities, whether to return data about a patient, their medications, vaccines, allergies
Question
Fabio Care · May 27

SQL Query returns <UNDEFINED> with OFFSET

. For this I have two embedding classes. One with a HNSW Index (vectornomicembedtextlatest) , and one without (vectornomicembedtexttest). Calling SELECT ID,PRIMKEY FROM
Question
Tom Bruce · Apr 26, 2022

HOW ALTER PRIMARY KEY

data/indexes in the old class, then change the primary key in it; move data from the new class to the old class, using the merge command; delete the new class with the data; rebuild
Question
max simpson · Mar 21, 2021

How to cache REST Responses in IRIS

changed in the IRIS database to reset the response expiry. i.e. 1. 15:00 calling application runs a GET request for patient?MRN=A2. 15:00 CSP Web application calls
Article
Lydia Huang · Mar 14, 2016

Reset your DeepSee cache in the DeepSee Shell

Group].Members,[AgeD].[H1].[Age Bucket].Members),2000) ON 1 FROM [PATIENTS] %FILTER [GenD].[H1].[Gender].&[Female] Patient Count Allergy Count Median Test Scor 1 0 to 29->
Article
Ben Spead · Jan 11, 2019

SQL Performance Resources

is a fair amount of repetition in the information listed below. The most important aspects of SQL performance to consider are:The types of indices availableUsing one index type over
Article
Kyle Baxter · Jan 12, 2017

Kyle Lists Common Problems and Their Solutions: 7 Reasons A Query Returns No Data

is the problem that trips up most people. If you open your class definition and add an index, it is not automatically built for you. Therefore, when you add an index, it is available
Announcement
Sylvain Guilbaud · Jan 5, 2024

[Video] MayVilleHop, the new City Hospital coordination platform

practitioners for better patient care in the context of semi-emergency and contributes to the relief of emergency services in the region of Mayenne in France. 📺 MayVilleHop, the new
Question
Bradley Larson · Dec 8, 2021

Query to return table sizes

some tables with narratives. While only a single row of data, the text can be pretty large. Thanks Will the size of the global (with data,index,stream) suit you? If yes, then see
Question
Jessica Ting Wing Yuen · Oct 12, 2017

Send back RSP_K22 message in response to QBP_Q22

is the following:- User scans patient number with the monitor.- The monitor sends a QBP_Q22 message to request patient information- Ensemble (or TrakCare) sends back a synchronous RSP_K22
Question
Stephen De Gabrielle · May 21, 2019

Recommended resources for learning FHIR and SMART on FHIR

and commercial SMART on FHIR applicationsAccess over 200 synthetic test patients to experiment with FHIR or use with their own FHIR applicationsUpload their own test patient data
Question
Lewis Greitzer · Aug 28, 2017

padding string in BPL

Hi folks, I'm trying to pad my patient MRN to 10 characters before I do a SQL lookup in my BPL. I've tried various approaches, and have not been successful. When I add a "code