Search

Clear filter
Announcement
Mike Morrissey · Sep 1, 2020

September 1, 2020 – Multiple HealthShare Advisories

This message contains two recent HealthShare Advisories, which are available below. Advisory: Consent API allows for the creation of consent policies for non-existing MPI IDs
Question
Jimmy Christian · Jul 16, 2019

Http Response Parsing JSON string or stream

in your code sample it won't have %FromJSON method. Thank you Eduard.So the message i posted is a response to an API call i make with JSON payload.So i was assuming that the response
Article
Jon Willeke · Sep 20, 2016

Using ODBC with PHP in OS X 10.9 (Mavericks

(depending on which API you prefer), and use it with Apple's version of Apache and PHP. You'll need the following: * C compiler * iODBC headers * GNU autoconf * PHP source code
Announcement
Anastasia Dyubaylo · Nov 16, 2020

It's Voting Time for the InterSystems Interoperability Contest

, After the first day of the voting we have: Expert Nomination, Top 3 Open API Client Gen – 13 IRIS Interoperability Message Viewer – 7 OCR Service – 4 ➡️
Announcement
Evgeny Shvarov · Mar 27, 2020

InterSystems Online Contest Topics Schedule in 2020

of topics for the next few months: April - InterSystems IRIS with REST API May - InterSystems IRIS Native API application: use Python, JS, .NET, Java native APIs in your
Question
Michael Fimbres · Jun 18, 2020

Getting error when using getJSON method in %Net.Http

Running Cache 2017.2.2. I'm trying to make a REST API call in JSON format. When using the example in the class reference documentation the getJSON method in the %Net.Http class
Announcement
Anastasia Dyubaylo · Apr 21, 2020

New Coding Talk: How to Build, Test and Publish ZPM Package with REST Application for InterSystems IRIS

with REST Application for InterSystems IRIS In this video, @Evgeny Shvarov shows how to build the Package with ObjectScript classes and REST API application from scratch, how
Question
Fred Gustafsson · Sep 8, 2022

Information about how Python integration works technically

embedded python vs "using IRIS APIs from Python". Another question is what python interpreter the embedded python is using? Is it an Intersystems one or the regular c.python
Announcement
Guillaume Rongier · Oct 2, 2020

Csvgen-UI

zpm "install csvgen-ui" ``` This will create two new endpoints : * One for the Rest API for uploading files * /api/{namespace}/csvgen/ * One for the UI * /csp
Question
Vinay Kumar · Jun 16, 2020

Error:Factory Not Connected sometimes

I am using healthshare 2017.2 & developed API in vb.net . sometimes API gets error when system tries to connect Cache Database. why this error occurs randomly ? Caché will refuse
Question
Michael Davidovich · Jul 27, 2022

%REST disp.cls, apps, and packages - How to structure

After some trials, I am comfortably on my way developing spec first REST APIs using /api/mgmt/, OpenAPI 2.0, testing with Postman. My question is related to scaling up. Assume
Announcement
Stefan Wittmann · Feb 16, 2021

IAM 1.5.0.9 is now GA (Generally Available

The GA release is now published for the 1.5 version of the InterSystems API Manager (IAM). The container for IAM, including all relevant artifacts to upgrade from earlier
Question
Evgeny Shvarov · Mar 23, 2016

Get coordinates against street address

the code example?TIA! I would appreciate! I used the Google Geocode API some while ago and if you call it occasionally you won't see any issues. If you want to bulk load some data
Question
Ben Webb · Aug 15, 2022

How to execute a class method of a process periodically

external libraries Perfect, that's what I was looking for, And I would make my calls to the API there, build out a message and send the XML on to the DTL that adapts to HL7? Yes
Question
Elijah Cotterrell · Mar 6, 2023

Compatibility of Embedded Python and %CSP.REST

I'm curious about how embedded Python is handled by %CSP classes, particularly in the case of defining REST endpoints on IRIS.Here is a simple dispatch class for the endpoint /api