Search

Clear filter
Announcement
Bryan Scown · Feb 7, 2022

Interoperability Software Engineer - Behavioral Health EHR platform

individuals to join us as we transform the industry! Join our growing Interoperability team where you will develop new public facing FHIR APIs using IRIS for Health and provide subject
Article
Kurro Lopez · Jul 30, 2021

Add a Web application by code

api /// Do myClass.RegisterWebApplication("SAMPLES","/myApp/api","Host.RS.Rest","This is my api rest")</example> ClassMethod RegisterWebApplication(pNameSpace As %String
Question
Raouf Besbes · Jan 12, 2018

HTTP Response parsing error

X1N5c3RlbTpTWVM=" d httprequest.EntityBody.Write(json) s sc = httprequest.Post("http://127.0.0.1:57772/api/v0/bwxpert/visiocheck/account") Do $$$AssertStatusOK(sc,"HTTP POST OK
Question
Krishnamuthu Venkatachalam · Jul 20, 2018

How to Make a Https/SSL Request in Caché ObjectScript

How to Make a Https/SSL Request in Caché ObjectScript ? If possible please provide some working example with some https url. Some examples of calling HTTPS GitHub API. See Using SSL to Connect for %Net.HttpRequest.
Announcement
Anastasia Dyubaylo · Dec 30, 2020

InterSystems Multi-Model Contest

, but we expose several APIs out-of-the-box which provide key-value, SQL, object, and document models of data management. And with IRIS you are able to develop your own model and expose
Article
Rob Tweed · May 1, 2017

Building a QEWD / Node.js / Cache REST Back-end

-6016654d36b5I decided it would be a good idea to use this as a way of creating an exemplar implementation of a RESTful back-end using QEWD against their published API (https://github.com
Article
Ron Sweeney · Jul 29, 2021

BILLIONS - Monetizing the InterSystems FHIR® with Google Cloud's Apigee Edge

) to handle storage, credentials, back up, development, and FHIR® interoperability. Our data is marketable, and well served as an API, so we will **monetize** it. This means we
Question
Evgeny Shvarov · Dec 26, 2019

How to Make One Docker Container See The Web Service of Another One

it exposes REST-API which is available on: localhost:52773/person/all The question is how to make this REST-API accessible from another docker container B running on the same
Announcement
Anastasia Dyubaylo · Jun 9, 2020

Online Meetup with the Winners of the 3rd IRIS Programming Contest

Hi Community! We're pleased to invite you to the Online Meetup with the Winners of the InterSystems IRIS Native API Programming Contest! Date & Time: Friday, June 12, 2020
Question
Arockia Raj B · Oct 15, 2016

HTTP Post through Cache

details, how are you trying to connect to UItview. Do you need to write code to do that, or there are APIs given to do so. If they have Rest APIs or some SOAP exposed, I can help you to connect to that.
Question
Stephen Wilson · Sep 14, 2018

How do I process queryString parameters in a HttpGet Request in a %CSP.REST page

So by queryString I mean name-value pairs passed in as part of the URL. Currently my service works when called like thishttp://{{SERVER}}:{{PORT}}/bsolabs/api/codemanagement
Announcement
Anastasia Dyubaylo · May 10, 2022

[Video] Using Python to Connect to InterSystems IRIS

Hi Community, See how you can develop in Python and connect to InterSystems IRIS® data platform with PyODBC and the Native API: ⏯ Using Python to Connect to InterSystems IRIS Enjoy watching on InterSystems Developers YouTube channel and stay tuned!
Announcement
Anastasia Dyubaylo · Jul 1, 2022

[Video] Using .NET to Connect to InterSystems IRIS

Hey Developers, See how you can develop a .NET application and connect to InterSystems IRIS® data platform using one or more APIs: ⏯ Using NET to Connect to InterSystems IRIS Subscribe to the InterSystems Developers YouTube channel and stay tuned!
Question
Matjaz Murko · Sep 29, 2021

Locking / unlocking

findings:- class has ProcedureBlock enabled by default,- if I run the class method from terminal window, it behaves as a procedure block,- if I run it from IRIS Native API (C# app
Question
James Hipp · Aug 7, 2019

Array, Property Setters, and Using ##class(Security.Users).Modify... to Disable a User Account from the Terminal

all the users through the Management Portal UI, but I can list all of them with SQL. Any ideas why? Another question: What exactly is the "published API"? Where to find it? Also