Search

Clear filter
Question
Michael Jobe · Jan 26, 2021

Bug in SAM Prometheus metrics endpoint

with a line feed character. Empty lines are ignored. Link is here: Prometheus format In the current output on the <hostname>:8080/api/monitor/metrics endpoint the last
Announcement
Rob Tweed · Dec 3, 2019

QEWD-JSdb

also forces a particular type of data model on you and via APIs or protocols you have to learn. It tends to result in two types of developers: application developers who know
Question
lw wei · Apr 28, 2020

Starting caché without automatic WIJ recovery in non-interactive way

@lw.wei5675, I don't know if an API exists to do this, but if nothing exists you can use the job command with an input file.example : JOB ^STURECOV:("%SYS"::infile:outfile):3
Question
Oliver Wilms · Apr 9, 2020

Support for Standards built in? FHIR I know is supported, how about OAGIS, FERPA CEDS, PSD2/SWIFT, NIEM

in an upcoming Webinar in which we will explain how API management can be used with FHIR: https://community.intersystems.com/tags/fhir In terms of the other standards you mentioned, I
Article
Yuri Marx · Oct 7, 2020

Run your local IRIS http endpoints as https on the internet from your env

1.4 get access to the endpoint from postman or other api client: http://localhost:32783/fhir/r4/Patient/1 2 - You can see the endpoint runs only localhost and using http. Now we
Question
Timothy Leavitt · Jan 3, 2023

Putting standard CSP login in front of a web application with a REST dispatch class

behind it, not actually a REST API.) I'm not sure you can do that, but is there any reason you can't define it as two web applications, one with the dispatch class and one without? Any
Question
Phil Burkhalter · May 1, 2024

Parsing a JSON message

finished the post to add my code. This code is a REST API. The pInput is the JSON message in the original post. this code does write out the key and type but I need to get the values
Question
Mike Yackanich · May 14, 2021

How do you add a HTTP Header within HS.FHIRServer.Interop.HTTPOperation business operation

.%HttpRequest.SetHeader("x-api-key", ApiKeyToUse) When I attempt this I get "ObjectScript error: PRIVATE PROPERTY" because within HS.FHIRServer.RestClient.HTTP the HttpRequest object
Article
Andre Larsen Barbosa · May 20

A knockout of weight

from any other operator? As an extension of the Kubernetes API (let's call it K8s for short), the IrisCluster custom component, which has the options of deploying as a locked IRIS
Question
Adam Raszkiewicz · Jul 26, 2024

IRIS code and GitLab CICD Pipeline

method of the git-source-control API. That will deploy a change by running "git pull" and loading the changed files into IRIS. A simple way to do that is by creating a new web
Question
Dmitrii Baranov · Nov 27, 2024

How to set up OAuth2 delegated authentication using Keycloak as identity provider

// or: set iterator=jsonObject."realm_access".roles.%GetIterator() while iterator.%GetNext(.key,.val) { ... } For the FHIR API you can look at @LuisAngel.PérezRamos's example
Question
David Hickman · Dec 12, 2023

JSONImporting an array without a key

I'm receiving a JSON payload via a REST API, I'd like to %JSONImport this stream into a class which extends %JSON.Adaptor. The problem is that the JSON is an array whose elements
Question
Emil Odobasic · Dec 20, 2023

How do I retrieve Data from Form-Data from a REST HTTP-request in a REST-service

into a InterSystems IRIS REST API The form-data is actually resides in MimeData property and the query parameters are in Data property in %request object. You can you use GetMimeData
Question
Vivek Nayak · Feb 8, 2022

Duplicate Resource added in FHIR Repository

I have the " FHIR Production" which converts HL to FHIR, CDA to FHIR and accepts FHIR rest API to insert data into the FHIR repository. When data is added by the above production
Question
Colin Brough · Oct 18, 2022

Status of IDE's for ObjectScript development

the Atelier REST APIs and therefore you can use it on Caché 2018.x (originally added in 2016.2 IIRC) You can typically use VSCode alongside Studio, depending on your answer to the above