Search

Clear filter
Question
Token Ibragimov · Aug 8, 2019

Sending Get request

PAGE=INDEX HTTP/1.1must be/201506/091001 You already using concatenation, it, means, that you lost leading zero, somewhere before.
Article
Steve Wilson · Nov 3, 2016

How to convert LDAP date time stamps into Cache $HOROLOG

Steve Thank you, for the other direction, this can be used SET dateint=$PIECE($ZTIMESTAMP,",",1)SET timeint=$PIECE($ZTIMESTAMP,",",2)set ntts = (((864000000000*87657)+(dateint*864000000000
Question
Jonathan Anglin · Jul 7, 2020

DTL vs. ObjectScript

In the simple example below, I'm grabbing the patient mrn from the inbound and looking to prefix it in the outbound message (a typical change). How is this accomplished?
Question
Menno Voerman · Oct 15, 2021

Ignore bearer token in unauthenticated web application

here: FHIR Interoperability Adapter The 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
Article
Developer Community Admin · Oct 21, 2015

Nine Questions to Ask Before Replacing an Interface Engine

Clinical and administrative staffs need more information, faster, to improve patient care and control costs.
Article
Developer Community Admin · Oct 21, 2015

Advancing SOA with an Event-Driven Architecture

In healthcare, an unusual increase in the number of patients registering in an emergency room could signal the start of a disease outbreak, calling for action on the part of medical
Article
Robert Cemper · Oct 6, 2023

Reviews on Open Exchange - #33

table, th, td { border: 1px solid black;} # Package Review Stars IPM * 1 M-N-external-JSON great for upgrading 5.0 y * 2 Tracking-Patient-Care-Using-FHIR
Article
Robert Cemper · Feb 18, 2024

Reviews on Open Exchange - #39

5 Health 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)

By comparing medical imaging data of patients (such as X-rays, CT scans, MRI, etc.) and providing reference images of similar cases through a knowledge base, doctors can quickly obtain
Question
Nora Hutchison · Jul 25, 2016

Personal Community - Custom SDAProcessor -

Could you share a reproducible case with us (SDA processor class, test patient, term list)? Either support or your Sales Engineering team.
Question
Kevin Mayfield · Nov 19, 2016

External monitoring of Ensemble and metrics

[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.
Announcement
Anastasia Dyubaylo · Oct 31, 2018

InterSystems Global Summit 2018 Keynotes Videos

How Affective Computing is Changing Patient Care – presented by Rosalind Picard, Sc.D., Founder and Director, Affective Computing Research Group, MIT Media Lab.
Announcement
Anastasia Dyubaylo · Nov 26, 2018

New InterSystems Developer Community Moderator – Sean Connelly!

OUT SEAN'S DC 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
Question
Vikram Annadurai · Dec 21, 2019

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

VALUELIST = ",1,2,3,4"); Java Code: public String PetName; public List<Pet> getPet() { return ser.findAll(); } List<Pet> arrayList = getPet(); for (Patient
Question
Steve Pisani · Feb 15, 2016

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

Index by CitizenRef and RelocationDate, and method which looking for the next date, and returns true if nothing found.