Learning
Documentation
Community
Open Exchange
Ideas Portal
Global Masters
Certification
Partner Directory
Startup Hub
Developer Community
Ask DC AI
Posts
InterSystems Official
Articles
Questions
Announcements
Discussions
Tags
Events
Tech Article Contest
Programming Contest
InterSystems Ideas Contest
Event Calendar
Products
InterSystems IRIS
InterSystems IRIS for Health
HealthShare
TrakCare
Caché
Ensemble
InterSystems Analytics (DeepSee)
InterSystems Text Analytics (iKnow)
Jobs
Job Opportunity
Job Wanted
Members
About
About Us
FAQ
Feedback
Report an Issue
Share an Idea
Code of Conduct
Contact Us
EN
Ask AI
Language
EN
|
ES
PT
JP
CN
FR
EN
Search
All
Top posts
Latest posts
Tags
Type of post
Announcement
Article
Question
Discussion
Search by user posts
Tags
Caché
Developer Community Official
Documentation
Ensemble
Global Masters
Health Connect
HealthShare
InterSystems Data Studio
InterSystems Ideas Portal
InterSystems IntelliCare
InterSystems IRIS
InterSystems IRIS BI (DeepSee)
InterSystems IRIS for Health
InterSystems Kubernetes Operator (IKO)
InterSystems Natural Language Processing (NLP, iKnow)
InterSystems Official
InterSystems Reports (Logi)
IRIS contest
Job Opportunity
Job Wanted
Learning Portal
Open Exchange
Other
Partner Directory
Resource Library
Summit
Supply Chain Orchestrator
TrakCare
.NET
Access control
Adaptive Analytics
Alerts
Analytics
Analyzer
Angular
Angular2
API
Apple macOS
Application Server
Artificial Intelligence (AI)
Authentication
AWS
Azure
Backup
Beginner
Best Practices
Big Data
Business Operation
Business Process (BPL)
Business Rules
Business Service
C++
Callout
CaretDev
CCR
Certification
Change Management
ChatGPT
Cloud
Code Golf
Code Snippet
Coding Guidelines
Columnar Storage
Compatibility
Compiler
Containerization
Contest
Continuous Delivery
Continuous Integration
Convergent Analytics
CSP
CSS
CSV
Cubes
Dashboards
Databases
Database Transaction Processing
Data Import and Export
Data Model
DC Feedback
Debugging
Deployment
Developer Community FAQ
Development Environment
DevOps
Digest
Distributed Data Management
Docker
Document Data Model (NoSQL)
DTL
Early Access Program (EAP)
Eclipse
ECP
Embedded Git
Embedded Python
Encryption
Enterprise Message Bank
Error Handling
Events
Failover
FHIR
Field Tests
Framework
Frontend
FTP
Generative AI (GenAI)
George James Software
Git
GitHub
Globals
Global Summit 2016
Global Summit 2017
Global Summit 2018
Global Summit 2019
Global Summit 2022
Global Summit 2023
Global Summit 2024
Google Cloud Platform (GCP)
Graph
High Availability
HL7
HTML
iFind
Indexing
Innovatium
IntegratedML
integration-required
Interoperability
InterSystems API Manager (IAM)
InterSystems Business Solutions and Architectures
InterSystems Demo Games
InterSystems Package Manager (IPM)
IoT
isNewTech
ITvisors
J2 Interactive
Java
JavaScript
JDBC
Journaling
JSON
Key Question
Key Value
Kubernetes
Languages
Large Language Model (LLM)
LDAP
LEAD North, LLC
Listings
Localization
Machine Learning (ML)
Management Portal
Mapping
MDX
Meetup
Message Search
Microservices
Microsoft Windows
Microsoft Windows Server
Mirroring
Monitoring
Multi-model
MultiValue Basic
Namespace
Natural Language Processing
Node.js
OAuth2
Object Data Model
ObjectScript
ODBC
Open Source
OpenVMS
Perforce
Performance
PID^TOO||
Platforms
Podcast
Prompt Engineering
Python
React
READY 2025
Red Hat Enterprise Linux (RHEL)
Relational Tables
Release
REST API
Security
Sharding
SOAP
Source Control
SQL
SSL
Startup
Studio
SVN
Swagger
System Administration
System Alerting and Monitoring (SAM)
Terminal
Testing
Tips & Tricks
Tools
Tutorial
Ubuntu
UI Development
UIMA
Unstructured Data
Vector Search
Video
Virtual Summit 2020
Virtual Summit 2021
Visualization
VSCode
Vue.js
Web Gateway
Webinar
XML
ZEN
Apply
Clear filter
Article
Lorenzo Scalese
· Aug 16, 2023
Http request response time monitoring
By identifying such issues, developers can make changes to minimize this access (by adding
indexes
, optimizing SQL queries, changing the logic, etc.)
Question
Cryze Zhang
· May 16, 2022
How to distinguish whether a variable is a pure numeric string or a number, such as "123" and "123".
It might be slightly faster if you use an array instead of an object to save the conversion from a keyname into an array
index
. quit [(val)].
Question
Timothy Leavitt
· Jul 8, 2016
Best way to compare two arrays for "equality" (same subscripts and values)
; % Loop
index
for scanning down subscript list.
Article
Yuri Marx
· Nov 30, 2022
Creating FHIR questionnaires
REST and ObjectScript API for CRUD operations on FHIR resources (
patient
, questionnaire, vaccines, etc.)
Question
Scott Roth
· Aug 9, 2023
How do I convert my JSON Response to an Ens.Response object with Lists of Arrays
%ToJSON() set tURL= ..Adapter.URL_"/2014/Access/
Patient
/GETPATIENTLOCATIONBYVISIT2/Visit/Location2" //..Adapter.URL SET tSC = tHTTPRequest.EntityBody.Write(tPayload) set tHTTPResponse
Article
Dmitrii Kuznetsov
· Oct 7, 2019
OAuth Authorization and InterSystems IRIS: Taming Trust Protocols
Using OAuth, OIDC and UMA together make it possible to implement a protected identity and access management (IdM, IAM) system in areas such as: Using a
patient's
HEART (Health Relationship
Article
Rubens Silva
· Aug 9, 2017
Frontier: An abstraction layer for rapid REST development - Part 1 - Core concepts
Thank for your
patience
! What does (PUBLIC=1) means for a return type?
Article
Yuri Marx
· May 20, 2022
Geocoding with IRIS and Google Maps API
IMPORTANT NOTE: To use http://localhost:52773/iris-geocoder/forward or http://localhost:52773/iris-geocoder/reverse, you must have a Google account and have an active and configured
payment
Question
Gery Gerena
· Feb 4, 2017
Angular 1 or Angular 2 for new web project using Caché/Ensemble ?
AngularJS 1.5:https://www.sitepoint.com/building-angular-1-5-components/ I did some research yesterday and found a thread which says that React is not safety to use because of Facebook
patent
Announcement
Anastasia Dyubaylo
· Apr 6, 2020
The 2nd Programming Contest: InterSystems IRIS with REST API
We provided more details for the contest - and
indeed
you can avoid using ObjectScript in the contest!You can use already existing!
Discussion
Eduard Lebedyuk
· Jan 10, 2021
Code Golf: Diamonds
N-j f l=1:1:j,l-1:-1:1 w l#10
indeed
66 , THANKS! I see right now, cut-and-paste without looking-and-checking isn't good!
Discussion
Evgeny Shvarov
· Sep 28, 2020
%Status usage in ObjectScript
Usually I do this: set sc = ..method() /// finalization quit:$$$ISERR(sc) sc AFAIK Try/catch
indeed
slows a bit the execution (@Dan.Pasco is it true?)
Question
Ward De Backer
· Oct 26, 2022
IRIS Native api for Node.js: all calls synchronous?
It does,
indeed
, appear to be synchronous which is good in that it makes it easy to use and understand, but very bad for the reasons you describe that relate to Node.js concurrency,
Article
Lorenzo Scalese
· Feb 14, 2023
Generate client SOAP and REST
Indeed
!The copy paste from google drive create links to my google account ...Thank you for this report I modify that asap. Change done.Let me know if the problem persists.
Article
Benjamin De Boe
· Nov 9, 2023
Connecting to Cloud SQL with DBeaver using SSL/TLS
Sometimes "Less is more"
indeed
:) Here a simple python test used : import iris import ssl import getpass import os def main(): connection_string = "k8s-092c0f86-acbb1223-47d44444fb
first
previous
…
160
161
162
163
164
…
next
last
Log in or sign up
Log in or create a new account to continue
Log in
Sign up
Log in or sign up
Log in or create a new account to continue
Log in
Sign up
Log in or sign up
Log in or create a new account to continue
Log in
Sign up
Log in or sign up
Log in or create a new account to continue
Log in
Sign up