Clear filter
Article
Sean Connelly · Aug 21, 2017
that I am currently testing and looks to be working fine.1. Create a persistent class...Class Test.Store Extends %Persistent{Property SomeValue As %String;Method SomeMethod
Question
Sergio Martinez · Aug 6, 2019
do anything in ObjectScript! Class MyPackage.MyClass{ClassMethod MyMethod(p1 = 1, p2 = 2, p3 = 3){Write p1,"-",p2,"-",p3,!}ClassMethod Test(){Do ..FromJson({})Do ..FromJson({"P1
Question
Rubens Silva · Jan 31, 2020
it works fine, no broken charset at all. We did the following test to confirm it:
set i("qualix/rconnect/app/qualix/acesso/app.js")=""
w $System.OBJ.ExportToStream(.i, .stream, .err
Article
Developer Community Admin · Oct 21, 2015
and understand every loan file.In a medical environment, many structured data sources exist, such as test results over time and coded fields. However, some of the most valuable data
Article
Scott Roth · Jan 24
;trustServerCertificate=true;hostNameInCertificate=<server name>;Authentication=ActiveDirectoryPassword
When I clicked on Test Connection, I got Remote JDBC error
Question
Antoine.Dh · Jan 18, 2024
Extends Ens.Response
{
Property Supplier As list Of Community.App.Msg.Supplier(XMLPROJECTION = "ELEMENT");
ClassMethod test() As %Status
{
set XmlString="<Suppliers><
Question
Justin Richter · Jan 3, 2022
class that I created to get that output and run various tests with:
Class HchbLib.Testing.DummyClass Extends %RegisteredObject{
Property notanumber As %String;
Property aboolean
Article
王喆 👀 · Oct 18, 2022
define the class controlled by the api in the [/api] code as BKIP.Rest.api
· Give a [ALL] 's role
Test it:
So far, we've opened the first Api interface, but also open
Question
Robert Cemper · Mar 15, 2023
for this tips @Robert.Kuszewski
Maybe the following line allows to retrieve, but I don't have Windows Docker environment to test myself:
Set ip = $SYSTEM.INetInfo.HostNameToAddr
Question
Nezla · Jan 15, 2018
).%New()
Set Body1.Test = "fiel"
Set Body1.Test2 = "ttss"
Set Emp= ##class(%ListOfDataTypes).%New()
Do Emp.Insert(Body1)
Set Body.Array = Emp
Thanks
Question
Fabian Pie · Dec 12, 2018
Hi,I want to test the node.js interface to iris with trial sandbox. The node.js documentation refers to get de node package from the instance bin directory. As I'm trying to use
Announcement
Jeff Fried · May 9, 2019
to get an early start working with new features and functionality. They are supported for development and test purposes, but not for production.
Question
Rodrigo Flores · Jun 28, 2018
="http://www.intersystems.com/zen" xmlns:demo="http://www.intersystems.com/zendemo" title="Combobox Test Page"><hgroup align="center" labelPosition="left"><dataCombo id
Question
Chip Gore · Jun 21, 2016
think of that) You can close the cursor and open it again:
ClassMethod Test()
{
&sql( DECLARE C1 CURSOR FOR
SELECT TOP 10 ID
INTO :id
Question
Scott Beeson · Mar 1, 2016
code it by hand? If you are familiar with XSL, then you can create your XSL stylesheet manually via any text editor. Then there are some free online XML/XSL transform testing