Search

Clear filter
Article
David Hockenbroch · Jan 4, 2024

The Security Package - REST API Considerations

index = $O(props("")) while index '= ""{ do respObj.%Set(index,props(index)) set index = $O(props(index)) } write respObj.%ToJSON() return $$$OK
Question
Vikram Annadurai · Aug 10, 2019

How do I get the value of text input field using JavaScript

;html id="content">Patient Id:</html><text id="patientId" value=""/><html id="content1">Password:</html><text id="patientPass" value=""/><button
Announcement
Gemma MA · Mar 16, 2022

Support Engineer / Developer

, Support and Development teams. Ability to understand the importance of and adhere to confidentiality in handling client and patient personal data. Beneficial: Extensive experience
Announcement
Evgeny Shvarov · Jun 1, 2022

Technical Bonuses Results for InterSystems Grand Prix Contest 2022

0 FHIR Patient Viewer 5 2 3 10 IRIS import manager 3 2 2 7 test
Announcement
Anastasia Dyubaylo · Feb 10, 2023

Top Open Exchange Developers and Applications for 2022

globals-tool by@Dmitry.Maslennikov iris-globals-graphDB by@Muhammad.Waseem AI Image Object Detector by@Yuri.Gomes appmsw-sql2xlsx by@MikhailenkoSergey FHIR Patient Viewer
Article
David Loveluck · Jul 26, 2017

What is APM

is the volume of business transaction (numbers of patients admitted, number of items purchased etc.) and they care about response times. APM starts with the things the users care
Question
Mathieu Van Sevenant · Feb 6, 2020

Size Limitation for %ToJSON() with large stream

" = objInObjDoc set httpRequest.ContentType="application/json"do httpRequest.EntityBody.Write(objDoc.%ToJSON())set sc=httpRequest.Post("/index/push", 0) Building
Question
Dmitry Maslennikov · Oct 23, 2022

SQL Query returns sorted Integer ID column as string

an error. FWIW, the reason you're seeing this is that due to the ORDER BY clause we're picking up that id value from the index' subscript rather than from the master map. thanks
Article
Muhammad Waseem · Feb 10, 2023

Getting to know Python Flask Web Framework - Part 2

(to route) in app.py file: from flask import Flask, jsonify, render_template import iris app = Flask(__name__) @app.route("/") def index(): #to render main index
Article
Yuri Marx · Mar 1, 2021

Day 4: Developing with InterSystems Objects and SQL

: user constants or system constants to configure the class behavior; Foreign keys: to referencial integrity; Indexes: to improve performance and do unique values; Triggers
Article
Paul Gomez · Feb 25, 2016

Alert: Incorrect SQL Results

but the problem could happen even if a different table were being changed. Given the following class, User.Test: Class User.Test Extends %Persistent { Index idx
Article
Mike Kadow · May 12, 2016

NewBie's Corner Session 1 Installing Caché

to address me only.See NewBie Index for an index of all NewBie Corner posts. Hi Mike,Might be worthwhile to add a tag for "Newbie's Corner" to make these easier to find. Search does
Article
John Murray · Mar 11, 2016

Using Class Queries - %SQL.Statement versus %Library.ResultSet

should be pretty much the same.If you have a complex query that can't be boosted by adding just another index or by running tune table, you can probably write your own custom logic
Question
Glenn van Bavel · May 4, 2017

SNMP Service can't connect with Caché SNMP agent

:Config port = 1972, SNMP-capable = 116:58:25 : sorted (end) as index[0]16:58:25 :RegOpenKey for mgr dir SOFTWARE\InterSystems\Cache\Configurations\ENSEMBLE\Directory16:58:25 :Open
Question
Nikita Savchenko · Nov 26, 2017

What is the Best Way to Rename Persistent Classes which Already have Data

-null %%CLASSNAME value containing references to old class names. This value is not only in the data global but it will also be present in index globals. Even if you do not rename