Search

Clear filter
Question
Humza Arshad · May 5, 2023

Can I connect InterSystems to third party app

I'm working with a client who has InterSystems in his hospital to the management of patients and nurses. Now he want to develop a web app which can schedule nurse sift.
Announcement
Anastasia Dyubaylo · Mar 18, 2021

New Video: Connecting Devices to InterSystems IRIS for Health

smart assistants, and medical-grade monitoring devices are all able to connect to InterSystems IRIS for Health, allowing healthcare providers to make informed decisions that keep patients

#J2 Interactive

0 Posts1 Followers
Question
Soufiane Amroun · Sep 13, 2017

Associate rule for a database record

topic for ensemble production but i think that the solution is so far to find, please can you help me , my question is :i want to create a data base inside it i associat for each patient
Question
Teresa Toler · Nov 7, 2017

How to turn GROUP BY into OVER(PARTITION BY

ChargeFlags = '0' AND CollDateODBC > DATEADD(DAY,-45,CURRENT_DATE) GROUP BY PtNumber,cpt4_OVR, CollDateODBC HAVING count(*) > 2 ``` -This returns a count of 3 for each patient
Announcement
Kristina Lauer · Feb 22, 2024

Discover Health Connect

It seamlessly integrates devices, applications, and databases, empowering healthcare organizations to make informed decisions and streamline operations—improving the experience of patients
Announcement
Anastasia Dyubaylo · Aug 8

[Video] HealthShares Nav App as a Service Orchestrator with Single SignOn for 3rd Party Apps

showcases a customer story from the Mayenne region in France, where Health Share is used as a unified platform to coordinate care across seven hospitals and city providers for 300,000 patients
Announcement
Anastasia Dyubaylo · Aug 6

[Video] Healthcare in Living Color

Discover why enhancing digital patient experiences, developing user-friendly healthcare software, leveraging data insights, promoting collaboration across the ecosystem, and accelerating
Question
Chip Gore · Jan 2, 2019

Anyone have a technique for COS Class Polymorphism that should survive an upgrade?

In this sense there is no problem that a Doctor can also be a Patient. There is duplication of storage here, but its a small trade off from other aspects of the architecture.
Question
Jeff Harris · Jul 17, 2020

Ensemble - Action/Code not populating an array from a GetValueAt using a variable

However, when I run the code with the variable "index" in the OBXgrp below: set index = 1 set addarray(1) = source.GetValueAt("PIDgrpgrp(1).ORCgrp(1).OBXgrp(index).OBX:ObservationValue
Question
Goran Stefanovic · Jul 6, 2020

How to set my custom class in a business process written manually, not BPL (contextsuperclass)

In the Business service I open up the Message and from that I extract properties such as the Patient ID, three key fields LogType (where the data came from: PMI, In-Patient, Out-Patient
Article
Yuri Marx · May 29

Use Mako Python template engine to generate dynamic content

For this application, the Mako was used to generate a valid FHIR JSON message to create a new patient on server: { "resourceType": "Patient", "name": [ {
Question
Arcady Goldmints-Orlov · Oct 3, 2017

Querying a list property with SQL

you can do what you want with a list property, you don't need an array property for it, even though that would make your life easier.First of all, for optimisation purposes, add an index
Question
Rubens Silva · Jun 2, 2017

ResultSet / SQL.StatementResult: How to know if a column value is $list'ed

%GetMetadata().columns.GetAt(index).colName // and label. Notice that columns must be an instance of %ResultSet.MD.Column. Hi Rubens, Is this what you are after...
Question
Adam Lees · Feb 28

Estimate IRIS Health Connect database size based on HL7 message volumes

Both of those will have an index global. The message content is held in a stream which would be roughly the same size in bytes plus a small overhead.