Clear filter
Question
Ruiyan Yu · Feb 9, 2022
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
;. 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
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
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
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
; 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
, 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
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
(.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
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
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
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
(%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
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
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