Search

Clear filter
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
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
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
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
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
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
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
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
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
Kate Lau · Mar 12, 2023

Create FHIR REST Client

certificates, how is that handled? Thank you I know this is not using OAuth, but OAuth is just the Authentication method. When I attempt to do something similar to search Patient
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
Steve Pisani · Feb 15, 2016

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

value equal to true would be used to build a cube You can calculate such property on a class side, something like this. Index by CitizenRef and RelocationDate, and method which
Article
Tani Frankel · Mar 29, 2016

Getting Production Setting's Value

(NameExists) in the documentation Note, that the index "Name" is defined in this class. <Index>Exists is just an automatically generated method that returns a boolean (Passed
Question
Token Ibragimov · Aug 8, 2019

Sending Get request

zeros in request ?GET /201506/91001?PAGE=INDEX HTTP/1.1must be/201506/091001 You already using concatenation, it, means, that you lost leading zero, somewhere before. You may have