Search

Clear filter
Question
Steve Pisani · Aug 31, 2017

iKnow Disk space requirements

Hi, Has anyone ever estimated the amount of disk space consumed by the iKnow indexing process ? I know this will be a rough estimate, but, I imagine that for sizing purposes
Question
Patty Aguirre-Romero · Jan 4, 2022

How to make HL7 ORM message wait in Iris until an acknowledgement is received from the EMR system

needs a lot of work. I need to hold the ORM message for a few seconds in Iris before it goes out to my EMR system. An ADT_A31 needs to reach the EMR first to create a new patient
Announcement
Anastasia Dyubaylo · Sep 27, 2024

[Webinar] Are you and your data AI ready

Fundamentals: Gain insights into key AI concepts, including Narrow AI, Machine Learning, and Generative AI, and discover how they can revolutionize patient care. Data Readiness Assessment
Question
Conor Browne · Sep 1, 2016

Errors requesting data from local Ensemble FHIR Repository

: 406 Not Acceptable - http://localhost:57775/csp/healthshare/fhirserver/fhir/Patient/1"Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource
Article
Developer Community Admin · Oct 21, 2015

Beyond the PCEHR: Best Practices to Derive Value in the Era of Connected Care

infrastructure - has simultaneously provided a boost to shared Electronic Patient Record (EPR) projects and delivered a wake-up call to healthcare providers about their readiness for connected
Question
Eduard Lebedyuk · May 23, 2017

How to get the time of Business Service start

order by %ID desc You put the logical name of your component on the configname. There is a bitmap index on both Type and ConfigName so this should be blazing fast too
Question
Guillaume Lepretre · Dec 4, 2019

[Ensemble] Req table with big data

AND 25 Cause there are many data on my table, my SQL req is too long if I don't have index on my attributes BUT there are many associations possible... Are they any solutions
Question
Paul Riker · Oct 5, 2016

Rule Editor - Property Does Not Exist - PID:PatientIDInternalID

I'm trying to read PID-3 and route the message based on if a certain prefix existed, but I keep getting Property Does Not Exist.I've triedHL7.(PID:PatientIDInternalID()) Contains
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
Alex Kogan · May 12, 2017

Calling list.FindOref(<object from indexOpen call>)

: Utility.contacttypes and Utility.person************************* Class Utility.contacttypes Extends %Persistent { Property description As %Library.String(TRUNCATE = 1); /// Index for property
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
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
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->
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