Search

Clear filter
Question
Hannah Sullivan · Aug 14, 2024

ObjectScript ClassMethod when called from Python method always returns empty string

KEY=GEPYTHON_sharedata#GEPYTHON_sharedata_globals Global Reference API | Using Embedded Python | InterSystems IRIS Data Platform 2024.2 Upon further debugging, the line set template
Article
shan yue · Jan 28, 2024

Fhir-HepatitisC-Predict

results After completing all inputs, click on the prediction button to convert the filled information into fhir resources and store them in the FHIR resource repository through the API
Question
Lee Butcher · Nov 28, 2024

Projecting objects as XML - prevent close tag?

Sincerely,InterSystems Documentation The XML & SOAP APIs are full of overrides for scenarios where some application or other is finicky.
Question
Niklas Thilmont · Mar 14, 2022

Executing Actions on Global Interaction / Global Hooks?

DispatchRequest^HS.FHIRServer.Service^11062|Msg| [1] -> DO 0|03/14/2022 01:57:19.398158PM" As it happens, if you use the Node.js-based QEWD framework, any time you use the QEWD-JSdb APIs
Question
Scott Roth · Aug 2, 2022

System Alerting and Monitoring (SAM) installation

Connection refused urllib3.exceptions.ProtocolError: ('Connection aborted.', ConnectionRefusedError(111, 'Connection refused')) docker.errors.DockerException: Error while fetching server API
Question
Norman W. Freeman · Aug 19, 2021

What is the maximum size of the URI of a request and how to increase it ?

To resolve the problem : By POST request: Convert query string to json object and sent to API request with POST By GET request: Max length of request is depend on sever side as well
Question
Stephen De Gabrielle · Jan 17, 2018

Does anyone use EnsLib.ITK.DTS.Framework.Operation.DTSTransferFile ? and how did you manage the transition to MESH?

As with the old DTS, it uses the MESH client (rather than the MESH API). It provides you with full support for sending and receiving MESH messages.
Question
Rick Clayton · Sep 17, 2019

Data Innovations Instrument Manager Backups on a VM

You definitely need to use the ExternalFreeze/Thaw APIs to ensure the CACHE.DATs within the snapshot are "clean". 5.
Question
Sylvie Greverend · Aug 25, 2019

Automation with Ansible

Please note that it supports both container based and containerless deployments.I think that in the case of @Sylvie.Greverend1209 we have a tough case as we are missing a generic REST API
Question
Scott Roth · Dec 21, 2018

Calling Javascript within Cache Object Script

While spawning a process on Windows can be (and usually is) costly, linux offers better performance in that regard.Additionally ImageMagick offers two C APIs: High-level and Low-Level
Question
Pietro Di Leo · Jan 17, 2024

How to export a project via Visual Studio Code?

The Atelier REST API used by VS Code has no support for Studio Projects since the concept didn't exist in Atelier. VS Code uses SQL to modify projects instead.
Question
Matt Fuller · Dec 1, 2017

Using customized SDA3 container in HealthShare

There are a couple of API method that can be helpful here, in class HS.SDA3.Container:1.
Article
Eduard Lebedyuk · Dec 29, 2018

Importing code from external libraries

KEY=GNET_http) is used to interact with this api: ``` /// NodeJS implementation /// do ##class(isc.zlib.Test).node() ClassMethod node(text As %String = "Hello World", Output response
Article
Evgeny Shvarov · Sep 19, 2019

The Anatomy of ZPM Module: Packaging Your InterSystems Solution

REST API application If this is a REST-API application the CSPApplication element will contain dispatch class and could look like the MDX2JSON module.xml: <CSPApplication
Question
Roberto Cahanap · Oct 7, 2019

Anyone ever use %Activate with Excel?

Here is a link from Microsoft for this method: https://docs.microsoft.com/en-us/office/vba/api/excel.workbooks.open Has anyone ever used this before or any advice on how to use