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
Question
Yaniv Ben Malka
· Nov 6, 2018
Detection of last update timestamp of each class row (DSTIME ?)
I think I got a bit closer.When adding the DSTIME (Auto) parameter to a class according to the below, I
indeed
get the actions recorded in ^OBJ.DSTIME class.
Article
Daniel Kutac
· Feb 11, 2019
Using Oauth2 with SOAP (Web)Services
The custom header class Class API.SOAP.OAuth2Header Extends %SOAP.Header { Property accessToken As %String(MAXLEN = ""); } Very simple,
indeed
.
Question
Jimmy Christian
· Jul 16, 2019
Http Response Parsing JSON string or stream
I'd recommend contacting the API developer and verifying that API responses would be
indeed
JSON. Thank you.
Article
Yuri Marx
· Apr 4
Part IV: Studying for IRIS Developer Professional Certification with the "Ask Developer Community AI"
The process issuing the JOB command is known as the
parent
process, and the initiated background process is known as the child process.
Question
Sebastian Thiele
· Apr 7, 2017
Auto select with ZEN dataCombo
ClientMethod onEndModalHandler(
zindex
) [ Language = javascript ] { this.findSelectedItem(true,false,true); this.invokeSuper('onEndModalHandler',arguments); } } In
Article
Jeff Fried
· Oct 27, 2020
Virtual Summit 2020 - Recap of the first day of Data Platforms focus sessions
FHIR resources such as
Patient
, Observation, Diagnostic Report, can be queried though FHIR search.
Article
Henrique Dias
· Feb 1, 2024
IRIS-FHIRfy: A New Era of Healthcare Interoperability
Real-World Impact: Transforming Healthcare One Line of Code at a Time Imagine a healthcare system where
patient
data is effortlessly integrated across different platforms, enhancing
Question
Laura Blázquez García
· May 16
Business Process BPL context: objects deleted after CALL
Ens.Request' response='Ens.Response' height='2100' width='2000' > <context> <property name='dataRsp' type='test.msg.GetDataResponse' instantiate='0' /> <property name='
patient
Question
Arto Alatalo
· Apr 15, 2020
%CacheSQLStorage: data location as variable
Global name
indeed
can be passed with a class parameter this way <NextCode>s {L1}=$o(@("^"_##class(Mapping.TwoGlobals).
Question
Nigel Salm
· Mar 16, 2021
Calling class methods of a class in another Namespace
DFI.Common.Queue.Interface1MessageQueue({nterfaceName},{Namespace},RowId)={$lb(message properties}) I don't like this as I would rather have a system RowId so that I am not constrained from using Bitmap
Indexing
Question
Doug Strzalko
· Sep 17, 2021
Record Map with Repeating Fields
You can then iterate over that last field and parse out the individual HL7 field values with $PIECE, or turn them into a $LIST and reference the elements by numeric
index
.
Question
Hannah Sullivan
· Aug 24, 2023
How to best cascade deletes for a property that is a list of a persistent class?
If it is a
Parent
/Child relationship then I believe the children are stored by default in the extent of the
parent
so deletion of the
parent
automatically deletes the children.
Article
Evgeny Shvarov
· Sep 3, 2023
Initializing InterSystems IRIS Docker Image with Python
os.path.basename(files))[0] # load the csv file into a pandas dataframe df = pd.read_csv(files) # write the dataframe to IRIS df.to_sql(table_name, engine, if_exists='replace',
index
Announcement
Developer Community Admin
· Jan 11, 2024
Meet the Global Masters Winners for December 2023!
I began to enjoy designing how I wanted to store information,
indexing
... I learned to optimize data access in ways I never imagined could exist.
Announcement
Anastasia Dyubaylo
· Oct 10, 2024
InterSystems Tech Video Challenge
🤩 Using Character Slice
Index
in InterSystems IRIS by @Robert.Cemper1003 Who's next?) Hello!
first
previous
…
134
135
136
137
138
…
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