Search

Clear filter
Article
Yuri Marx · Mar 10

FHIR SQL Builder: step by step

querying 4 different tables. However, FHIR SQL Builder eliminates this problem, allowing you to create visual projections (mappings) in web wizards. It lets you consolidate data
Announcement
Anastasia Dyubaylo · Jun 15, 2022

InterSystems Tech Article Contest: Python Edition

on the web page with the help of jquery datatable by using embedded python by @Muhammad.Waseem What great work by Muhammad! Hi Devs! Half of the registration period has passed
Announcement
Joyce Zhang · Nov 6, 2017

Announcement: Atelier Is Only Available as an Eclipse Plugin

for JavaScript and Web Developers which includes essential tools for JavaScript, HTML, CSS and XML languages support. You can always add or remove plugins later. Installing
Article
Sergei Sarkisian · Oct 1, 2018

Profiling code using Caché Monitor

of lines, number of executed lines, number of executions of a particular line, time of execution of a particular line). These stats will be collected if you select option 1 (default value
Question
Benjamin Eriksson · Mar 2, 2016

iKnow + Atelier, hello world

' Zen technology, a web development framework that helps you combine client-side JavaScript and server-side Caché ObjectScript to build web applications. If you're good with PHP
Article
alex kosinets · Apr 29, 2020

MX: Mumps & eXcel Joining - But Why

Office and other. Excel in many cases competes with a web browser in terms of the quality of providing the ability to display and edit information. With the active use of excel
Article
Eduard Lebedyuk · Feb 10, 2023

Encrypted JDBC connection between Tableau Desktop and InterSystems IRIS

to configure SuperServer, which by default runs on port `1972` and is responsible for xDBC traffic to accept encrypted connections. This topic is described in the [documentation](https
Article
Muhammad Waseem · Mar 10, 2024

InterSystems VSCode ObjectScript Extension Pack in glance

Portal in your workstation's default web browser. 1.4 Amending and Removing Servers From a server's context menu, or from Server Manager's top-right '...' menu, choose Edit
Article
Nikolay Solovyev · Feb 19, 2019

Ethereum Adapter for InterSystems IRIS Data Platform

to configure a web application and add an extra business service to the production that will process the received response. Here is the code for calling a method that alters
Question
Murillo Braga · Jun 21, 2016

Business rule doubt

is a hl7 file being sent by my business service 'Service for input file'), it blocks the message from being forwarded.Here is the rule:<ruleSet name="Rule set name =)" effectiveBegin
Article
Lucas Enard · Aug 2, 2022

Machine Learning in IRIS using the HuggingFace API and/or ml models in local ( using Python

-it-works) - [3. HuggingFace API](#3-huggingface-api) - [4. Use any model from the web](#4-use-any-model-from-the-web) - [4.1. FIRST CASE : YOU HAVE YOUR OWN MODEL](#41-first
Question
Andrei Luiz Nenevê · Oct 10, 2017

Studio Source Control in Atelier

this option (Our source control tool):In Atelier console I can see information about source control, but I have not discovered how to login and use it. Ah .... by default, you might
Question
Scott Roth · Jan 30, 2018

Managing and Monitoring CACHE.dat

me state it another way.....Is there a way to see what space an Operation/Service/Process is taking up within a certain Production?ThanksScott RothThe Ohio State University Wexner
Question
Kevin McGinn · Mar 1, 2022

Syntax issues with intersys.pythonbind3 query.prepare

. this requires Service %Service_CallIn to be enabled with user, passwd, ...- next check the SuperServer Port (default = 1972)- connect to a USER namespace. Since %SYS requires rather
Article
Daniel Aguilar · Feb 12, 2023

How to add Api-Key validation in REST requests

Hi! recently I have to apply api-key validation to a web app with a lot of endpoints and I'm going to tell you how I did it in a centralized way. I'm going to explain