Clear filter
Question
Ponnumani Gurusamy · Mar 12, 2019
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
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
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
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
:
<tablePane width="25%" id="testTable" sql="SELECT Id from Tracking_Data.Person WHERE Id IN (?)" showQuery="true">
<parameter
Question
Eduard Lebedyuk · Apr 26, 2017
%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
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
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
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
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
!
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
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
^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
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
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