Search

Clear filter
Article
Monika Stepanova · Sep 1, 2022

Nanteo is one of the startups at InterSystems FHIR startup incubator

InterSystems cloud services and its FHIR API, delivered by InterSystems cloud native FHIR Server, therefore its role is primarily database and storage of HL7 structured data. ☁
Question
Evgeny Shvarov · Jun 9, 2023

How can I change a production setting programmatically

Hi folks! How can I change the production setting programmatically? I have a production that is a solution that uses some api-keys, which are the parameters of Business
Article
Istvan Hahn · Sep 23, 2016

Creating a RESTful Service using Ensemble

and error. The class is %CSP.REST That is great, thanks Istvan Hahn. I am also looking to authenticate restful API with oAuth2. I have configured my ensemble instance to act
Article
Carter Tiernan · Dec 22, 2016

The Polymetric Dashboard

with over one hundred sensors that monitor key system metrics, a robust REST API, and a modular AngularJS user interface, the Polymetric Dashboard is fully functional out of the box
Article
Robert Cemper · Jun 20, 2022

Working with Globals in Embedded Python

is more than just disappointing! Even IRIS Native API for Python is more detailed.To be clear about what I expect: SET, GET, KILL of a Global node Native API: Fundamental Node
Article
Heloisa Paiva · Jul 4, 2023

A portal to manage memory made with Django - Part 1

a few methods to retrieve all the data. We can use InterSystems IRIS Cloud SQL with the DB-API driver to connect to the instance we want to analyze - it doesn’t have to be the same
Question
Amit Prajapati · Aug 23, 2019

Access to XMLHttpRequest at 'http://localhost:52773/IrisVSCode/app/test' from origin 'null' has been blocked by CORS policy

Hi All,I have created a REST class in which have the Parameter HandleCorsRequest = 1;I can able to access the API using Postman, but not with my web application. It throws
Question
Kevin McGinn · Feb 26, 2020

Using python to select from persistent class INFORMATION.SCHEMA.TABLES fails

to: Contact the WRC Upgrade to InterSystems IRIS which would allow you to use new Native API for Python Use PythonGateway Use PyODBC or JayDeBeAapi packages for data transfer
Article
Evgeny Shvarov · Apr 17, 2020

ObjectScript Package Manager Release - ZPM 0.2.1

. E.g. REST API description can look like this now: <CSPApplication Url="/registry" Recurse="1" MatchRoles=":${dbrole}" PasswordAuthEnabled="1
Question
Andy Stobirski · Nov 23, 2021

Not all XML child items are loaded into a class list when using XML.Reader correlate

receiving is outputted from a web API and so I can't change it. Thanks for taking the time to reply, though. Andy In that case, does it meet your needs to make it a list of %String
Article
Yuri Marx Pereira Gomes · Jun 10, 2020

Mapping Intersystems IRIS documentation to a Corporate Data Architecture

://docs.intersystems.com/irislatest/csp/docbook/Doc.View.cls?KEY=GDOCDB API and Web Services: https://docs.intersystems.com/irislatest/csp/docbook/Doc.View.cls?KEY=GREST, https
Announcement
Stefan Wittmann · Jul 20, 2020

InterSystems IRIS and IRIS for Health 2020.3 preview is published

for deferred indexing Support for Spark 2.4.4 InterSystems IRIS for Health 2020.3 includes all of the enhancements of InterSystems IRIS. In addition, this release includes APIs
Question
Stefan Cronje · Jan 13, 2021

CI/CD Using GitHub and Travis CI - Source to Cache XML Format

from the source files.Another more difficult way is to write code that uses the code api in Cache to load the code and then export it to XML.This is a lot of work with possible
Announcement
Evgenia Kurbanova · Feb 16, 2021

Meet the Global Masters Winners for January

: InterSystems IRIS, Software Architecture, SOA, BPM, Java, REST API, Frontend and Backend development and Data Privacy. And here are some words from Yuri himself: – I have 26 technical
Question
Luiz Henrique Carvalho Martarelli · Mar 5, 2021

How i can process a JSON

Hi! I am making a request to an API and JSON is coming as follows:SET %httprequest = ##class(%Net.HttpRequest).%New()DO %httprequest.Get(URL)SET %responseBody