Search

Clear filter
Question
Ponnumani Gurusamy · Mar 12, 2019

Method vs Class Method

Why method and class method are different? . What is the purpose for using these are seperatly? ClassMethod Test(){}Method Test() {} Please see this question: https://community.intersystems.com/post/difference-between-method-and-classmethod-class-definition
Question
James Hipp · Jul 29, 2019

Linux / RHEL - Writing Global Value from Cache to STDOUT on the Command Line OS Terminal

Terminal)[jhipp@test-sbox ~]# csession TEST "##class(%SYSTEM.License).ShowSummary()" License Server summary view of active key. Distributed license use:Current License Units
Question
Peter Hodgkin · Oct 26, 2021

Windows Reserved Word in URL used in Business Operation

would be equal to %43%4F%4E and con would be %63%6F%6E Thanks Alexander, I will try that. Worked great. code sniplet: set test="CONcatenate".url="" for i=1:1:$l(test) s url=url_"%"_$zhex($a(test,i)) write i=11 test="CONcatenate" url="%43%4F%4E%63%61%74%65%6E%61%74%65"
Discussion
Dmitry Maslennikov · Feb 20, 2023

IRIS as a service in continuous integration

Such most popular nowadays CI platforms as GitHub and Gitlab, offers the ability to run any docker image as a service, mostly useful for integration tests. And I could define
Question
Pravin Barton · Jan 20, 2016

Use an array as a SQL parameter for a Zen tablepane

: <tablePane width="25%" id="testTable" sql="SELECT Id from Tracking_Data.Person WHERE Id IN (?)" showQuery="true"> <parameter
Question
Eduard Lebedyuk · Apr 26, 2017

How can I get post REST callback

%CSP.REST { XData UrlMap [ XMLNamespace = "http://www.intersystems.com/urlmap" ] { <Routes> <Route Url="/:classname" Method="GET" Call="TEST" Cors="true"/> <
Question
Con Skordis · Jul 22, 2021

Dynamically updating XData XslFoXslt sections

on flags. XData XslFoXslt{<xsl:template name="HighLight"><xsl:param name="Value"/><xsl:if test="$Value = 0"><xsl:attribute name='font-weight'>normal<
Question
Pratik Mankar · Jun 24, 2022

Accessing Property within a Property

Hey Community,I have an scenario, please advise or suggest possible ways to solve it.So i have a persistent class to test results of a diagnostic laboratory. The properties
Question
Ahmad Bukhtiar · Nov 12, 2020

is there a command to delete patient from Edge Production

Hi We have Edge Production where we uploading flat files clinical data, and during testing we do this for several rounds load data, test them and reload them. So everytime we
Article
Michelle Stolwyk · Jan 2, 2019

Perforce Example of Shared Development with Atelier

specialized code stored in %SYS, an application, and personal developer sandboxes. In addition, the team has separate instances for testing purposes and for live systems in production. All
Announcement
Anastasia Dyubaylo · Jun 13, 2020

InterSystems IRIS 2020.1 Tech Talk: Speed Under Pressure

! In this InterSystems IRIS 2020.1 Tech Talk, we'll learn about the open source Ingestion Speed Test. We will explain: the architecture of the ingestion speed test how we are leveraging Docker
Announcement
Shane Nowack · Jun 16, 2021

Still looking for HealthShare Patient Index Beta Testers

Hello Again, InterSystems Certification is still looking for people to beta test the HealthShare Patient Index Technical Specialist Certification exam. We have extended
Question
Alexandr Ladoshkin · Apr 17, 2017

Overide trigger

^dbg = {Name} } /// do ##class(FormsDev.NewClass1).Test() ClassMethod Test() { Kill ^FormsDev.NewClass1D, ^dbg, ^dbg2 &sql(INSERT INTO FormsDev.NewClass1
Question
Stuart Byrne · Jun 29, 2017

Blocking messages with blank MRG segment

rule as your original in my local testing environment and it worked as expected. I was not using the testing service, however. I'm running HS 2017.1 if it matters. Thanks
Question
Keith Davis · Jun 13, 2019

Automatically export all globals

Is there a way to automatically export all globals? I want to script out this process so that this happens on a specific frequency. This is for testing, as an additional backup