Clear filter
Question
Peter Steiwer · Apr 6, 2018
Perhaps once the early phases of development are finished these diffs will become less active and not a problem.The second reason is that I have been developing on both Caché 2017.2 and InterSystems
Announcement
Amanda Duff · Nov 14, 2019
Desired requirements:
Experience within a similar role
Experience of using CODAS
Experience of MUMPS or InterSystems Caché programming languages
Experience with Windows operating
Question
lw lw · Nov 14, 2019
By a TCOMMIT (in synchronous commit mode, which causes the data involved in that transaction to be flushed to disk) if you are using InterSystems IRIS transactions.
Question
Scott Roth · Sep 5, 2019
I believe HealthShare Health Connect built with Caché 2015.2.2 is not a new enough HealthShare core version.Outside of that, it may be possible to manually convert to InterSystems IRIS
Article
Sanjib Pandey · Apr 23, 2019
Method : to download the FTP file from intersystem cache : If you have any question please drop a message : ClassMethod FTPDownload(myFTP = "", myUserName = "", myPassword = "", sFileLocation
Question
Eduard Lebedyuk · May 17, 2019
As %String
{
Set pd=$system.CLS.Property(propName,oref,0)
Set slot=$piece(pd,"^",2)
Set value = $zobjval(oref,slot,0,3,slot)
Quit value
}
I'd like to get an Intersystems
Question
Vikram Annadurai · Jul 17, 2019
Web Application Configuration:
PostMan Error:
PropertyName.cls
CROSRestApi.cls
Please post CROSRestAPI as text.Can you get InterSystems IRIS or a complete version
Article
Muhammad Waseem · Oct 15, 2021
Hopefully will consider them in next release.Thanks Hi Muhammad,
Your video is now on InterSystems Developers YouTube:
⏯ LabResultsVerification-HL7 Demo
Thanks for your
Question
Utsavi Gajjar · Feb 25, 2022
KEY=EMONITOR_ALERTS#:~:text=InterSystems%20IRIS%20can%20automatically%20send,there%20is%20no%20automatic%20notification.
Question
Mike Williamson · Nov 17, 2023
I'm working for an organisation that is running a very old version of InterSystems Cache (5.016) which runs on AIX .
Question
Scott Roth · Jan 13, 2024
You can pass the value to the DTL using the transformation auxiliary parameter, as described in the documentation : Working with Rules | Developing Business Rules | InterSystems IRIS
Question
Evgeny Shvarov · Jun 19, 2023
ZTIMEZONE – Contains the time zone offset from the Greenwich meridian
>>> iris.cls("%SYSTEM.SYS").TimeZone()
0
$ZVERSION – Contains a string describing the current version of InterSystems
Question
Gautam Rishi · Jun 21, 2023
(write $zv)
In general, feel free to file a GitHub issue at https://github.com/intersystems/git-source-control/issues Hi Gautam!
Question
Lewis Houlden · Jun 30, 2023
Hello
We are in the process of upgrading to 2023.1 for InterSystems Health Connect, and the Business Rule Engine editor is very difficult to use compared to 2022.1.
Question
Eduard Lebedyuk · Nov 29, 2017
va_arg(ap, void*));
len -= n; p += n;
}
va_end(ap);
if (len==0) return -1; --len; *p++ = '\0';
return 0;
}
$LISTBUID() format is not doucmented so that InterSystems