Search

Clear filter
Article
Mark Bolinsky · Mar 6, 2020

InterSystems IRIS for Health 2020.1 HL7 Benchmark

in the Workload Description and Methodology section. The tested workloads comprised HL7v2 Patient Administration (ADT) and Observation Result (ORU) payloads and included transformations and re
Article
Eduard Lebedyuk · Aug 12, 2020

Calling production from a REST Broker

to the clinet. Possible repsonses are, - 200 in which case I return requested data e.g. Patient demographics - 404 Patient not found - 500 - Internal Server Error
Question
Joe Jones · Mar 13, 2023

How to create a business service for reading JSON input into the Ensemble production

).Lookup("TMP_VistA_Systems",patientFacility),^zzphil("p1")=VistABO s:$g(VistABO)="" badResponse.FailureReason="Patient Site is not configured in HealthConnect" } if $L
Article
Yuri Marx · May 29, 2023

How to do performance and load tests on databases and backends

want to test is working. Call a GET method for http://localhost:32783/fhir/r4/Patient/1 and see the results as illustrated below: Running JMeter To run JMeter do
Question
Yone Moreno · Jan 25, 2021

How could we retrieve an image from an external system using Ensemble

to our ESB REST Service using POSTMAN to the patient 9999 The external system replies that it has been succesfuly uploaded If we get this image directly from the external
Article
Eduardo Anglada · May 11, 2021

IRIS in Astronomy

this right: 99 GB and not a single index? The IRIS numbers are incredible under those circumstances, but surely one would put some effort into the schema before issuing non
Discussion
Hermann Tegermann · May 17, 2022

What's better: Local Variable Arrays or Process Private Globals

limit, but it's far away compared to local variables.PPGs are best suited as Storage location + Index location of temporary tables.Without limit as any ordinary Global. So
Discussion
Evgeny Shvarov · Mar 7, 2019

Embedded SQL vs ObjectScript SQL. What do you prefer and why

: set value = ##class(test).<PropertyName>GetStored(ID) If you know unique indexed value but don't know ID, it's possible to get id with Exists method: ClassMethod <
Question
Jordan Simpson · Jul 20, 2021

Looping Through Grouped NTE Segments

this by first of all getting the segment index and then removing the segment referenced (commented out below). I am then getting the full segment string and importing
Question
Utsavi Gajjar · Jul 28, 2021

Cleaning up null elements from JSON payload

"},null],"content":[{"title":"Test.pdf","data":"ygwehfbnwfbhew"}]} Be careful with multiple %Remove, it moves the index. So, the next %Remove in a row, will remove the wrong item
Announcement
Stefan Wittmann · Jul 20, 2020

InterSystems IRIS and IRIS for Health 2020.3 preview is published

for deferred indexing Support for Spark 2.4.4 InterSystems IRIS for Health 2020.3 includes all of the enhancements of InterSystems IRIS. In addition, this release includes APIs
Question
Norman W. Freeman · Feb 8, 2023

Why are "Exclusive_e->Delock" needed when saving persistent objects in a transaction ? (and can they be avoided

: Class Test.Test Extends %Persistent { Property ID As %Integer [ Required ]; Index IDKEY On ID [ IdKey ]; //... } I think delocks are needed because
Question
Jayvee Rato · Jul 31, 2018

Cache List Of Objects Connection

(SQLPROJECTION = "table/column", STORAGEDEFAULT = "array");Property containerRemarks As %String;Index classIndex [ Extent, Type = bitmap ];} Hi Stephen,I don't have any issue on connection
Announcement
Daniel Palevski · Mar 26

General Availability of InterSystems IRIS, InterSystems IRIS for Health, and HealthShare Health Connect 2025.1

(ANN) index significantly accelerates vector search queries, yielding sub-second responses across millions of vectors. Access the following exercise to learn more - Vectorizing
Question
reach.gr G · Aug 4, 2021

How to find the Primary & Foreign Keys & How to access tables with String as Parameter

" The RowId can be overridden by creating an Index on a property of the class and assigning it the attributes [Unique, PrimaryKey, IDKey]. PrimaryKey says that the property value