Search

Clear filter
Article
Eduard Lebedyuk · Jan 17, 2017

Absolute minimum you have to do to start running Ensemble REST Services

" Method="GET" Call="test"/> </Routes> } Parameter EnsServicePrefix = "|"; Method test(pInput As %Library.AbstractStream, Output pOutput As %Stream.Object, test As
Announcement
Mike Morrissey · Mar 7, 2018

InterSystems Launches FHIR® Sandbox at HIMSS18

The InterSystems FHIR® Sandbox is a virtual testing environment that combines HealthShare technology with synthetic patient data and open source and commercial SMART on FHIR apps, to
Question
Gautam Rishi · Jun 27, 2023

unable to see git gui page

Hi all,I have install git-source-control to the namespace TEST.
Article
Gevorg Arutiunian · Sep 13, 2018

Find a table given its name

"test" takes one argument, which is the name of the table: Class objectscript.findTable Extends %RegisteredObject { classmethod test(name as %String="mytable") { #Dim
Question
Token Ibragimov · Oct 13, 2021

serialize from object to %string

%New()set object.city = "New York"set object.Target = "TEST" set object.Details = "TEST"set object.RefCode = "123"set object.Reason = "123TTTT" I want to get string from json object
Article
Lorenzo Scalese · May 30, 2022

ObjectScript Syntax For GitLab

ready and a test page.
Question
Mary George · Oct 8

Web interface for maintaining custom lookup classes (SQL) in HealthShare

We have a simple persistent class in HealthShare which is used for storing Pathology test codes.
Question
Oliver Wilms · Jan 29, 2019

Production is not valid - Ens.Config.Production

Hello,We are in process of moving our first Production from development to test. We exported our project from Studio.
Question
David.Satorres6134 · Feb 26, 2019

Create index from a property in a list - SOLVED

Sorry, I just saw I can do:Index NewIndex On Test(ELEMENTS).Name
Article
Evgeny Shvarov · Mar 11

Swagger API for FHIR in InterSystems IRIS For Health

Usually, it is quite a handful as it lets have quick manual tests vs REST API and its responses and the data inside.
Question
Steffen Brumm · Jan 9, 2017

Unittest in Atelier?

Additionally you can automate the Tests. Yes, same as with studio, Caché supports Unit Tests. Documentation.
Question
Flávio Lúcio Naves Júnior · May 19, 2021

Variable using Xecute command

label(test) public{ } Xecute and indirection (@) are outside of the scope of a procedure.
Question
Dmitry Maslennikov · Jun 8, 2020

SQL Cached queries

We also use UnitTests, and as part of our tests we test for performance regression, and now we get some tests failed due to significant performance regression.
Announcement
sandeep sunny · May 26, 2022

Senior Developer

Responsibilities: • Develop end-to-end solutions, participate in code reviews, unit test and deploy.
Announcement
Pete Greskoff · Jun 25, 2019

June 25, 2019 – Advisory: Memory Leak in InterSystems IRIS

Here is an example to demonstrate the defect: test // CDS3148 test set (var1,var2,var3)=0 do sub(var1,.var2,var3) quit sub(arg1,args…) quit USER>for