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
Anniversary Celebration
Caché
Developer Community Official
Documentation
Ensemble
Global Masters
Health Connect
HealthShare
Internal Tech Article Contest
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
Question
Andy Stobirski
· Nov 23, 2021
Not all XML child items are loaded into a class list when using XML.Reader correlate
Hi David, That's interesting, however, the XML file I am receiving is outputted from a web
API
and so I can't change it. Thanks for taking the time to reply, though.
Question
Kevin McGinn
· Feb 26, 2020
Using python to select from persistent class INFORMATION.SCHEMA.TABLES fails
I can recommend you to: Contact the WRC Upgrade to InterSystems IRIS which would allow you to use new Native
API
for Python Use PythonGateway Use PyODBC or JayDeBeAapi packages
Announcement
Olga Zavrazhnova
· May 22
Look what’s coming to the Tech Exchange @ InterSystems READY 2025
🐍 Topics: Interoperability on Python (IoP) Remote debugging Deep Dive in low level
APIs
Best practices How to start with Python and IRIS Virtual
Announcement
Anastasia Dyubaylo
· Sep 11, 2024
InterSystems Developer Ecosystem Summer News 2024
of your InterSystems solution using GitLab - Part XII: Dynamic Inactivity Timeouts Application Metrics for HealthShare Data Tagging in IRIS Using Embedded Python and the OpenAI
API
Announcement
Bob Kuszewski
· Dec 2, 2024
InterSystems Platforms Update Q4-2024
MacOS Upcoming Changes Apple has released MacOS 15 and we are planning support for it in IRIS 2025.1 InterSystems Components Previous Updates InterSystems
API
Article
Harshitha
· Oct 22
Tips on handling Large data
From migrating millions of patient records to building
APIs
that handle quite large datasets, these approaches have made a real difference in performance and maintainability.
Article
Muhammad Waseem
· Apr 1
Iris-AgenticAI: Enterprise Automation Powered by OpenAI’s Agentic SDK for Intelligent Multi-Agent Workflows
import shutil import subprocess import time from typing import Any from dotenv import load_dotenv load_dotenv() #Get OPENAI Key, if not fond in .env then get the GEIMINI
API
Article
Robert Cemper
· Jun 20, 2022
Working with Globals in Embedded Python
Even IRIS Native
API
for Python is more detailed.To be clear about what I expect: SET, GET, KILL of a Global node Native
API
: Fundamental Node Operations and Navigation with
Article
Benjamin De Boe
· Aug 4, 2016
Creating a domain with the iKnow Domain Architect
While you can access these tables directly, we provide the
APIs
on top to help you answer typical questions more easily, rather than having to write lengthy SQL queries.
Question
Craig Regester
· Oct 16, 2017
Proper Role Permissions for Executing Queries via REST
Is there documentation I'm missing in the
API
reference or elsewhere that indicates the necessary permissions needed to make certain calls?
Question
Scott Roth
· Oct 11, 2022
Community Edition Linux Setup
# /csp allow to the webgateway to redirect all request starting by /csp to the iris instance # You can specify a list separate by a space : "IRIS_WEBAPPS=/csp/sys /
api
/isc
Question
Justin Millette
· Jul 8
Enabling Delegated Authentication with IPM via module.xml
It is possible to give a specific application Delegated Authentication: <WebApplication Name="/${namespaceLower}/
api
" NameSpace="${namespace}" DispatchClass
Article
Sergei Sarkisian
· Jul 18, 2022
Angular. Container and presentational components (aka smart-dumb)
This refactoring allowed us to simplify the whole component tree design and
APIs
and logic of our two components up the component tree.
Article
Yuri Marx
· May 29
Use Mako Python template engine to generate dynamic content
Mako's syntax and
API
borrows from the best ideas of many others, including Django and Jinja2 templates, Cheetah, Myghty, and Genshi.
Article
Rubens Silva
· Sep 19, 2017
Frontier: An abstraction layer for rapid REST development - Part 2 - Handling payloads
Creating a simple dynamic query Overwriting the default container property Using cached queries Passing parameters to queries Sharing data across router methods Forcing
API
first
previous
…
114
115
116
117
118
…
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