Search

Clear filter
Question
Evgeny Shvarov · May 18, 2017

How to Automatically Test DeepSee Pivots and Dashboards

for that? Here's a few thoughts:Get list of pivotsFor eachGet MDXTry to execute MDXIf it fails, record the errorAggregate/display errorsShould be doable. DeepSee API has all the required functions.
Article
Evgeny Shvarov · Nov 21, 2019

Describing a module.xml for ObjectScript Package Manager

API applications. Let's see how they are described in ZPM. CSP Application If we have CSP files to deploy or just any frontend UI delivered with InterSystems IRIS we need
Question
Murray Oldfield · Mar 19, 2021

SAM - Hacks and Tips for set up and adding metrics from non-IRIS targets

and give you a guide. `http://mysamserver:8080/api/sam/app/index.csp#/` > Note: If you have many instances to add, or you wish to script this step, it is possible to add
Article
Guillaume Rongier · Aug 31, 2021

Fullstack demo of IntegratedML and Embedded Python

/containers.png) The IRIS image used contains Embedded Python. After building, the container will run a wsgi server with the Flask API. We are using the community package csvgen
Article
Yuri Marx Pereira Gomes · May 22, 2023

Tutorial: Deploy your dockerized application on AWS

to https://openexchange.intersystems.com/package/iris-rest-api-template.3. Clone/git pull the repo into any local directory: git clone git@github.com:intersystems-community/iris-rest
Article
José Pereira · Aug 26, 2020

Learning new nice things in the FHIR contest

schema, much of the ETL work could be done by IRIS Interoperability workflows. Finally, the REST API. This feature leads to a bunch of applications. In context of my project, I
Article
Yuri Marx · Apr 18, 2023

Tokenize your sensitive data

get the original values to show to the user. There is also a Tonenizator REST API to tokenize the sensitive data, store into the token database and return a ticket. The business
Question
Manoj K · Mar 1, 2017

Is it possible to call rest services method in CSP pages

to breakdown the URL to understand how this is implement in Cache. Take www.somecompany.com/api/v1/person/1, there are three sections we are worried aboutserver: www.somecompany.comCSP
Announcement
Tamsin Holland · Oct 8, 2019

Career Opportunity - LifeLabs (Burnaby, BC, Canada

’ Object Script and HSF Healthcare related experience (HL7, SNOMED, Health Information Exchange) would be an asset REST API SQL Server (queries and stored procedures, query tuning
Announcement
Anastasia Dyubaylo · Apr 23, 2020

InterSystems IRIS Tech Talks: Upcoming Webinars for InterSystems Developers

and latest technologies we’ve released. Please have a look at the list of webinars planned for May and June: ✅ API-First DevelopmentDate: May 5, 2020Time: 10:00 AM EDT
Question
Kevin Kindschuh · Jun 29, 2022

How to pause mirroring for an async mirror reporting server

cubes and custom staging tables. What API or web service can I use to quiesce the reporting server and then later initiate catch up? Thanks, Kevin https://docs.intersystems.com
Announcement
Jacquie Clermont · Jun 13, 2022

NOW WITH THE ANSWERS >Just for Developer Community, Final List of Global Summit Sessions ... And a Little Poll

InterSystems Supports CMS & ONC Regulations as well as Prior Authorization 3. Analytics with InterSystems: New & Next 4. Using Python with InterSystems IRIS 5. API Management
Question
Mark Retry · Sep 10, 2020

Data migration From DB2 to IRIS

of InterSystems IRIS for Health. To ingest data into HealthShare means transforming it through its APIs, whereas IRIS for Health is more comparable to a relational database like DB2. SQL
Question
Markus Neumann · Mar 31, 2019

Cache to Mobile: Xamarin Forms, .NET Standard, JSON and all the things

and made some expreiments with a REST API and a generic object-to-JSON tier: ClassMethod ObjectFromObject(o As %RegisteredObject, class As %String = "", package As %String
Question
Tom Van Oosterwyck · Dec 3, 2019

Retrieving headers from websocket upgrades

think, the best way would be to have REST entrypoint, which would redirect also work with WebSockets, while REST api can handle any Authentication issues. As an example, you can look at %API.Atelier.v1 class and method RunDebugger, which redirects control WebSocket.