Clear filter
Question
Arpitha Ramakrishnaiah · May 11, 2017
classes quick-and-dirty : you can have a look at the global ^oddDEF. It contains the class definition of all classes : methods, properties, indexes, storage etc. are all in this global
Question
Stella Ticker · May 12, 2017
to a global will take under 5 minutes.In which case you have a serious bottleneck going on such as a poor referential integrity check. If this is not indexed or tuned then you
Question
Kevin Furze · Sep 13, 2017
values in the $ListBuild list by skipping that index in the integer-subscripted array):
```
Kill tArray
Set tPointer = 0
While $ListNext(tInputList,tPointer,tValue) {
If $Data
Question
Michael Davidovich · Mar 21, 2024
in a for loop. Further inspection reveals ..ATIndexOpen is an 'Index Open' generated method. So it's trying to open some object with the ATIndex of that encrypted token. Not sure how
Article
Sergey Kamenev · Nov 11, 2019
, to meet the requirement of consistency, you need to include an index change in the same transaction as a global node value change.
Say, for example, we have a global ^person
Discussion
Matthew Waddingham · May 17, 2021
We've been tasked with developing a file upload module as part of our wider system, storing scanned documents against a patients profile. Our Intersystems manager suggested
Article
Sarah Schlegel · Sep 7, 2022
(for example all the episodes of a given patient);
Open: get a specific row from its internal ID or a unique key (for example the episode number for a given episode);
Save
Announcement
Bryan Scown · Feb 7, 2022
technology solutions that exponentially improve behavioral healthcare quality to better serve mental health providers and their patients. We’re seeking enthusiastic, passionate
Question
Saptarshi Sengupta · Jan 24, 2020
(#Roche) will also be very interested in having JReport integrated with IRIS in order to generate pdf files given specific data (i.e.: a screen table, a patient test)
Question
Anna Golitsyna · Feb 5, 2021
: Either you fix it or your patient is gone. Robert, that's what I initially thought too and it's indeed mostly so but not 100%: the old style %RI is actually calling the new style
Article
Randy Pallotta · Jun 7, 2016
a select statement to see if a given patient MRN exists in a DB2: The ExecSP Operation shows how to execute a stored procedure from a BO3: the Update Operation does an Update4
Article
Alexander Koblov · Nov 19, 2018
$List(languages,langindex+1) // first language index is 0 so we need to add 1 to langindex
}
Attribute(syn,langindex,attrindex)
{
// in a real program this should
Question
Chris Marais · Nov 15, 2021
coverage found (!) Use the following URL to view the result:
http://192.168.8.198:52773/csp/sys/%25UnitTest.Portal.Indices.cls?Index=147&$NAMESPACE=LIBSDEPO
Use the following
Article
Robert Cemper · Sep 17, 2020
Blvd","Washington","TX",67862),$lb("5709 Oak Blvd","Chicago","IL",30845),"","")
Index list for Person & Employee (n,y):y
$Employee
$Person
NameIDX
Article
Sascha Kisser · Oct 24, 2016
no facts for the cube against source class with plenty of records. Please check the indexes in the source class and rebuild it, it can help. I met this thing. I added your suggestion