Learning
Documentation
Community
Open Exchange
Global Masters
Certification
Partner Directory
Ideas Portal
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 Ideas Portal
InterSystems IntelliCare
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 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
Benjamin De Boe
· Dec 15, 2021
2021.2 SQL Feature Spotlight - Run Time Plan Choice
. When we have a regular
index
on both these fields, the most efficient plan for this normalized query will start with the most selective condition (CountryCode), using
Question
Stephen De Gabrielle
· Jun 26, 2019
Message viewer 'Source' and 'Target' drop down menus very slow
is caused by the Bitmap indices of Ens.MessageHeader. I know I need to run the 'bitmap
index
clean up' routine for Ens.MessageHeader to fixed the issue. What I forget is how
Article
Alexander Koblov
· May 20, 2016
Collations in Caché
================== Don’t confuse collation of array with SQL collation. The latter one is conversion applied to the string before comparison or using it as a subscript in
index
Question
Bransen Smith
· Oct 1, 2024
Help Understanding Global Mappings and Sharing One SQL Table Across Multiple Namespaces
Index
- ^E2C8.D9IS.2 IDIndex
Index
- ^E2C8.D9IS.3 IDKey
Index
- ^E2C8.D9IS.1
Indexes
- ^E2C8.D9IS.I Stream - ^E2C8.D9IS.S I am not sure what to put in as the Global Name, would
Question
Yana Rchks
· Oct 30, 2019
SQL-query: Select item from table field of list of objects of another table
class is packet.Movie Class packet.Movie Extends (%Persistent, %Populate){ Property Title As %String (POPORDER = 0) [ Required ];
Index
TitleIndex On Title [ Unique
Announcement
Mike Morrissey
· Jun 4, 2020
June 4, 2020 – Advisory: Potential Data Integrity Issue with HealthShare FHIR Resource Searches against the FHIR Repository
This defect occurs due to an incorrect resource being deleted from the search
index
. Subsequent FHIR Resource requests against the FHIR Repository may return incomplete results due
Question
marco calderon
· Jun 18, 2018
MessageBank Helper Class
will help you move forward.In your helper class, add code to your OnBankMsg() method to
index
messages: ClassMethod OnBankMsg(pHeader As Ens.Enterprise.MsgBank.MessageHeader
Announcement
Anastasia Dyubaylo
· Jul 10, 2020
New Video: Reducing Readmissions with Machine Learning
will demonstrate using InterSystems IRIS for Health for notification and analytics to identify
patients
at high risk for readmission. Takeaway: InterSystems IRIS for Health can
Announcement
Anastasia Dyubaylo
· Jun 16
[Video] It's CLEAR - Re-Imagining the Digital Front Door
with CLEAR provides exciting new capabilities for a variety of use cases, such as the
patient
registration and check-in process. See how to utilize CLEAR-verified digital identities
Question
Mathew Lambert
· Jun 23, 2020
Best way to implement a one-to-one relationship
(Table.B).%OpenId(99)set objA.TableB=objBset objB.TableA=objAdo objA.%Save(), objB.%Save() You are free to
index
properties TableA or TableB according to your needsand you can also use
Question
Guillaume Rongier
· Sep 23, 2022
Store Procedure Returning a ResultSet with Embedded Python
'] == 'Concept': print(e['
index
']) # Should return one new row in the result set Expected result : Call My_Python_Procedure(Table); Entity ----- test python interface
Article
Ashok Kumar T
· Aug 31, 2023
Utilize custom datatype class for User-defined DDL table Creation
]; Parameter USEEXTENTSET = 1; /// Bitmap Extent
Index
auto-generated by DDL CREATE TABLE statement. Do not edit the SqlName of this
index
.
Index
DDLBEIndex [ Extent, SqlName
Announcement
Anastasia Dyubaylo
· Sep 3, 2019
[September 10, 2019] Boston FHIR @ InterSystems Meetup
like to acquire
patient
data from Electronic Health Records (EHR) with FHIR, and use it for population health management and research.FHIR provides resources and foundations based
Question
Harshdeep Acharya
· Feb 28, 2022
Duplicate Resource/Data added in FHIR Repository
If I add the same
patient
data with a different unique ID then it inserts as new data using a POST request.So, In the FHIR server How can I prevent this kind of thing by using
Announcement
Anastasia Dyubaylo
· May 8, 2020
New Video: FHIR Update
for Medicare and Medicaid Services for API access to
patient
health information, adoption of the FHIR interoperability specification is likely to accelerate dramatically. FHIR itself
first
previous
…
32
33
34
35
36
…
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