Search

Clear filter
Question
A.R.N. H Hafeel · Jun 13, 2021

Why has my article been removed?

Indeed, you published not the article but the invitation to read the article about internet speed up - a completely irrelevant topic to the forum (which is allowed in rare cases though
Question
Muhammad Waseem · Jun 22, 2021

Generation of FHIR bundle id (GUID) from object script

Indeed behind the scenes you can see it calls the CreateGUID() method @Marc.Mundt pointed to populate the id - Set bundle.id = $ZConvert($SYSTEM.Util.CreateGUID(),"L") [The $ZConvert
Question
Robert Steed · Oct 15

How to get the correct USERPROFILE Windows environment variable in Caché ObjectScript please?

I thought I had replied to your comment already; anyway it was indeed Local System account.
Question
Michael Gerow · Nov 3

%UnitTest - Is there a variable or property that can be checked so the process knows it's executing a unit test?

Is there any sort of variable or property that can be checked to confirm the process is indeed executing a unit test?
Article
Timur Safin · Aug 26, 2016

Caché MapReduce - Basic interfaces for MapReduce implementation (part II)

As %String = $order(@i%GlobalName@(""),1,value) if index'="" { kill @i%GlobalName@(index) quit value } else { kill @i%GlobalName quit
Article
Sergey Kamenev · Jul 7, 2017

Globals - Magic swords for storing data. Sparse arrays. Part 3.

Thank you for your attention! Looking forward to seeing your questions and requests in the comments section.
Article
Sergey Kamenev · May 23, 2019

PHP module for working with hierarchical data in InterSystems IRIS

The first one is the name of the global, and the rest are indexes. The global may not have indexes, in which case it is deleted in full.
Question
Peter Kopp · Jun 6, 2019

Timeout of windows spawned using window.open

Pass the SessionId from the parrent window to the child (if you do not have it there already)5.
Question
Oliver Wilms · Mar 21, 2023

ERROR ErrBPTerminated: Terminating BP JSON2HL7 # due to error: ERROR #5035: General exception Name 'Parsing error' Code '3' Data '' > ERROR #5035: General exception Name 'Parsing error' Code '3'

'3' Data '' The code is in this GitHub repo: https://github.com/oliverwilms/HL7 I think I get parsing error because of bad data in my input file: {""Doctype"":""ADT^A01"",""PatientId
Question
Diones Forteski · Mar 29, 2018

Problem with on the %ZEN.Component.combobox

ClientMethod onStartModalHandler(zindex) [ Language = javascript ] { this.invokeSuper('onStartModalHandler',arguments); this.fixLinks(this.getDropDownDiv()); } /// Look
Article
Theo Stolker · Feb 2, 2024

DB.Changelog: Keeping track of database changes using SQL Triggers and CodeMode = objectgenerator

Changing the Index name to UniqueIndex2 solved the issue.
Article
Beatrice Zorzoli · Sep 10

Learning ObjectScript as a New Developer: What I Wish I Knew

"%Persistent property index example". 3.
Article
José Pereira · Jun 5, 2021

FHIRaaS overview

For instance, if you’d like to try create a new patient, the tool provides you a template for such resource: !
Article
Daniel Kutac · May 3, 2017

InterSystems IRIS Open Authorization Framework (OAuth 2.0) implementation - part 3

There is a real life scenario that uses the above described logic – the FHIR standard for exchanging electronic patient records.
Article
Yuri Marx · Feb 25, 2021

Day 3: Developing with InterSystems Objects and SQL

Eg: Index Key on SocialNumber [IdKey, PrimaryKey, Unique].