Search

Clear filter
Article
Sean Connelly · Aug 21, 2017

Warning: Stale Persistent Objects created

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

Preserving default value of a method parameter when passing a non existing property of a JSON object

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

Help me understand this encoding behavior when exporting XML

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

Analytics of Textual Big Data: Text Exploration of the Big Untapped Data Source

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

Connecting JDBC to MS Azure SQL through Microsoft Entra and Active Directory Password Authentication

;trustServerCertificate=true;hostNameInCertificate=<server name>;Authentication=ActiveDirectoryPassword When I clicked on Test Connection, I got Remote JDBC error
Question
Antoine.Dh · Jan 18, 2024

Reading a XML list into a custom XML enabled class

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

JSON - NULL Properties

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

How IRIS performs CRUD operations

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

? how to get Docker Host IP

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

Arrays in JSON Body

).%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

iris.node download

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

InterSystems IRIS for Health 2019.2 preview

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

reload or clear zen Datacombo

="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

Is there an Embedded SQL Cursor "rewind

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

Recommend software for creating XSLT transforms

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