Search

Clear filter
Article
Tani Frankel · Aug 7, 2016

What is causing the journals to grow rapidly

the calculation on large files could take quite a while (be patient)… you'll get a report how much of the file it already calculated, for example: Running the Profile via the Mgmt
Question
Graham Uricchio · Apr 4, 2017

Why does my DTL test tool work perfectly but my DTL only half works when used by the process

and the MRN is gone. The assigning authority and ID type are added into the PID but the actual patient MRN is blank (3.1 value). Here is the source code. <transform sourceClass
Question
Andre Cerri · Apr 24, 2017

A couple of questions on HL7/X12 handling

. A good example would be to select a patient ID in a repeating field of no known order. This can be achieved with a small amount of DTL logic, but many developers will break out
Question
JAQUELINE KRIEGER · Mar 9, 2018

Filters in DeepSee Dashboards

variable used as "Literal" and of type "Day". I tested that it works in a simple case using Patients in SAMPLES. If you call the pivot variable "myDate", you can use it in a calculated
Article
Alex Woodhead · Jun 12, 2023

LangChain fixed the SQL for me

into the too large prompt issue too. I had to give a break from exploring further db = SQLDatabase.from_uri(connection_string, schema="HSAA",include_tables=['Episode','Patient']
Article
Ikram Shah · Jul 6, 2023

GPT meets FHIR: Leveraging the power of Open API specs

is the latest blood pressure reading for patient, John Doe (ID 111)?" The application will then translate this query into an FHIR API request, fetch the required data, and present
Question
Laura Blázquez García · May 16

Business Process BPL context: objects deleted after CALL

' type='test.msg.GetDataResponse' instantiate='0' /> <property name='patient' type='HS.FHIR.DTL.vR4.Model.Resource.Patient' instantiate='0' /> <property name='fhirRsp
Announcement
Evgeny Shvarov · May 12, 2019

Tag Tree on Developer Community

)Resources (9)Privileges (8)Auditing (6)Databases (123)Globals (67)Indexing (32)Namespace (28)Release (123)Field Tests (51)Tips & Tricks (118)Admin (112)Video (111)iKnow (109)API
Article
Evgeny Shvarov · May 7, 2020

Unit Testing with ZPM

] Test START Use the following URL to view the result: http://192.168.80.2:52773/csp/sys/%25UnitTest.Portal.Indices.cls?Index=11&$NAMESPACE=IRISAPP All PASSED [objectscript
Article
Renato Banzai · Jun 1, 2020

IRIS Python Suite - A Hitchhiker's guide to the ^Global - 1

ingested the data in a format that can be used as a index to merge the globals. e.g: ``#{country_index} is only an example`` ``` ^raw.covid19("countries","{country_index
Announcement
Stefan Wittmann · Oct 5, 2020

InterSystems IRIS and InterSystems IRIS for Health 2020.3 are GA (Generally Available

Core 2.1 support for the .NET Gateway XEP adds support for deferred indexing Support for Spark 2.4.4 InterSystems IRIS for Health 2020.3 includes all of the enhancements
Question
Scott Roth · Apr 19, 2017

Difference between %Stream.FileCharacter and %FileBinaryStream

queuing (due to IO thrashing) is because of poor indexes elsewhere in the production. A data store that worked fast in development will now be so large that even simple lookups
Question
Chip Gore · Apr 24, 2018

How can I programmatically select a row on a zen.TablePane when I only know the row's value

Hi -I'm trying to figure out an elegant way to select a row on a table pane when I don't have an index, but I DO have a value.My page has a typical tablePane
Question
Mark Anthony Manalo · Aug 2, 2018

"Listen" to a cache db

, SqlRowIdPrivate ] {Index idx On (Table, Version, RowID) [ IdKey ];Property Version As %Integer [ ReadOnly, SqlColumnNumber = 2 ];Property Table As %String [ ReadOnly, SqlColumnNumber = 3
Question
Hieu Dien Nguyen · Aug 23, 2018

Set value to Property's DISPLAYLIST, VALUELIST

possible.If display values are unique, you can build a unique index and use it to translate display value into id. ok, it's helpful, thanks Do you want to get a list of possible