Learning
Documentation
Community
Open Exchange
Global Masters
Certification
Partner Directory
Ideas Portal
Developer Community
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
New post
Language
EN
|
ES
PT
JP
CN
FR
EN
New post
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 Ideas Portal
InterSystems IRIS
InterSystems IRIS BI (DeepSee)
InterSystems IRIS for Health
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 Olympics
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
Python
React
READY 2025
Red Hat Enterprise Linux (RHEL)
Relational Tables
Release
REST API
Security
Sharding
SOAP
Source Control
SQL
SSL
Startup
Studio
SVN
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
Announcement
Jeff Fried
· Nov 4, 2019
InterSystems IRIS and IRIS for Health 2019.3 released
Software Distribution site, with build number 2019.3.0.311.0. InterSystems IRIS Data Platform 2019.3 has many new capabilities including: Support for InterSystems
API
Manager (IAM
Article
Daniel Kutac
· Sep 8, 2016
Ensemble and file outbound adapters - a small hint
single line!!! So, checking whether we provide a better adapter
API
I found PutStream() method. Bingo!, that's the right one, it doesn't open the stream every time, just writes
Question
Eduard Lebedyuk
· Mar 17, 2016
How to get full URL from %Net.Request object after request
_ "'") do request.Get() } How can I get the full URL of where the request went? P.S. This is a working code for Bing Search
API
– Web Results Only . Actually - if you're going to do
Question
Andrei Luiz Nenevê
· Feb 22, 2017
What's the best way of doing Reports in Zen Mojo
(see DeepSee REST
API
for MDX execution):User sends a queryServer immediately returns query keyServer executes query into another (jobbed) processSome time later user sends query
Article
Sean Connelly
· Jun 7, 2017
Cogs.JsonClass 1.0
to mimic package-to-folder exportation.https://github.com/rfns/portNow this is just an idea: I think you should make an
API
for serializing the JSON available. I mean, not only
Question
Ricky Beca
· Jul 31, 2017
Posting to a REST service
: /// This operation does a POST request to a REST
API
and receives Auth token Class Production.Operation.NLPAuthOperation Extends Ens.BusinessOperation { Parameter ADAPTER
Question
Scott Beeson
· Jan 21, 2016
Custom function to retrieve environment
;). personally i would use set mode=$System.Version.SystemMode() which is documented and therefore a supported
API
. This package provides a wealth of classes and methods
Article
Oliver Wilms
· Apr 4, 2023
copy/sync system configurations and user accounts between IRIS instances to simplify user and configurations management
application. Lorenzo Scalese created config-
api
and config-copy apps available in Open Exchange. He suggests using the IRS-Config-
API
library in your application installer module
Question
Jonathan Wald
· May 25, 2022
Data import/export
collections of named items) and _arrays_ (ordered collections of unnamed items). Individual nodes may be added, edited or removed using the DAO
API
. Finally, the finished AET (or subtrees
Question
Dmitry Maslennikov
· Sep 21, 2020
%JSON.Adaptor export to %DynamicObject aka native JSON
know that I can do %FromJSON, but it looks like overhead, here. Look at this article, you can generate
API
implementation just from swagger specification. It generates a bunch
Announcement
Fabiano Sanches
· Jan 31, 2023
InterSystems announces General Availability of InterSystems IRIS, IRIS for Health, HealthShare Health Connect, & InterSystems IRIS Studio 2022.3
an
API
method to mark a shard for removal. Once this method is issued, data immediately gets offloaded from the designated shard to other data nodes in the cluster
Article
Ron Sweeney
· Nov 7, 2019
Export InterSystems IRIS Data to BigQuery on Google Cloud Platform
://cloud.google.com Using gcloud (Impress Your Friends): gcloud projects create iris2bq-demo--enable-cloud-
apis
With Terraform (Coolest): Create a main.tf file after modifying the values
Question
Yone Moreno
· Nov 28, 2019
Iterate over object properties which name contains underscore
Hello, I would like to learn how to iterate over object's properties which name contains underscore _ For example, the
API
gives to us the following message
Question
Scott Roth
· Apr 21, 2021
First REST Operation - Custom Header
I have a vendor that is sending an HL7 message. But when I asked for more detail about their mapping tables, they told me they typically don't supply that but supply an
API
Question
Daniel Kutac
· Mar 23, 2016
Web Development framework to share - anyone
to make it responsive enough.The easiest way to work with an REST-
API
is jQuery-ajax (for http-requests in general)I also use a Java-Class like structure for my scripts. Here
first
previous
…
68
69
70
71
72
…
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