Search

Clear filter
Question
Graham Hartley · Jul 16, 2019

Correct usage of %Library.ListOfObjects containing EnsLib.SQL.Snapshot in Ensemble

As EnsLib.SQL.OutboundAdapter; Parameter INVOCATION = "Queue"; Method Testing(PREQUEST As UHSM.Messages.Test, Output PRESPONSE As %Library.ListOfObjects) As %Status { Set query="{call
Article
Robert Cemper · May 9, 2023

Helper for Objectscript Language Extensions

; ext = name of the extension ; code (by ref) numbered array of lines to add ; ; do cmd^zLangExtender(typ,ext,.code) ;>> add extension How to Test it Open IRIS
Article
Eduard Lebedyuk · Jul 6, 2018

Continuous Delivery of your InterSystems solution using GitLab - Part VIII: CD using ICM

at First Look: ICM.WorkflowIn our Continuous Delivery configuration we would:Push code into GitLab repositoryBuild docker imagePublish image to docker registryTest it on a test serverIf
Question
Jim Winski · Aug 1, 2018

Ensemble peculiarities for one user

anything in the Actions tab. Typically, you can simply open the DTL, click on a line, and edit the Actions.- If she opens the Tools tab and clicks the Test button, she does
Article
Gevorg Arutiunian · Sep 6, 2018

Save a file using %Net.HttpRequest

to. The class method "test" runs the code: Class objectscript.saveFileHTTP Extends %RegisteredObject { classmethod test() { Set httprequest = ##class(%Net.HttpRequest).%New() Set
Article
Muhammad Waseem · Sep 28, 2021

Connecting to Caché with Appeon PowerBuilder by using ODBC

ODBC Data Source Administrator Step 3: Configure InterSystems ODBC Data Source Step 4: Test the connection (make sure IRIS instance is running) Step 5: From
Question
Lou Pizza · Jan 15, 2020

Gzipping several files individually and renaming using datetimestamp

##class(dc.test).test() ClassMethod test() { s ts=##class(%PosixTime).LogicalToUnixTime(##class(%PosixTime).CurrentUTCTimeStamp()), oldName="C:\Tmp\test"
Question
Jenny Ames · Sep 20, 2016

Best Practices for Custom Business Components

, then business services. That way you can test your business operation using the test utility and then when you go to test your business process, you know any new issues must
Question
Ashok Kumar · Apr 11

Subroutine execution issues in WorkMgr

set sc=wqm.Queue("subr2^testwqm") ; executing the subr2 properly set sc=wqm.Queue("subr1") ; executing the subr1 properly quit subr1 set ^test("subr1",$NOW())=$LB
Article
José Pereira · Jul 3, 2023

An experiment on generative AI and FHIR

was used to test the project: 1. How many patients are in the dataset? 2. What is the average age of patients? 3. Give me all conditions (code and name) removing duplications
Question
Dan Pahnke · Mar 31, 2020

Force a failover on a mirror

())? What I'm trying to simulate is a network isolated condition on the primary. Hello Dan, I am struggling to understand the scenario that you are testing/planning for. Do you have
Announcement
Shane Nowack · Sep 1, 2021

Beta Testers still needed for our new HealthShare Patient Index Technical Specialist Certification Exam

below, we would like you to beta test the exam! Exam title: HealthShare Patient Index Technical Specialist Exam candidate: An IT implementation professional who: has 6-12
Question
Adam Lees · Apr 21, 2023

Compile for a previous version of Health Connect

a copy of the target version of software from the WRC (kits or containers) and at least do a compilation test there. Thanks. We will be exporting as code to compile
Question
Jordan Everett · Mar 13, 2023

Class Debugging in Terminal

files through GNUPG (PGP keys). I currently have a %RegisteredObject class for this and am running into the excruciating pain of testing this. Every time I make a change
Article
Robert Cemper · Jan 19, 2021

Trying Embedded Python

-compose up -d How to Test it Using IRIS terminal: $ docker-compose exec iris iris session iris "##class(rccpy.AoC20).Run()" Welcome to embedded Python Demoselect day