Clear filter
Announcement
Evgeny Shvarov · Aug 11, 2020
pressure change of a patient with the time, the related task request.
Another idea of the application is to maintain electronic immunization history, the request, tagging
Announcement
Georgina Finneran · Aug 12, 2020
delivery of complex and sophisticated medicines, with minimal burden on both physicians and patients. We supply innovative technology solutions to our pharmaceutical clients that improve
Question
Stuart Byrne · Mar 14, 2021
I had a challenge recently where I was asked to parse and iterate JSON to find a patient that has a forename = "Bill" and try to make the function that iterates through the code
Question
Stephen Wilson · Mar 11, 2020
As %Status, index As %Integer, language) as %Boolean
classmethod GetOneStatusText(statuscode As %Status, index As %Integer, language) as %Boolean
Surely, with "Text" in the method name the return type should be a %String? Why does it say %Boolean?!
Question
David Satorres · Dec 17, 2021
a Property so it can be indexed seems very useful and it works well when this property is created at the very beginning. But here my "problem": whenever a new property is added, how
Question
Peter Kopp · May 4, 2016
are the implications to indexing?Thank you. My answer was not complete in this form: the same effect can be achieved with SQL Triggers, too. That version is more SQL compliant maybe
Article
Mike Kadow · May 24, 2016
private email. Unless of course you wish to address me only.See NewBie Index for an index of all NewBie Corner posts. “It is not how much you know, but how well you communicate it to others.”
Question
Kurro Lopez · Mar 25
Hi all.
I'm trying to create an indexed table with an vector field so I can search by the vector value.I've been investigating and found that to get the vector value based
Article
Eduard Lebedyuk · Apr 12, 2019
and restore Python context from InterSystems IRIS
# Index
The plan for the series so far (subject to change).
- Part I: Overview, Landscape and Introduction
Announcement
Anastasia Dyubaylo · Jun 16, 2021
is used to store the omics sequence data, the raw DNA/RNA/Protein sequence, and associated metadata that is imported from parquet files. The sequence descriptions are indexed using
Question
Eduard Lebedyuk · Dec 4, 2019
).%OpenId(##class(Ens.Director).GetActiveProductionName()).FindItemByConfigName(tHostName)) Thanks, Marc.
Found useful index:
write ##class(Ens.Config.Item).NameExists(##class
Question
Daniel Kutac · Feb 6, 2018
Is there an API that would list classes within a given package? I can't find any. I do have a workaround that uses class index, but this query lists all classes available
Question
Claus Odgaard · Apr 11, 2022
such data as %String
I would suggest wrapping this field with Get and Set to make it compatible with the previous storage For %Stream.GlobalCharacter cannot use an index, but it can
Question
Nezla · May 7, 2022
Hi Guys,
we have a class with over 24 million records and despite indexes querying is still slow, so we are looking to create a copy or clone of our current class have
Article
Benying Zou · Jul 13, 2017
basic code
// points were copied; start at the beginning otherwise.
Set index = 1
If (basic > 1)
{
Set index = basic
}
While (index <= inputLength