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
New post
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
Sweepstakes
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
Vivek Nayak
· Mar 8, 2022
Patient
resource not added in FHIR repository.
Hi Paul, I am using below
patient
resource. As I mentioned got fhirResponse.Status=404 in below log.
Announcement
Anastasia Dyubaylo
· Jan 8, 2025
[Video] Healthcare Use-Case:
Patient
Portal Messages
The study addresses the overwhelming volume of
patient
messages by using AI to help
patients
craft better initial messages.
Question
Oleksandr Kyrylov
· Apr 1, 2022
##class(EnsLib.HL7.Schema).GetFieldNameFromNumber() Bug
I want to get field name in "PID" segment by field number in HL7 Message using following object script expession: set nl = $CHAR(10) set str = "MSH|^~\&|MIHIN
PATIENT
GEN|
Article
José Pereira
· Feb 2, 2021
A custom SQL
index
with Python features
index
.
Article
Vitaliy Serdtsev
· Jun 29, 2017
SQL
index
for array property elements
Let’s take a look at a simple example:Class User.eav Extends %Persistent {
Index
idx1 On attributes(ELEMENTS) [ Data = entity ];
Index
idx2 On (attributes(KEYS), attributes(ELEMENTS
Question
Uri Shmueli
· Aug 10, 2017
Custom
Index
for Not Null Values Only
Adding an
index
doesn't built it for existing data. Only data added after the
index
is created is
indexed
automatically. You need to rebuild the
index
: w ##class(Package.Class).
Question
sween
· Dec 10, 2018
Multiple Claims and Removal of a Claim by
Index
before it by using:Set tNumClaims = pTargetDocument.GetValueAt("loop2000A(*)")so I really don't think its the schema.Can anybody give me some advice on how I remove a single claim by
index
Question
Güvenal
· Nov 10, 2021
SQL Search
index
on JSON objects.
Indexing
a JSON ObjectYou can create an iFind
index
for text stored in a JSON object.
Question
Yuri Marx
· Sep 5, 2021
Rebuild table
index
using ObjectScript
%BuildIndices($lb("indexName1", "indexName2")) BUILD
INDEX
(via SQL) %BuildIndicesXXX()
Question
Yone Moreno Jiménez
· Aug 5, 2025
Validate Global
Indexes
and Rebuild them
%BuildIndices($LB("TimeLogged")) You can also rebuild indices using SQL from 2021 version Rebuild all indices BUILD
INDEX
FOR TABLE Ens_Util.Log Rebuild a specific
index
BUILD
INDEX
Question
Keshav Iyer
· Apr 11, 2022
Is it possible to add an
index
to a %SerialObject property?
I want to add an
index
to a property of the %SerialObject class. Is this possible? Yes.
Question
Tim Casey
· Nov 3, 2017
Anyone have a DTL that will de-identify HL7
patient
demographics?
I thought there used to be some code in the manuals to do this couldn't find it in my latest release manuals. In other words, turn prod data into test data. Searching on "anonymization
Question
Shashvati Dash
· Jun 25, 2025
Difference between
Index
ZipIDX On ZipCode [ Data = (City,State) ]; and
Index
ZipIDX On (City,State)
Whats the significance of creating an
Index
with Data Keyword in
Index
Creating an
index
with the `Data` keyword specifies a list of properties whose values are stored within the
index
Question
Devin Gilmore
· Sep 16, 2020
Create Custom DTL to List multiple
Patients
Hello Developers, I am pretty new to developing using HealthShare, I am working on a project and need to create a custom DTL that will List multiple
patients
.
Question
Ahmad Bukhtiar
· Nov 12, 2020
is there a command to delete
patient
from Edge Production
So everytime we have to generate differnet
patient
data or change MRNs etc.
first
previous
…
10
11
12
13
14
…
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