Clear filter
Question
P Patz · May 12, 2017
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
= 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
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
.
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
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
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
(HS.FHIRServer.Util.SearchResult).Create()
If (pResourceType = "Patient")
{
Set patientDynamicObject = ..MethodWhichLoadsPatient()
Do resultSet.AddRow(somePatientId, "Patient
Announcement
Mike Morrissey · Mar 23, 2020
: 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
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
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
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
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
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
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
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