Clear filter
Article
Monika Stepanova · Sep 1, 2022
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
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
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
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
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 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
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
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
. 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
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
://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
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
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
: 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
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