Clear filter
Question
Ori Tsarfati · Nov 15, 2022
khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#8302-2)</span></p><p><b>subject</b>: <a href=\"patient-example.html\">Patient
Question
Thomas Vessiere · May 5, 2022
work
set ..Adapter.HTTPServer = "185.36.164.222"
set ..Adapter.URL = UrlPats_"/api/patient/signaletic"
set st = ..Adapter.SendFormDataURL
Question
Virat Sharma · Sep 10, 2019
, it usually means, that you have additional Index by two or more fields, and marked as IdKey. Something like this.
Property RollNo As %String;
Property Marks As %String;
Index
Question
Clayton Lewis · Jan 6, 2022
Measured^^^^N
// Body mass index calulations
// BMI = Weight (lb) / (Height (in) x Height (in)) x 703
39156-5^Body mass index^^^^C^([3141-9]/([8302-2]*[8302-2]))*703^2^
// Metric
Article
姚 鑫 · Mar 22, 2023
{
s pid = $i(^IRISTemp) // comment1
s qHandle = $lb(0, pid, 0) // comment2
s index = 1 // comment 3
/* Business Logic comment4 */
s id = ""
for {
s id = $o
Article
Muhammad Waseem · Feb 24, 2022
index():
#to render main index page
return render_template('index.html')
@app.route("/processes")
def processes():
#Define sql statement
mySql
Question
Evgeny Shvarov · Oct 8, 2022
Hi, devs!
Consider you have an arbitrary global with an unknown amount of indexes.
How to print all the values to the terminal with Embedded Python?
With IRIS I'd do:
USER>
Article
Mike Kadow · Jun 11, 2016
through the InterSystems Developer Community, don't send me private email. Unless of course you wish to address me only.See NewBie Index for an index of all NewBie Corner posts.
Article
Mike Kadow · Aug 26, 2016
respond through the InterSystems Developer Community, don't send me private email, unless of course you wish to address me only. See "Newbie's Corner Index" for an index of all NewBies' Posts
Article
Mike Kadow · May 26, 2016
, don't send me private email. Unless of course you wish to address me only.See NewBie Index for an index of all NewBie Corner posts.There is no reason for any individual to have
Article
Mike Kadow · Jul 7, 2016
." Quit --Mike KadowPaulMikeKadow@gmail.comIf you have a comment, please respond through the InterSystems Developer Community, don't send me private email, unless of course you wish to address me only.See NewBie Index for an index of all NewBie Corner posts.
Article
Mike Kadow · May 17, 2016
, please respond through the InterSystems Developer Community, don't send me private email. Unless of course you wish to address me only.See NewBie Index for an index of all NewBie
Discussion
Evgeny Shvarov · Apr 24
As %Integer [ Calculated, SqlComputeCode = { set {*}={%%ID}}, SqlComputed ];
/// Index for property DOB
Index DOBIndex On DOB;
ClassMethod AddTestData(amount
Question
Saba Nagervadze · Jun 17
I'm having trouble installing IntegratedML in an IRIS 2025.1 container, which I need for a demo. I tried running the following command:
python3 -m pip install --index-url https
Announcement
Anastasia Dyubaylo · Feb 22, 2018
and optimize them.@Harry.Tong demonstrates using query plan, Index Analyzer, runtime stats, etc., to identify slow SQL queries. And then shows how to make then faster using Tune Table