Search

Clear filter
Question
Paster-Bachar Gadi · Sep 27, 2016

XMLObject.OutputToString and Hebrew

= ##class(EnsLib.EDI.XML.Document).ImportFromString("<Test>מִבְחָן</Test>") ENSEMBLE>write msg.OutputToString() <Test>???????</Test> ENSEMBLE>set
Question
Rand St. James · Jan 21, 2019

Upload Bundle Data to the FHIR Sandbox

a test patient in a FHIR bundle to the sandbox, however I have not been able to find out how I can do this.Can you provide some direction/tools that I can use to upload my bundle
Question
Padmaja Konduru · Sep 19, 2023

How to get Customized SSL/TLS certificate expiry alerts using ObjectScript

attached my sample "test" SSL/TLS which is included the sample certificate and private key (x509) Call the SSLDetails method with your SSL name. This method will return an local
Question
Flávio Lúcio Naves Júnior · Oct 15, 2021

How to export class to xml without namespace

(%RegisteredObject, %XML.Adaptor) { Parameter NAMESPACE = "http://mynamespace.com/test"; Property Person As Class.Person; Property Address As Class.Address; } Class Class.Person
Question
Jairton Junior · Feb 19, 2021

Is there a "SELECT LAST_SERIAL

I get the last inserted ID? Note that with "SERIAL" I can forcefully insert any value for this ID, from which Iris will continue generating values... CREATE TABLE test
Article
Oliver Wilms · Oct 5, 2020

File Passthrough Feeder

Operations come in handy. At one point we placed test messages in files, then we utilized a File Passthrough Service with Inbound File Adapter to send the contents of the file
Question
Curtis Rambaransingh · Apr 20, 2020

Best way to create multiple NTEs from one NTE

- Currently we are receiving one NTE (See Below) from the source system NTE|1|Result Comment|TESTING:\.br\\.br\This is a test results. \.br\\.br\This test is a Test. - We
Announcement
Celeste Canzano · Mar 24

Reminder: Beta Testers Needed for Our Upcoming InterSystems IRIS Developer Professional Certification Exam

Hello again IRIS community, We have officially released our InterSystems IRIS Developer Professional certification exam for beta testing. The beta test will be available until
Question
Mack Altman · Jan 21, 2017

What is the base formula used for calculating global storage

and the usage indicated by ^%GSIZE on the right.Test GlobalBytes Used^TEST=""8^TEST(1)=""20^TEST=""^TEST(1)=""16^TEST(1,2)=""24^TEST=""^TEST(1,2)=""20^TEST=""^TEST(1)=""^TEST(1,2
Question
Dmitry Maslennikov · Feb 6, 2023

SQL PROCEDURE %sqlcontext for LANGUAGE PYTHON

:1972/USER CREATE or REPLACE PROCEDURE test() LANGUAGE OBJECTSCRIPT { SET %sqlcontext.%SQLCODE = 400 SET %sqlcontext.%ROWCOUNT = -1 SET %sqlcontext.%Message = "test error
Article
Randy Pallotta · Jul 27, 2016

"dynamic" headers and trailers for ensemble record maps

will see fields from the HL7 messages output to a file with a header and trailer as below:Here is the text for the header. Number of Records: 854321|Test Patient|169 MY ST||CITYGOESHERE
Question
Eduard Lebedyuk · Dec 25, 2017

How can I redefine marco and recompile code for subclass

Let's say I have Macro.Parent class: Include Parent Class Macro.Parent { ClassMethod Test() { write "Class: " _ $classname() _ $c(10,13) _ "Value: " _ $$$name
Question
Christine Nyamu · Sep 14, 2023

How to do a SQL query in DTL and map PV1 7.1 to results of query

I need to run a SQL query and use the output to map PV1 7.1. The query is : SELECT IDFROM TestTableWHERE ProviderName = 'TEST,PROVIDER' AND IDType= 'BPI' When I run
Article
Alexander Koblov · Jun 24, 2016

[bugreport] Preview for comment shows old comment

a) Choose Add comment b) Write some text in comment (e.g. 'test') c) Click preview d) Edit comment content (e.g. 'test 2') d) Click preview again e) Notice that preview shows comment content before editing (e.g. 'test')
Question
Ruslan K · May 23, 2017

Placeholder in dataCombo

How to define placeholder for dataCombo?set dc.placeholder = "Some text" doesn't work. Hi Ruslan,I found an alternative,Suppose your dataCombo id is 'test' ( <dataCombo id