Search

Clear filter
Question
Olga Smolyar · Jan 6, 2020

Is it possible to add an arbitrary key-value pair (property) into ^UnitTest.results

to add another test suite and use that? Yes I mean if we write a new test suite, I'm just wondering how, when running the tests, we could get the result to contain a new property
Question
Zoltán Mencser · Mar 24, 2022

Errors when using TestCoverage, ':ERROR #5002: ObjectScript error:'

: <FUNCTION>zStart+45^%Monitor.System.LineByLine.1 <<==== **FAILED** TestCoverage.Manager:OnBeforeAllTests::: These tests run fine in Studio. Also the TestCoverage
Article
Daniel Aguilar · Jun 29, 2023

IRIS Api Tester

Hello Community!! I just upload my lastest application "IRIS Api Tester" to the Open Exchange. It's a docker project with InterSystems IRIS + Newman that will allow you to test
Article
Henrique Dias · Feb 5, 2023

iris-tripleslash - let's rock together

know that to create something, we need to make sure it's working; we need not only create but test if it's working and if it doesn't break if we add something new. And to be honest
Question
Dmitry Maslennikov · Mar 6, 2019

Increment value in property with SQL

Let's imagine you have only SQL. You need some table where you should increment value in some property when you update this line. We have the table CREATE TABLE "test
Question
Paster-Bachar Gadi · Sep 27, 2016

XMLObject.OutputToString and Hebrew

= ##class(EnsLib.EDI.XML.Document).ImportFromString("<Test>מִבְחָן</Test>") ENSEMBLE>write msg.OutputToString() <Test>???????</Test> ENSEMBLE>set
Question
Rand St. James · Jan 21, 2019

Upload Bundle Data to the FHIR Sandbox

a test patient in a FHIR bundle to the sandbox, however I have not been able to find out how I can do this.Can you provide some direction/tools that I can use to upload my bundle
Question
Padmaja Konduru · Sep 19, 2023

How to get Customized SSL/TLS certificate expiry alerts using ObjectScript

attached my sample "test" SSL/TLS which is included the sample certificate and private key (x509) Call the SSLDetails method with your SSL name. This method will return an local
Question
Flávio Lúcio Naves Júnior · Oct 15, 2021

How to export class to xml without namespace

(%RegisteredObject, %XML.Adaptor) { Parameter NAMESPACE = "http://mynamespace.com/test"; Property Person As Class.Person; Property Address As Class.Address; } Class Class.Person
Question
Jairton Junior · Feb 19, 2021

Is there a "SELECT LAST_SERIAL

I get the last inserted ID? Note that with "SERIAL" I can forcefully insert any value for this ID, from which Iris will continue generating values... CREATE TABLE test
Article
Oliver Wilms · Oct 5, 2020

File Passthrough Feeder

Operations come in handy. At one point we placed test messages in files, then we utilized a File Passthrough Service with Inbound File Adapter to send the contents of the file
Question
Curtis Rambaransingh · Apr 20, 2020

Best way to create multiple NTEs from one NTE

- Currently we are receiving one NTE (See Below) from the source system NTE|1|Result Comment|TESTING:\.br\\.br\This is a test results. \.br\\.br\This test is a Test. - We
Announcement
Celeste Canzano · Mar 24

Reminder: Beta Testers Needed for Our Upcoming InterSystems IRIS Developer Professional Certification Exam

Hello again IRIS community, We have officially released our InterSystems IRIS Developer Professional certification exam for beta testing. The beta test will be available until
Question
Mack Altman · Jan 21, 2017

What is the base formula used for calculating global storage

and the usage indicated by ^%GSIZE on the right.Test GlobalBytes Used^TEST=""8^TEST(1)=""20^TEST=""^TEST(1)=""16^TEST(1,2)=""24^TEST=""^TEST(1,2)=""20^TEST=""^TEST(1)=""^TEST(1,2
Question
Dmitry Maslennikov · Feb 6, 2023

SQL PROCEDURE %sqlcontext for LANGUAGE PYTHON

:1972/USER CREATE or REPLACE PROCEDURE test() LANGUAGE OBJECTSCRIPT { SET %sqlcontext.%SQLCODE = 400 SET %sqlcontext.%ROWCOUNT = -1 SET %sqlcontext.%Message = "test error