Search

Clear filter
Question
Reden Rodriguez · Jan 26, 2021

How to fix <STORE> 15 ^%SYS.BINDSRV

with %session.SessionId if you are using a web service, or REST ($j is not reliable as $j will be the PID of the process that processes your CSP Request). In fact there are various
Article
Daniel Kutac · May 3, 2017

InterSystems IRIS Open Authorization Framework (OAuth 2.0) implementation - part 3

.Server.Authenticate acts as the subclass for all user written Authenticate classes as well as the default Authenticate class. The Authenticate class is used by Authorization Endpoint at OAuth2
Article
Maria Muzychuk · Dec 3, 2022

Continuous glucose monitoring in Gestational Diabetes, by using FHIR Cloud Server and IRIS for Health

with preexisting diabetes, who would benefit from maintaining near-normal glycemia before conception. All DIP patients would benefit from earlier referral to the diabetes service. Emphasis
Question
Daniel Kutac · Jun 1, 2016

Passing a parameter with slashes to the REST call

= pass pivot name into a rest service, I tend to use slashes to organize my DeepSee stuff into 'folders' Q2: It is against core REST architecture principles, so I hope not.That
Article
Vinicius Maranhao Ribeiro de Castro · Apr 2, 2020

Securing your APIs with OAuth 2.0 in InterSystems API Management – Part 2

In this 3-part series of articles, is shown how you can use IAM to simply add security, according to OAuth 2.0 standards, to a previously unauthenticated service deployed in IRIS
Article
Yuri Marx Pereira Gomes · Mar 30, 2022

3DES support

and decryption services as REST services. CryptoRESTApp Class dc.crypto.CryptoRESTApp Extends %CSP.REST { Parameter CHARSET = "utf-8"; Parameter
Article
Mikhail Khomenko · Mar 12, 2020

Deploying an InterSystems IRIS Solution on EKS using GitHub Actions

after the pod starts. We wait until IRIS starts up and install the samples-bi package from the default zpm-repository.Now we add the Kubernetes service (also without annotations
Article
Evgeny Shvarov · Jun 24, 2020

Getting an Angular UI for your InterSystems IRIS application in 5 minutes

will service CRUD operations. Let's use restforms2 module for this. This command in dockerfile installs restforms2 into IRIS container: zpm "install restforms2" \ To add a REST API we
Article
Eduard Lebedyuk · Nov 19, 2020

Deploying a sharded cluster with Docker and MergeCPF

can modify the default iris.cpf using a declarative CPF merge file. A merge file is a partial CPF that sets the desired values for any number of parameters upon instance startup
Question
Nael Nasereldeen · Oct 26, 2021

Sending Mail with embedded image using %Net.SMTP

example? In this case you can open the original article and take the code from there (and/or translate it with another service, for example Google translate) Thank you! I will look
Question
Evgeny Shvarov · Jun 20, 2017

InterSystems Caché Project Files and Folders

is quite simple. By default Port exports project following the template /CacheProjects/{NAMESPACE}/{PROJECT}, so instead of depending on it, I overwrite that path to /my-repo
Question
Ben Spead · Oct 8, 2021

Best practice for CPF Merge and version control

the possibility of configuration merge overwriting changes made by other means" As I understand it, the CPF Merge file contains the changes from the default CFP file, so it you change
Question
Kishan Ravindran · Oct 12, 2017

How to Make a Http Request in Caché ObjectScript

, 12 Oct 2017 14:21:23 GMT LOCATION: https://www.intersystems.com/ SERVER: nginx X-TYPE: default <html> <head><title>301 Moved Permanently</title>
Article
Lorenzo Scalese · Feb 7, 2023

OpenAPI Suite - Part 2

Hi Community, In the first part, we describe all packages, used libraries and REST services. Now, I would like to add some details about converter and validator services
Question
Kevin Kindschuh · Apr 16, 2020

Retrieve XDS.b document registered, but not stored in the repository

in the Service Registry. The EndPoint configuration will have the URL to access your External Repository. All of this applies if you are storing the whole document externally