Search

Clear filter
Question
Sudhir Sinha · Nov 30, 2022

IRISTEMP Database in IRIS instance brings down the Production instance

and is in increasing trend at ~ 1GB/day? Is it some sort of bug for IRIS for Healthcare to store more index or globals to enable additional capability and features, especially for AI
Announcement
Anastasia Dyubaylo · Nov 25, 2021

French Stream On InterSystems Technologies #7

. 👉 Direct link to join: https://bit.ly/30UV6xp On the agenda this month: 🗞 News https://community.intersystems.com/post/sql-search-index-json-objects
Question
Michael Lei · Jun 21, 2021

Data Structure and Sorting Algorithm

or alphabetical index depending on how we're hoping to organise the data. eg. s NewData(Data(Key,"Name")) = Data(Key) With object classes or mapped globals we tend to use the sql
Question
Martin Staudigel · Jan 11, 2022

Validating HS.FHIRServer.Interop.Request

, GetAt expects a key rather than a numeric index. For example GetAt("ClientAddr") should work. Hello Marc, thank's a lot! I had hoped and suspected that it must be a small thing. Regards, Martin
Question
Evgeny Shvarov · Apr 1, 2017

Is there a way to rebuild indices for all the classes in a given namespace

moving the index global as well. However, if this is not an option then you probably want to do something like: USER>s sql="select Name from %Dictionary.CompiledClass where
Article
Fabian Haupt · Feb 10, 2017

Visualizing the data jungle -- Part II. More sources and nicer output

}) ~~~ Unlike the in the mgstat file we used in the first part, the header names are in the first row. We want the first column to define our index (this way we don't need to re-index
Question
Jude Mukkadayil · Dec 11, 2019

How to get row count of csv using ObjectScript

(ind '= ""){set row = ^CacheTemp(repid,"MAIN",ind)use filemain write row,!; Get next row index for MAIN reportset ind = $order(^CacheTemp(repid,"MAIN",ind))} close filemain
Question
Sinon Galvin · Jun 13, 2019

When is a number not a number

and not as canonical numbers.We can see both in action with the Persistent class. If you create an index on a %Float property then it will canonicalise the string to ensure that all fractional
Article
Brendan Bannon · Nov 29, 2016

The Art of Mapping Globals to Classes (3 of 3

from the variable subscripts) Define the IdKey index. Define the Storage Definition: Define the Subscripts up to and including the IdKey. Define the Data section. Ignore
Question
Yone Moreno · Jun 21, 2021

How could we check if birth date from PID 7.1 is below 65 years old

Hello, First of all thanks for your time reading our question, and thanks for your replies and help We would need to know if a patient has less than 65 years old, using
Question
John Lisa · Jul 20, 2020

IDX Groupcast system from Cache

.. An index on reg.mnr and bar.invnum will accelerate this. Ok so this is definetely Centricity Business aka Flowcast and not GroupCast. Generally speaking your query looks
Question
Paul Riker · Jul 18, 2016

HL7 Segment Query

an index for that field.http://docs.intersystems.com/latest/csp/docbook/DocBook.UI.Page.cls?KEY=EEDI_search_tablesFields indexed in the search table are listed in the dropdown box
Question
David Reche · May 4, 2016

Router custom message base on List property using Business Rules

As %String = "", index As %String) As %String { if $isobject(value) { quit value.GetAt(index) } quit "" } } and then, you can use it in this way
Article
Mike Kadow · Oct 24, 2016

NewBie's Corner Session 22 Parameters Part III

private email, unless of course you wish to address me only.See "Newbie's Corner Index" for an index of all NewBies' Posts Hi, Mike! What about the option of passing an unlimited set
Question
Arockia Raj B · May 19, 2017

SQL/Non-SQL

:^Package.ClassNameI for index^Package.ClassNameD for values^Package.ClassNameS for streamsCheck the class's Storage XML discover it's global structure. And what this bill says