Search

Clear filter
Question
Neerav Verma · May 10, 2019

Adding Parameter to FilterQuery

the table by state which is like saying Select * from Patient where State = 'CA' . Correct?My problem is quiet the opposite. I have picked up this snippet from your own code<column
Article
Patrick Jamieson · Jul 19

Optimizing Performance of Apache Web Server and Web Gateway

/Patient/1 Now I saw: Server Hostname: fhir.testintersystems.com Document Length: 2303 bytes Concurrency Level: 75 Time taken for tests: 10.811 seconds
Article
Brendan Bannon · Dec 27, 2016

The Art of Mapping Globals to Classes (4 of 3

the properties and their types. Define the properties in the class (don’t forget the properties from the variable subscripts). Define the IdKey index. Define the Storage Definition
Article
Vitaliy Serdtsev · Jun 14, 2017

Dynamic row-level security

hanging out on DC only :)disable the %RLI index on the SQL engine level (detailed instructions can be found here) to avoid doing this in every query using %IGNOREINDEXmake
Question
Tiago Ribeiro · Sep 26, 2017

Whats Unique, PrimaryKey and IDKey

subscript of data store.Could be defaulted to %Integer >0Unique key defines an index with unique values of a property in parallel to IDkey. Checked during object save.PrimaryKey
Article
Robert Cemper · Aug 3, 2020

Global Scanning & Slicing

In most cases, a global used by default storage has just 1 subscript level that represents the IDKEY.For an index-globals we may see 2 or more subscript levels.Arrays
Question
Hansel Rudy Stange Gaete · Sep 14, 2020

Something Wrong? no reason iristemp grow to ful disk

due to an SQL query that is doing a join or order of non-indexed columns.When you restart Iris, you could delete the iristemp (it will recreate it), you can also set a param
Article
Pravin Barton · May 12, 2022

Making an existing property Required in a Persistent class

is a little unintuitive. Even though no index exists, using the %NOINDEX keyword in the condition forces the update to actually check for null entries. ``` &sql(update Person set
Announcement
Evgeny Shvarov · Aug 1, 2024

Technological Bonuses Results for Python Contest

expect as an article for the app. I use huggingface to download local embedding models, even though it's through the llama-index library. I also use SQLAlchemy
Question
August Turano · Apr 1, 2024

Python Class only works in %SYS namespace

pandasprint("In test python") #df = pandas.read_json(json, orient="index")} ClassMethod Getdata() As %String{ // do ##class(test.python).Getdata() // calling Python from COS
Question
Hannah Sullivan · Aug 14, 2024

ObjectScript ClassMethod when called from Python method always returns empty string

this command: zw ^mtempJJM("test") One can do something similar in Python using the syntax described on the pages linked below (syntax on how to increment the global index is left
Question
Niklas Thilmont · Mar 14, 2022

Executing Actions on Global Interaction / Global Hooks

described in this set of training slides: https://www.slideshare.net/robtweed/ewd-3-training-course-part-26-eventdriven-indexing The only way you could accomplish this is by watching
Question
Michael Davidovich · Aug 12, 2022

Return Error Code After Unit Tests to CircleCI Job

, the the URL spits out with the result index in it. I created an instance of Manager and then ran the method but I don't seem to get any properties or output that say "this failed." Thoughts
Question
Yuri Marx · Mar 17, 2023

Custom %CSP.Login for app /csp/sys

: 127.0.0.1 System ID: DEP5570AKOBLOV:IRIS2023X1 Executable: CSPa24.dll Namespace: %SYS Index: 196 Roles: User Info: O/S
Question
Yann Simons · Feb 26, 2022

%JSON.Adaptor thow an error with XData with JSON content

) { Property code As %String; Property description As %String(MAXLEN = ""); Index codeIdx On code [ Unique ]; XData FormValidator [ MimeType = application/json ] { { "code