Search

Clear filter
Question
Ruiyan Yu · Feb 9, 2022

ERROR #5540: SQLCODE: -104 Message: Field

As %Library.String(MAXLEN = 32000) [ SqlColumnNumber = 13 ]; /// Bitmap Extent Index auto-generated by DDL CREATE TABLE statement. Do not edit the SqlName of this index.Index DDLBEIndex
Question
Ondřej Hoferek · Jun 10, 2016

Passing a Dictionary (array of data types) from .Net to Caché

;. The System.Array must have zero-based indexing.arrayIndex: The zero-based index in array at which copying begins.
Article
Wilber Tang · Jul 25, 2016

Tips & Tricks - How to remove a group of HL7 segments

EnsLib.HL7.Message.cls provides many API methods for manipulating an HL7 message. RemoveSegmentAt(), for example, can be used to remove a segment by path or index, but only one
Discussion
Evgeny Shvarov · Aug 18, 2019

How do You Document Globals You Use in a Project

globals for calculations, temporary storages, for special indexes or for some other purposes - how do you document it? Possible options which come to my mind: 1. Macro #define Array
Question
John Nurmi · Nov 5, 2021

In Transform Order AIS by AIS 3.1 value

a subscripted variable using the values in AIS:3.1 as the index and the segment repetition number as the array element value. Then $ORDER() through it get the source segment
Question
Colin Brough · Dec 10, 2024

HL7 ORCgrp() to XML subtransform

; DTL element to pass the index of the group to process to the subtransform, passing the entire source message as source object. Thanks @Robert.Barbiaux, that's really helpful.
Article
Evgeniy Potapov · Jan 15, 2022

Your own webserver logfile analyser

, search engines indexing and some network noise. Now I want to describe one useful function for most of webmasters and system administrators who are interested in obtaining of exactly
Question
Virat Sharma · Jan 30, 2023

SQL Query Help in $ListGet

at the defining indexes section in the documentation for BuildValuesArray() See the answers here. In addition there are a few comments:you can use extrinsic function: ExtrinsicFunctions
Question
Marco Blom · Jun 20, 2023

IRIS Nodejs Quickstart

(.d.ts) file containing `declare module 'intersystems-iris-native';`ts(7016) module "C:/Nodejs Quickstart/Solutions/intersystems-iris-native/index
Question
Lakin Ducker · Nov 28, 2018

How can I have HealthShare respect relative paths for javascript and css files that are referenced in the index.html file?

I am new to InterSystems.I have set up a simple application in HealthShare.Name: /testwebappCSP Files Physical Path: /Users/lakinducker/Documents/Dev/testwebapp/dist/testwebappIn
Article
Athanassios Hatzis · Sep 12, 2017

The wizards of stored computer program and the next generation of programmers

mechanism including indexes. Even in key-value stores you cannot see or understand the sorting of indexes, you cannot easily reference data values in permanent storage locations
Question
Fiona Griffiths · Nov 22, 2018

Embedded SQL bug

As %String(MAXLEN = 60, TRUNCATE = 1);Index EntSysLbl On (EntSys, Lbl);Index LblKey On (EntSys, Lbl, EffEndDat);}Create an entry:SET ; s email=##class(My.Email).%New() s
Question
Cristiano Silva · Jun 9, 2020

Consuming a REST Sevice with Digest Authenctication

(%xsd.hexBinary).LogicalToXSD($System.Encryption.MD5Hash(value)), "L")} GetHeaderVar(header, varName) Public { Set listVars = $ListFromString(header, ",") For index = 1 : 1 : $ListLength
Question
Meenakshi Muthu · May 13, 2024

Difference between %KillExtent and %DeleteExtent

in place of %DeleteExtent. Only physical storage occupied by this extent will be killed. If this extent is a subextent of another class then no data is killed. Indexes
Question
Matjaz Murko · Jul 10, 2021

JSONExport

Ident As %String; Index LabelId On (Department, Ident) [ IdKey, Unique ]; Property Name As %String; Index Name On Name; Property Width As %Integer; Property Height As %Integer