Search

Clear filter
Question
Ori Tsarfati · Nov 15, 2022

Transform JSON as VDOC

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

Post request through HTTPOuboundAdapter send empty body ( JSON format

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

%OpenId Query

, 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

Normalizing Height and Weight in HealthShare UCR

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

Tutorial for Middle/Senior Level Developer: General Query Solution

{ 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

2 steps to display cache tables data on the web by using jquery datatable and embedded python

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

How to Print Out an Arbitrary Global via Embedded Python

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

NewBie's Corner Session 7 True and False

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

NewBie's Corner Session 18 Caché or Cache

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

NewBie's Corner Session 5 Operator Precedence

, 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

NewBie's Corner Session 11 Routine Line Types and Gotos

." 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

NewBie's Corner Session 3 More Read and Write commands & Multiple commands

, 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

What is the best way to output JSON data in a REST API GET request

As %Integer [ Calculated, SqlComputeCode = { set {*}={%%ID}}, SqlComputed ]; /// Index for property DOB Index DOBIndex On DOB; ClassMethod AddTestData(amount
Question
Saba Nagervadze · Jun 17

How do I install IntegratedML in IRIS container

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

New Video: Optimizing SQL Queries

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