Search

Clear filter
Article
Sergey Kamenev · Jul 7, 2017

Globals - Magic swords for storing data. Sparse arrays. Part 3

. One of the nuances of implementing sparse arrays is the return of a certain value by default if you are addressing an undefined element. This can be implemented using the $GET
Article
Yuri Marx Pereira Gomes · Mar 1, 2021

Day 4: Developing with InterSystems Objects and SQL

%CSP.REST. Use URLMap inside XData block to configure the routes of your REST service. Using the Portal, create a Web Application, enable REST and specify Dispatch class
Article
Paul Gomez · Apr 20, 2016

Feedback on Product Documentation

that the product documentation is in Developer Community and searchable. - click on search- in the search box type in a keyword or phrase, let's try "web service" (without quotes)- you
Article
Luis Angel Pérez Ramos · Apr 1

d[IA]gnosis: searching for similarities in our vector database and using LLM to extract diagnoses

a SELECT query to extract those ICD-10 diagnoses closest to the received diagnoses. Let's look at the code for the method published in our web service that will return the 25 most
Article
Yuri Marx Pereira Gomes · Apr 6, 2022

Unit Tests: Quality of your ObjectScript Code

and ports of the application, the products that host the solution (web server, application and database) and the application endpoints (API, Web Services, File Exchange Directories
Question
Alexi Demetriou · Nov 20, 2018

Run batch script from Task Manager

it for either of two reasons:if you scheduled a new task using Task manager's defaults for startup namespace as "%SYS", it is not neededthis construction in syntactically wrong; zn "%SYS
Article
Robert Cemper · Apr 26, 2020

Materialized Views

As %String(PATTERN = "3N1""-""2N1""-""4N") [ ReadOnly ];Parameter READONLY = 1;Parameter MANAGEDEXTENT As INTEGER = 0;Storage Default{ <Data name="NameIDXDefaultData"> <
Article
Tete Zhang · May 17, 2017

How to Export and Import Ensemble Components and Productions

definition can be found under “Business Service/Process/Operation Class”. The component configuration items can be found under “Config. Item Definition”. The configuration items
Article
Ward De Backer · Apr 20, 2017

Node.js: installation and connection test for use with Cache

Full-Stack JavaScript development allows you to create state-of-the-art applications with Caché. With any (web) app you build nowadays, one has to make a lot of architectural
Question
George Hodder · Feb 16, 2018

Using UnitTest for a RestService

) = ""| (StoreRoot) = "^CacheStream"| (TempNode) = ""+--------------- calculated references ---------------| CharSet <Get,Set>| ContentType <
Announcement
Evgeny Shvarov · Jun 10, 2023

Technology Bonuses for InterSystems Grand Prix 23 Programming Contest

implement InterSystems FHIR SQL Builder the bonus 3 points for InterSystems FHIR as a Service and IRIS For Health is not included. InterSystems FHIR as a Service and IRIS For Health
Question
Murillo Braga · Jan 30, 2017

WebMethod - Issue with encoding (special character)

webservice from a special soap tool called "SoapSonar" (I've been using this for years), the outcome shows up this special character (shows it properly).So I wonder... is there kind
Article
Dmitry Maslennikov · Jul 25, 2022

Introduction to Django part 2

have in urls.py, the main entrypoint for all web requests. """main URL Configuration The `urlpatterns` list routes URLs to views. For more information please see: https
Announcement
Paul Gomez · May 11, 2016

Announcing New InterSystems Product Documentation UI (beta

- On small (mobile) screens there is a huge 230px right padding in .book class, page looks much better without it- On small screens, it's better to hide left menu by default and let
Question
Yakov Berger · Oct 29, 2020

Reply with custom ACK

Hi,i have created a simple production with: Business Service-EnsLib.HL7.Adapter.TCPInboundAdapter Business Process - EnsLib.HL7.MsgRouter.RoutingEngine Business Operation