Search

Clear filter
Question
P Patz · May 12, 2017

Use a class property to pass a flag

within the 'objectgenerator')Within the legacy routine, I am setting an index... but I don't always want to set it (multiple inserts, and I will only set the index on the LAST
Question
José Pereira · Sep 3, 2024

Autocommit pandas dataframe rows into IRIS

= engine.connect() # rows are kept after close connection train_df.to_sql(name='table1', con=conn, if_exists='replace', index=False) # rows **aren't** kept after close
Article
Jean Millette · Aug 22, 2019

A Case for Thawing Frozen Query Plans After Upgrade

slowly when first implemented. After some analysis, we found that an index on one of the fields in the table greatly improved performance (a query that took 35 seconds was now taking
Question
Scott Roth · Jan 7, 2021

Looking up value in Cache Table via a Business Rule (Routing

. Can someone take a look at the following method and verify that I am doing this correct? index = column name value = HL7 field that I am passing into the method ClassMethod
Question
Richard Roeder · Jun 10, 2019

Force Indice

HI How to force a specific index in SQL? This function does not help me.I need something contrary to this, where I inform what index should be used %ALLINDEX maybe. Also check
Article
Joe Fu · Mar 7

SQL Query Stopped Working After Changing %String Property to Wrapper Types

that some SQL query cannot return expected rows after the change. Query will return empty values even if the entry is in the table. After investigation, we found that re-building index
Question
Dmitrii Baranov · Dec 25, 2024

FHIR facade, override FHIR Search and return OperationOutcome

(HS.FHIRServer.Util.SearchResult).Create() If (pResourceType = "Patient") { Set patientDynamicObject = ..MethodWhichLoadsPatient() Do resultSet.AddRow(somePatientId, "Patient
Announcement
Mike Morrissey · Mar 23, 2020

March 23, 2020 – Multiple HealthShare Advisories

: Patient data is missing in the HSAA.PatientNumber table Advisory: The UpdatePlan for all cubes and cube groups is set to be Manual instead of BuildSynch Advisory: Slow DELETE
Announcement
Kristina Lauer · Jul 30, 2021

New Online Course

Learn the basic functionality of the Clinical Viewer, and see how to optimize the display of patient records with this Introduction to the Clinical Viewer (30m).
Article
Ash Sherzhanov · Jul 31

Avoiding SQL Injection in InterSystems IRIS: The Case for Secure Query Practices

a vulnerability if user input is not handled correctly. For example: Set query = "SELECT Name, Age FROM Patients WHERE Age > "_age Set statement = ##class(%SQL.Statement).%New
Question
Derek Day · Dec 15, 2015

SELECTING distinct keys from a collection

Is there a way to select distinct keys from an field that has a collection index? I have a field defined as follows: Property data As %Library.String(COLLATION = "EXACT", MAXLEN
Question
Ponnumani Gurusamy · Jun 1, 2017

Cache With FHIR

identifies a resource (a patient, a diagnosis, etc., etc.), the URL /fhir/patient/123, for instance refers to the patient with an ID of 123. The HTTP Verb used indicates what you
Article
Maria Muzychuk · Dec 3, 2022

Continuous glucose monitoring in Gestational Diabetes, by using FHIR Cloud Server and IRIS for Health

with preexisting diabetes, who would benefit from maintaining near-normal glycemia before conception. All DIP patients would benefit from earlier referral to the diabetes service. Emphasis
Article
Jeff Morgan · Aug 6, 2024

Example of Overriding SDA to FHIR Transform Process to Include "RequestMethod" Setting

applicable Patient and Encounter /// references. /// @API.Method /// @Argument stream %Stream representation of an SDA object or Container /// @Argument SDAClassname Classname
Question
Robert Cemper · Jun 10, 2018

Multi Language Sort

As %String;/// RomanianProperty DescRO As %String;/// SlovenianProperty DescSI As %String;Index Idx On ArtNr [ IdKey ];Index IdxDE On DescDE;Index IdxHU On DescHU;Index IdxDE On DescEN